![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
struct GebrGuiFileEntry; struct GebrGuiFileEntryClass; void (*GebrGuiFileEntryCustomize) (GtkFileChooser *Param1
,gpointer Param2
); gboolean gebr_gui_file_entry_get_choose_directory (GebrGuiFileEntry *file_entry
); gboolean gebr_gui_file_entry_get_do_overwrite_confirmation (GebrGuiFileEntry *file_entry
); const gchar * gebr_gui_file_entry_get_path (GebrGuiFileEntry *file_entry
); GtkWidget * gebr_gui_file_entry_new (GebrGuiFileEntryCustomize customize_function
,gpointer user_data
); void gebr_gui_file_entry_set_activates_default (GebrGuiFileEntry *self
,gboolean setting
); void gebr_gui_file_entry_set_choose_directory (GebrGuiFileEntry *file_entry
,gboolean choose_directory
); void gebr_gui_file_entry_set_need_gvfs (GebrGuiFileEntry *self
,gboolean need_gvfs
); void gebr_gui_file_entry_set_path (GebrGuiFileEntry *file_entry
,const gchar *path
); void gebr_gui_file_entry_set_paths_from_line (GebrGuiFileEntry *self
,const gchar *prefix
,GebrGeoXmlLine *line
); void gebr_gui_file_entry_set_warning (GebrGuiFileEntry *self
,const gchar *tooltip
); void gebr_gui_file_entry_unset_warning (GebrGuiFileEntry *self
,const gchar *tooltip
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GebrGuiFileEntry
GebrGuiFileEntry implements AtkImplementorIface, GtkBuildable and GtkOrientable.
struct GebrGuiFileEntryClass { GtkHBoxClass parent; /* signals */ void (*path_changed) (GebrGuiFileEntry * self); };
void (*GebrGuiFileEntryCustomize) (GtkFileChooser *Param1
,gpointer Param2
);
gboolean gebr_gui_file_entry_get_choose_directory
(GebrGuiFileEntry *file_entry
);
gboolean gebr_gui_file_entry_get_do_overwrite_confirmation
(GebrGuiFileEntry *file_entry
);
const gchar * gebr_gui_file_entry_get_path (GebrGuiFileEntry *file_entry
);
GtkWidget * gebr_gui_file_entry_new (GebrGuiFileEntryCustomize customize_function
,gpointer user_data
);
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_choose_directory (GebrGuiFileEntry *file_entry
,gboolean choose_directory
);
void gebr_gui_file_entry_set_need_gvfs (GebrGuiFileEntry *self
,gboolean need_gvfs
);
void gebr_gui_file_entry_set_path (GebrGuiFileEntry *file_entry
,const gchar *path
);
void gebr_gui_file_entry_set_paths_from_line (GebrGuiFileEntry *self
,const gchar *prefix
,GebrGeoXmlLine *line
);
void gebr_gui_file_entry_set_warning (GebrGuiFileEntry *self
,const gchar *tooltip
);
void gebr_gui_file_entry_unset_warning (GebrGuiFileEntry *self
,const gchar *tooltip
);
"path-changed"
signalvoid user_function (GebrGuiFileEntry *gebrguifileentry,
gpointer user_data) : Action