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

TGtkToggleButton

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

Declaration

Source position: lazgtk3.pas line 5142

type TGtkToggleButton = object(TGtkButton)

  priv4: PGtkToggleButtonPrivate;

  

  function new;

  

  function new_with_label();

  

  function new_with_mnemonic();

  

  function get_active;

  

  function get_inconsistent;

  

  function get_mode;

  

  procedure set_active();

  

  procedure set_inconsistent();

  

  procedure set_mode();

  

  procedure toggled;

  

  property active: gboolean; [rw]

  

  property inconsistent: gboolean; [rw]

  

end;

Inheritance

TGtkToggleButton

  

TGtkButton

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject