Toc Gallery Index Tree Gtk.File_Chooser_Widget

Hierarchy

Interfaces

Description

Gtk_File_Chooser_Widget is a widget suitable for selecting files. It is the main building block of a Gtk_File_Chooser_Dialog. Most applications will only need to use the latter; you can use Gtk_File_Chooser_Widget as part of a larger window if you have special needs.

Types

  • type Gtk_File_Chooser_Widget is access all Gtk_File_Chooser_Widget_Record'Class;
  • type Gtk_File_Chooser_Widget_Record is new Gtk.Box.Gtk_Vbox_Record with null record;

Subprograms

  • function Get_Type return GType;
    Return the internal value associated with a Gtk_File_Chooser_Widget
  • 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);
    Creates a new file chooser. This is a file chooser widget that can be embedded in custom windows, and it is the same widget that is used by Gtk_File_Chooser_Dialog.
  • 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);
    Creates a new file chooser with a specified backend. This is especially useful if you use Gtk.File_Chooser.Set_Local_Only to allow non-local files. This is a file chooser widget that can be embedded in custom windows and it is the same widget that is used by Gtk_File_Chooser_Dialog.
  • Interfaces

    This class implements several interfaces. See Glib.Types
  • 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;
    Converts to and from the Gtk_File_Chooser interface

Alphabetical Index