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

TGtkAppChooserDialog

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

Declaration

Source position: lazgtk3.pas line 3215

type TGtkAppChooserDialog = object(TGtkDialog)

  priv5: PGtkAppChooserDialogPrivate;

  

  function new();

  

  function new_for_content_type();

  

  function get_heading;

  

  function get_widget;

  

  procedure set_heading();

  

  property heading: Pgchar; [rw]

  

end;

Inheritance

TGtkAppChooserDialog

  

TGtkDialog

  

TGtkWindow

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject