Ardour  9.0-pre0-582-g084a23a80d
gtkfilechooserbutton.h File Reference
#include <gtk/gtkhbox.h>
#include <gtk/gtkfilechooser.h>
Include dependency graph for gtkfilechooserbutton.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkWidgetgtk_file_chooser_button_new (const gchar *title, GtkFileChooserAction action)
 
GtkWidgetgtk_file_chooser_button_new_with_backend (const gchar *title, GtkFileChooserAction action, const gchar *backend)
 
GtkWidgetgtk_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)
 

Macro Definition Documentation

◆ GTK_FILE_CHOOSER_BUTTON

#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.

◆ GTK_FILE_CHOOSER_BUTTON_CLASS

#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.

◆ GTK_FILE_CHOOSER_BUTTON_GET_CLASS

#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.

◆ GTK_IS_FILE_CHOOSER_BUTTON

#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.

◆ GTK_IS_FILE_CHOOSER_BUTTON_CLASS

#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.

◆ GTK_TYPE_FILE_CHOOSER_BUTTON

#define GTK_TYPE_FILE_CHOOSER_BUTTON   (gtk_file_chooser_button_get_type ())

Definition at line 33 of file gtkfilechooserbutton.h.

Typedef Documentation

◆ GtkFileChooserButton

Definition at line 31 of file gtkfilechooserbutton.h.

◆ GtkFileChooserButtonClass

◆ GtkFileChooserButtonPrivate

typedef struct _GtkFileChooserButtonPrivate GtkFileChooserButtonPrivate

Definition at line 31 of file gtkfilechooserbutton.h.

Function Documentation

◆ gtk_file_chooser_button_get_focus_on_click()

gboolean gtk_file_chooser_button_get_focus_on_click ( GtkFileChooserButton button)

◆ gtk_file_chooser_button_get_title()

const gchar* gtk_file_chooser_button_get_title ( GtkFileChooserButton button)

◆ gtk_file_chooser_button_get_type()

GType gtk_file_chooser_button_get_type ( void  )

◆ gtk_file_chooser_button_get_width_chars()

gint gtk_file_chooser_button_get_width_chars ( GtkFileChooserButton button)

◆ gtk_file_chooser_button_new()

GtkWidget* gtk_file_chooser_button_new ( const gchar *  title,
GtkFileChooserAction  action 
)

◆ gtk_file_chooser_button_new_with_backend()

GtkWidget* gtk_file_chooser_button_new_with_backend ( const gchar *  title,
GtkFileChooserAction  action,
const gchar *  backend 
)

◆ gtk_file_chooser_button_new_with_dialog()

GtkWidget* gtk_file_chooser_button_new_with_dialog ( GtkWidget dialog)

◆ gtk_file_chooser_button_set_focus_on_click()

void gtk_file_chooser_button_set_focus_on_click ( GtkFileChooserButton button,
gboolean  focus_on_click 
)

◆ gtk_file_chooser_button_set_title()

void gtk_file_chooser_button_set_title ( GtkFileChooserButton button,
const gchar *  title 
)

◆ gtk_file_chooser_button_set_width_chars()

void gtk_file_chooser_button_set_width_chars ( GtkFileChooserButton button,
gint  n_chars 
)