GtkType |
gtk_icon_file_selection_get_type |
(void); |
GtkWidget* |
gtk_icon_file_selection_new |
(const gchar *title); |
void |
gtk_icon_file_selection_construct |
(GtkIconFileSel *filesel, const gchar *title); |
void |
gtk_icon_file_selection_show_tree |
GtkIconFileSel *filesel, gboolean show); |
gint |
gtk_icon_file_selection_open_dir |
(GtkIconFileSel *filesel, const gchar *path); |
void |
gtk_icon_file_selection_show_hidden |
(GtkIconFileSel *filesel, gboolean visible); |
void |
gtk_icon_file_selection_set_filter |
(GtkIconFileSel *filesel, |
|
No signals |
struct _GtkIconFileSel |
![]() |
![]() |
GtkWidget* gtk_icon_file_selection_new (const gchar *title); |
Create a new icon file selection widget
title | the title of the widget |
Returns | the icon file selection widget |
void gtk_icon_file_selection_construct (GtkIconFileSel *filesel, const gchar *title); |
Initialize the icon file selection structure.
file sel | the icon file selection widget |
title | the title of the widget |
void gtk_icon_file_selection_show_tree (GtkIconFileSel *filesel, gboolean show); |
Show icon file selection tree in filesel widget.
file sel | the icon file selection widget |
show | TRUE or FALSE |
gint gtk_icon_file_selection_open_dir (GtkIconFileSel *filesel, const gchar *path); |
Show the file from path directory in filesel widget
file sel | the icon file selection widget |
path | the path of the directory |
void gtk_icon_file_selection_show_hidden (GtkIconFileSel *filesel, gboolean visible); |
file sel | the icon file selection widget |
visible | TRUE or FALSE |
void gtk_icon_file_selection_set_filter (GtkIconFileSel *filesel, const gchar *filter); |
Set a filter for the files show in filelist.
file sel | the icon file selection widget |
filter | a filter string |