![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
void (*GebrGuiFileEntryCustomize) (GtkFileChooser *Param1
,gpointer Param2
); struct GebrGuiFileEntry; struct GebrGuiFileEntryClass; 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
); 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
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GebrGuiFileEntry
GebrGuiFileEntry implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void (*GebrGuiFileEntryCustomize) (GtkFileChooser *Param1
,gpointer Param2
);
struct GebrGuiFileEntryClass { GtkHBoxClass parent; /* signals */ void (*path_changed) (GebrGuiFileEntry * self); };
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
);
"path-changed"
signalvoid user_function (GebrGuiFileEntry *gebrguifileentry,
gpointer user_data) : Action