Ardour  8.7-14-g57a6773833
gtkfilechoosersettings.h File Reference
Include dependency graph for gtkfilechoosersettings.h:

Go to the source code of this file.

Classes

struct  _GtkFileChooserSettings
 
struct  _GtkFileChooserSettingsClass
 

Macros

#define GTK_FILE_CHOOSER_SETTINGS_TYPE   (_gtk_file_chooser_settings_get_type ())
 

Typedefs

typedef struct _GtkFileChooserSettings GtkFileChooserSettings
 
typedef struct _GtkFileChooserSettingsClass GtkFileChooserSettingsClass
 

Enumerations

enum  { FILE_LIST_COL_NAME , FILE_LIST_COL_SIZE , FILE_LIST_COL_MTIME , FILE_LIST_COL_NUM_COLUMNS }
 

Functions

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)
 

Macro Definition Documentation

◆ GTK_FILE_CHOOSER_SETTINGS_TYPE

#define GTK_FILE_CHOOSER_SETTINGS_TYPE   (_gtk_file_chooser_settings_get_type ())

Definition at line 30 of file gtkfilechoosersettings.h.

Typedef Documentation

◆ GtkFileChooserSettings

Definition at line 28 of file gtkfilechoosersettings.h.

◆ GtkFileChooserSettingsClass

Enumeration Type Documentation

◆ anonymous enum

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.

Function Documentation

◆ _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()

LocationMode _gtk_file_chooser_settings_get_location_mode ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_show_hidden()

gboolean _gtk_file_chooser_settings_get_show_hidden ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_show_size_column()

gboolean _gtk_file_chooser_settings_get_show_size_column ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_sort_column()

gint _gtk_file_chooser_settings_get_sort_column ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_sort_order()

GtkSortType _gtk_file_chooser_settings_get_sort_order ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_startup_mode()

StartupMode _gtk_file_chooser_settings_get_startup_mode ( GtkFileChooserSettings settings)

◆ _gtk_file_chooser_settings_get_type()

GType _gtk_file_chooser_settings_get_type ( void  )

◆ _gtk_file_chooser_settings_new()

GtkFileChooserSettings* _gtk_file_chooser_settings_new ( void  )

◆ _gtk_file_chooser_settings_save()

gboolean _gtk_file_chooser_settings_save ( GtkFileChooserSettings settings,
GError **  error 
)

◆ _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()

void _gtk_file_chooser_settings_set_location_mode ( GtkFileChooserSettings settings,
LocationMode  location_mode 
)

◆ _gtk_file_chooser_settings_set_show_hidden()

void _gtk_file_chooser_settings_set_show_hidden ( GtkFileChooserSettings settings,
gboolean  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()

void _gtk_file_chooser_settings_set_sort_column ( GtkFileChooserSettings settings,
gint  sort_column 
)

◆ _gtk_file_chooser_settings_set_sort_order()

void _gtk_file_chooser_settings_set_sort_order ( GtkFileChooserSettings settings,
GtkSortType  sort_order 
)

◆ _gtk_file_chooser_settings_set_startup_mode()

void _gtk_file_chooser_settings_set_startup_mode ( GtkFileChooserSettings settings,
StartupMode  startup_mode 
)