package Implements_File_Chooser is new Glib.Types.Implements (Gtk.File_Chooser.Gtk_File_Chooser, Gtk_File_Chooser_Widget_Record, Gtk_File_Chooser_Widget);
type Gtk_File_Chooser_Widget_Record is new Gtk.Box.Gtk_Vbox_Record with null record;
type Gtk_File_Chooser_Widget is access all Gtk_File_Chooser_Widget_Record'Class;
function Get_Type return GType;
procedure Gtk_New
( | Widget | : out Gtk_File_Chooser_Widget; |
Action | : Gtk.File_Chooser.File_Chooser_Action); |
procedure Initialize
( | Widget | : access Gtk_File_Chooser_Widget_Record'Class; |
Action | : Gtk.File_Chooser.File_Chooser_Action); |
procedure Gtk_New_With_Backend
( | Widget | : out Gtk_File_Chooser_Widget; |
Action | : Gtk.File_Chooser.File_Chooser_Action; | |
Backend | : String); |
procedure Initialize_With_Backend
( | Widget | : access Gtk_File_Chooser_Widget_Record'Class; |
Action | : Gtk.File_Chooser.File_Chooser_Action; | |
Backend | : String); |
function "+"
( | Widget | : access Gtk_File_Chooser_Widget_Record'Class) return Gtk.File_Chooser.Gtk_File_Chooser renames Implements_File_Chooser.To_Interface; |
function "-"
( | File | : Gtk.File_Chooser.Gtk_File_Chooser) return Gtk_File_Chooser_Widget renames Implements_File_Chooser.To_Object; |
Binding from C File version 2.8.17