Go to the source code of this file.
|
GType | _gtk_file_chooser_settings_get_type (void) G_GNUC_CONST |
|
GtkFileChooserSettings * | _gtk_file_chooser_settings_new (void) |
|
LocationMode | _gtk_file_chooser_settings_get_location_mode (GtkFileChooserSettings *settings) |
|
void | _gtk_file_chooser_settings_set_location_mode (GtkFileChooserSettings *settings, LocationMode location_mode) |
|
gboolean | _gtk_file_chooser_settings_get_show_hidden (GtkFileChooserSettings *settings) |
|
void | _gtk_file_chooser_settings_set_show_hidden (GtkFileChooserSettings *settings, gboolean show_hidden) |
|
gboolean | _gtk_file_chooser_settings_get_show_size_column (GtkFileChooserSettings *settings) |
|
void | _gtk_file_chooser_settings_set_show_size_column (GtkFileChooserSettings *settings, gboolean show_column) |
|
gint | _gtk_file_chooser_settings_get_sort_column (GtkFileChooserSettings *settings) |
|
void | _gtk_file_chooser_settings_set_sort_column (GtkFileChooserSettings *settings, gint sort_column) |
|
GtkSortType | _gtk_file_chooser_settings_get_sort_order (GtkFileChooserSettings *settings) |
|
void | _gtk_file_chooser_settings_set_sort_order (GtkFileChooserSettings *settings, GtkSortType sort_order) |
|
void | _gtk_file_chooser_settings_get_geometry (GtkFileChooserSettings *settings, int *out_x, int *out_y, int *out_width, int *out_heigth) |
|
void | _gtk_file_chooser_settings_set_geometry (GtkFileChooserSettings *settings, int x, int y, int width, int heigth) |
|
void | _gtk_file_chooser_settings_set_startup_mode (GtkFileChooserSettings *settings, StartupMode startup_mode) |
|
StartupMode | _gtk_file_chooser_settings_get_startup_mode (GtkFileChooserSettings *settings) |
|
gboolean | _gtk_file_chooser_settings_save (GtkFileChooserSettings *settings, GError **error) |
|
◆ GTK_FILE_CHOOSER_SETTINGS_TYPE
◆ GtkFileChooserSettings
◆ GtkFileChooserSettingsClass
◆ anonymous enum
Enumerator |
---|
FILE_LIST_COL_NAME | |
FILE_LIST_COL_SIZE | |
FILE_LIST_COL_MTIME | |
FILE_LIST_COL_NUM_COLUMNS | |
Definition at line 33 of file gtkfilechoosersettings.h.
◆ _gtk_file_chooser_settings_get_geometry()
void _gtk_file_chooser_settings_get_geometry |
( |
GtkFileChooserSettings * |
settings, |
|
|
int * |
out_x, |
|
|
int * |
out_y, |
|
|
int * |
out_width, |
|
|
int * |
out_heigth |
|
) |
| |
◆ _gtk_file_chooser_settings_get_location_mode()
◆ _gtk_file_chooser_settings_get_show_hidden()
◆ _gtk_file_chooser_settings_get_show_size_column()
◆ _gtk_file_chooser_settings_get_sort_column()
◆ _gtk_file_chooser_settings_get_sort_order()
◆ _gtk_file_chooser_settings_get_startup_mode()
◆ _gtk_file_chooser_settings_get_type()
GType _gtk_file_chooser_settings_get_type |
( |
void |
| ) |
|
◆ _gtk_file_chooser_settings_new()
◆ _gtk_file_chooser_settings_save()
◆ _gtk_file_chooser_settings_set_geometry()
void _gtk_file_chooser_settings_set_geometry |
( |
GtkFileChooserSettings * |
settings, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
heigth |
|
) |
| |
◆ _gtk_file_chooser_settings_set_location_mode()
◆ _gtk_file_chooser_settings_set_show_hidden()
◆ _gtk_file_chooser_settings_set_show_size_column()
void _gtk_file_chooser_settings_set_show_size_column |
( |
GtkFileChooserSettings * |
settings, |
|
|
gboolean |
show_column |
|
) |
| |
◆ _gtk_file_chooser_settings_set_sort_column()
◆ _gtk_file_chooser_settings_set_sort_order()
◆ _gtk_file_chooser_settings_set_startup_mode()