Top | ![]() |
![]() |
![]() |
![]() |
void | (*GebrGuiFileEntryCustomize) () |
GtkWidget * | gebr_gui_file_entry_new () |
void | gebr_gui_file_entry_set_choose_directory () |
gboolean | gebr_gui_file_entry_get_choose_directory () |
gboolean | gebr_gui_file_entry_get_do_overwrite_confirmation () |
void | gebr_gui_file_entry_set_path () |
const gchar * | gebr_gui_file_entry_get_path () |
void | gebr_gui_file_entry_set_activates_default () |
void | gebr_gui_file_entry_set_warning () |
void | gebr_gui_file_entry_unset_warning () |
void | gebr_gui_file_entry_set_paths_from_line () |
void | gebr_gui_file_entry_set_need_gvfs () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GebrGuiFileEntry
GebrGuiFileEntry implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void (*GebrGuiFileEntryCustomize) (GtkFileChooser *Param1
,gpointer Param2
);
GtkWidget * gebr_gui_file_entry_new (GebrGuiFileEntryCustomize customize_function
,gpointer user_data
);
void gebr_gui_file_entry_set_choose_directory (GebrGuiFileEntry *file_entry
,gboolean choose_directory
);
gboolean
gebr_gui_file_entry_get_choose_directory
(GebrGuiFileEntry *file_entry
);
gboolean
gebr_gui_file_entry_get_do_overwrite_confirmation
(GebrGuiFileEntry *file_entry
);
void gebr_gui_file_entry_set_path (GebrGuiFileEntry *file_entry
,const gchar *path
);
const gchar *
gebr_gui_file_entry_get_path (GebrGuiFileEntry *file_entry
);
void gebr_gui_file_entry_set_activates_default (GebrGuiFileEntry *self
,gboolean setting
);
Sets this entry to activate the default response for the toplevel window containing self
based on the value of
setting
.
void gebr_gui_file_entry_set_warning (GebrGuiFileEntry *self
,const gchar *tooltip
);
void gebr_gui_file_entry_unset_warning (GebrGuiFileEntry *self
,const gchar *tooltip
);
void gebr_gui_file_entry_set_paths_from_line (GebrGuiFileEntry *self
,const gchar *prefix
,GebrGeoXmlLine *line
);
void gebr_gui_file_entry_set_need_gvfs (GebrGuiFileEntry *self
,gboolean need_gvfs
);
“path-changed”
signalvoid user_function (GebrGuiFileEntry *gebrguifileentry, gpointer user_data)
Flags: Action