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

TGtkStatusbar

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

Declaration

Source position: lazgtk3.pas line 12912

type TGtkStatusbar = object(TGtkBox)

  priv3: PGtkStatusbarPrivate;

  

  function new;

  

  function get_context_id();

  

  function get_message_area;

  

  procedure pop();

  

  function push();

  

  procedure remove();

  

  procedure remove_all();

  

end;

Inheritance

TGtkStatusbar

  

TGtkBox

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject