[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkCheckMenuItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 5230

type TGtkCheckMenuItem = object(TGtkMenuItem)

  priv4: PGtkCheckMenuItemPrivate;

  

  function new;

  

  function new_with_label();

  

  function new_with_mnemonic();

  

  function get_active;

  

  function get_draw_as_radio;

  

  function get_inconsistent;

  

  procedure set_active();

  

  procedure set_draw_as_radio();

  

  procedure set_inconsistent();

  

  procedure toggled;

  

  property active: gboolean; [rw]

  

  property draw_as_radio: gboolean; [rw]

  

  property inconsistent: gboolean; [rw]

  

end;

Inheritance

TGtkCheckMenuItem

  

TGtkMenuItem

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject