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

TGtkListBoxRow

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

Declaration

Source position: lazgtk3.pas line 9471

type TGtkListBoxRow = object(TGtkBin)

  function new;

  

  procedure changed;

  

  function get_activatable;

  

  function get_header;

  

  function get_index;

  

  function get_selectable;

  

  function is_selected;

  

  procedure set_activatable();

  

  procedure set_header();

  

  procedure set_selectable();

  

  property activatable: gboolean; [rw]

  

  property selectable: gboolean; [rw]

  

end;

Inheritance

TGtkListBoxRow

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject