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

TGtkSwitch

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

Declaration

Source position: lazgtk3.pas line 13083

type TGtkSwitch = object(TGtkWidget)

  priv1: PGtkSwitchPrivate;

  

  function new;

  

  function get_active;

  

  function get_state;

  

  procedure set_active();

  

  procedure set_state();

  

  property active: gboolean; [rw]

  

  property state: gboolean; [rw]

  

end;

Inheritance

TGtkSwitch

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject