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

Go to the source code of this file.

Macros

#define GTK_TYPE_FILE_CHOOSER_DEFAULT   (_gtk_file_chooser_default_get_type ())
 
#define GTK_FILE_CHOOSER_DEFAULT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_DEFAULT, GtkFileChooserDefault))
 
#define GTK_IS_FILE_CHOOSER_DEFAULT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_DEFAULT))
 

Typedefs

typedef struct _GtkFileChooserDefault GtkFileChooserDefault
 

Functions

GType _gtk_file_chooser_default_get_type (void) G_GNUC_CONST
 
GtkWidget_gtk_file_chooser_default_new (void)
 

Macro Definition Documentation

◆ GTK_FILE_CHOOSER_DEFAULT

#define GTK_FILE_CHOOSER_DEFAULT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_DEFAULT, GtkFileChooserDefault))

Definition at line 30 of file gtkfilechooserdefault.h.

◆ GTK_IS_FILE_CHOOSER_DEFAULT

#define GTK_IS_FILE_CHOOSER_DEFAULT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_DEFAULT))

Definition at line 31 of file gtkfilechooserdefault.h.

◆ GTK_TYPE_FILE_CHOOSER_DEFAULT

#define GTK_TYPE_FILE_CHOOSER_DEFAULT   (_gtk_file_chooser_default_get_type ())

Definition at line 29 of file gtkfilechooserdefault.h.

Typedef Documentation

◆ GtkFileChooserDefault

Definition at line 27 of file gtkfilechooserdefault.h.

Function Documentation

◆ _gtk_file_chooser_default_get_type()

GType _gtk_file_chooser_default_get_type ( void  )

◆ _gtk_file_chooser_default_new()

GtkWidget* _gtk_file_chooser_default_new ( void  )