Ardour  9.0-pre0-384-ga76afae0e9
gtkfilechooserembed.h File Reference
#include <gtk/gtkwidget.h>
Include dependency graph for gtkfilechooserembed.h:

Go to the source code of this file.

Classes

struct  _GtkFileChooserEmbedIface
 

Macros

#define GTK_TYPE_FILE_CHOOSER_EMBED   (_gtk_file_chooser_embed_get_type ())
 
#define GTK_FILE_CHOOSER_EMBED(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_EMBED, GtkFileChooserEmbed))
 
#define GTK_IS_FILE_CHOOSER_EMBED(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_EMBED))
 
#define GTK_FILE_CHOOSER_EMBED_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_FILE_CHOOSER_EMBED, GtkFileChooserEmbedIface))
 

Typedefs

typedef struct _GtkFileChooserEmbed GtkFileChooserEmbed
 
typedef struct _GtkFileChooserEmbedIface GtkFileChooserEmbedIface
 

Functions

GType _gtk_file_chooser_embed_get_type (void) G_GNUC_CONST
 
void _gtk_file_chooser_embed_get_default_size (GtkFileChooserEmbed *chooser_embed, gint *default_width, gint *default_height)
 
gboolean _gtk_file_chooser_embed_should_respond (GtkFileChooserEmbed *chooser_embed)
 
void _gtk_file_chooser_embed_initial_focus (GtkFileChooserEmbed *chooser_embed)
 
void _gtk_file_chooser_embed_delegate_iface_init (GtkFileChooserEmbedIface *iface)
 
void _gtk_file_chooser_embed_set_delegate (GtkFileChooserEmbed *receiver, GtkFileChooserEmbed *delegate)
 

Macro Definition Documentation

◆ GTK_FILE_CHOOSER_EMBED

#define GTK_FILE_CHOOSER_EMBED (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_EMBED, GtkFileChooserEmbed))

Definition at line 29 of file gtkfilechooserembed.h.

◆ GTK_FILE_CHOOSER_EMBED_GET_IFACE

#define GTK_FILE_CHOOSER_EMBED_GET_IFACE (   obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_FILE_CHOOSER_EMBED, GtkFileChooserEmbedIface))

Definition at line 31 of file gtkfilechooserembed.h.

◆ GTK_IS_FILE_CHOOSER_EMBED

#define GTK_IS_FILE_CHOOSER_EMBED (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_EMBED))

Definition at line 30 of file gtkfilechooserembed.h.

◆ GTK_TYPE_FILE_CHOOSER_EMBED

#define GTK_TYPE_FILE_CHOOSER_EMBED   (_gtk_file_chooser_embed_get_type ())

Definition at line 28 of file gtkfilechooserembed.h.

Typedef Documentation

◆ GtkFileChooserEmbed

typedef struct _GtkFileChooserEmbed GtkFileChooserEmbed

Definition at line 26 of file gtkfilechooserembed.h.

◆ GtkFileChooserEmbedIface

Definition at line 26 of file gtkfilechooserembed.h.

Function Documentation

◆ _gtk_file_chooser_embed_delegate_iface_init()

void _gtk_file_chooser_embed_delegate_iface_init ( GtkFileChooserEmbedIface iface)

◆ _gtk_file_chooser_embed_get_default_size()

void _gtk_file_chooser_embed_get_default_size ( GtkFileChooserEmbed chooser_embed,
gint *  default_width,
gint *  default_height 
)

◆ _gtk_file_chooser_embed_get_type()

GType _gtk_file_chooser_embed_get_type ( void  )

◆ _gtk_file_chooser_embed_initial_focus()

void _gtk_file_chooser_embed_initial_focus ( GtkFileChooserEmbed chooser_embed)

◆ _gtk_file_chooser_embed_set_delegate()

void _gtk_file_chooser_embed_set_delegate ( GtkFileChooserEmbed receiver,
GtkFileChooserEmbed delegate 
)

◆ _gtk_file_chooser_embed_should_respond()

gboolean _gtk_file_chooser_embed_should_respond ( GtkFileChooserEmbed chooser_embed)