Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GtkFileChooserButton |
struct | _GtkFileChooserButtonClass |
Macros | |
#define | GTK_TYPE_FILE_CHOOSER_BUTTON (gtk_file_chooser_button_get_type ()) |
#define | GTK_FILE_CHOOSER_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButton)) |
#define | GTK_FILE_CHOOSER_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButtonClass)) |
#define | GTK_IS_FILE_CHOOSER_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON)) |
#define | GTK_IS_FILE_CHOOSER_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FILE_CHOOSER_BUTTON)) |
#define | GTK_FILE_CHOOSER_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButtonClass)) |
Typedefs | |
typedef struct _GtkFileChooserButton | GtkFileChooserButton |
typedef struct _GtkFileChooserButtonPrivate | GtkFileChooserButtonPrivate |
typedef struct _GtkFileChooserButtonClass | GtkFileChooserButtonClass |
Functions | |
GType | gtk_file_chooser_button_get_type (void) G_GNUC_CONST |
GtkWidget * | gtk_file_chooser_button_new (const gchar *title, GtkFileChooserAction action) |
GtkWidget * | gtk_file_chooser_button_new_with_backend (const gchar *title, GtkFileChooserAction action, const gchar *backend) |
GtkWidget * | gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog) |
const gchar * | gtk_file_chooser_button_get_title (GtkFileChooserButton *button) |
void | gtk_file_chooser_button_set_title (GtkFileChooserButton *button, const gchar *title) |
gint | gtk_file_chooser_button_get_width_chars (GtkFileChooserButton *button) |
void | gtk_file_chooser_button_set_width_chars (GtkFileChooserButton *button, gint n_chars) |
gboolean | gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button) |
void | gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button, gboolean focus_on_click) |
#define GTK_FILE_CHOOSER_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButton)) |
Definition at line 34 of file gtkfilechooserbutton.h.
#define GTK_FILE_CHOOSER_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButtonClass)) |
Definition at line 35 of file gtkfilechooserbutton.h.
#define GTK_FILE_CHOOSER_BUTTON_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON, GtkFileChooserButtonClass)) |
Definition at line 38 of file gtkfilechooserbutton.h.
#define GTK_IS_FILE_CHOOSER_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_BUTTON)) |
Definition at line 36 of file gtkfilechooserbutton.h.
#define GTK_IS_FILE_CHOOSER_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FILE_CHOOSER_BUTTON)) |
Definition at line 37 of file gtkfilechooserbutton.h.
#define GTK_TYPE_FILE_CHOOSER_BUTTON (gtk_file_chooser_button_get_type ()) |
Definition at line 33 of file gtkfilechooserbutton.h.
typedef struct _GtkFileChooserButton GtkFileChooserButton |
Definition at line 31 of file gtkfilechooserbutton.h.
typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass |
Definition at line 31 of file gtkfilechooserbutton.h.
typedef struct _GtkFileChooserButtonPrivate GtkFileChooserButtonPrivate |
Definition at line 31 of file gtkfilechooserbutton.h.
gboolean gtk_file_chooser_button_get_focus_on_click | ( | GtkFileChooserButton * | button | ) |
const gchar* gtk_file_chooser_button_get_title | ( | GtkFileChooserButton * | button | ) |
GType gtk_file_chooser_button_get_type | ( | void | ) |
gint gtk_file_chooser_button_get_width_chars | ( | GtkFileChooserButton * | button | ) |
GtkWidget* gtk_file_chooser_button_new | ( | const gchar * | title, |
GtkFileChooserAction | action | ||
) |
GtkWidget* gtk_file_chooser_button_new_with_backend | ( | const gchar * | title, |
GtkFileChooserAction | action, | ||
const gchar * | backend | ||
) |
void gtk_file_chooser_button_set_focus_on_click | ( | GtkFileChooserButton * | button, |
gboolean | focus_on_click | ||
) |
void gtk_file_chooser_button_set_title | ( | GtkFileChooserButton * | button, |
const gchar * | title | ||
) |
void gtk_file_chooser_button_set_width_chars | ( | GtkFileChooserButton * | button, |
gint | n_chars | ||
) |