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

TGtkFileChooserButton

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

Declaration

Source position: lazgtk3.pas line 6941

type TGtkFileChooserButton = object(TGtkBox)

  priv3: PGtkFileChooserButtonPrivate;

  

  function new();

  

  function new_with_dialog();

  

  function get_title;

  

  function get_width_chars;

  

  procedure set_title();

  

  procedure set_width_chars();

  

  property title: Pgchar; [rw]

  

  property width_chars: gint; [rw]

  

end;

Inheritance

TGtkFileChooserButton

  

TGtkBox

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject