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

TGtkAppChooserWidget

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

Declaration

Source position: lazgtk3.pas line 3294

type TGtkAppChooserWidget = object(TGtkBox)

  priv3: PGtkAppChooserWidgetPrivate;

  

  function new();

  

  function get_default_text;

  

  function get_show_all;

  

  function get_show_default;

  

  function get_show_fallback;

  

  function get_show_other;

  

  function get_show_recommended;

  

  procedure set_default_text();

  

  procedure set_show_all();

  

  procedure set_show_default();

  

  procedure set_show_fallback();

  

  procedure set_show_other();

  

  procedure set_show_recommended();

  

  property default_text: Pgchar; [rw]

  

  property show_all: gboolean; [rw]

  

  property show_default: gboolean; [rw]

  

  property show_fallback: gboolean; [rw]

  

  property show_other: gboolean; [rw]

  

  property show_recommended: gboolean; [rw]

  

end;

Inheritance

TGtkAppChooserWidget

  

TGtkBox

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject