DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkFileSelection

Info Catalog (gtk.info) GtkEventBox (gtk.info) Widgets (gtk.info) GtkFixed
 
 The file selection dialog widget
 ================================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: title
 
  - User Option: filename
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_file_selection_get_type (void)
      Returns the `GtkFileSelection' type identifier.
 
  - Function: GtkWidget* gtk_file_selection_new (gchar *TITLE)
      Create a new `GtkFileSelection' object and return the new widget
      as a pointer to a `GtkWidget'. `NULL' is returned on failure.
 
  - Function: void gtk_file_selection_set_filename (GtkFileSelection
           *FILESEL, gchar *FILENAME)
 
  - Function: gchar* gtk_file_selection_get_filename (GtkFileSelection
           *FILESEL)
 
  - Function: GtkFileSelection* GTK_FILE_SELECTION (gpointer OBJ)
      Cast a generic pointer to `GtkFileSelection*'.  Standard
      Macros, for more info.
 
  - Function: GtkFileSelectionClass* GTK_FILE_SELECTION_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkFileSelectionClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_FILE_SELECTION (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkFileSelection'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkEventBox (gtk.info) Widgets (gtk.info) GtkFixed
automatically generated byinfo2html