Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkfontchooserdialog.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_FONT_CHOOSER_DIALOG   (gtk_font_chooser_dialog_get_type ())
 
#define GTK_FONT_CHOOSER_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_CHOOSER_DIALOG, GtkFontChooserDialog))
 
#define GTK_IS_FONT_CHOOSER_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_CHOOSER_DIALOG))
 

Typedefs

typedef struct _GtkFontChooserDialog GtkFontChooserDialog
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_font_chooser_dialog_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 GtkWidgetgtk_font_chooser_dialog_new (const char *title, GtkWindow *parent)
 

Macro Definition Documentation

◆ GTK_FONT_CHOOSER_DIALOG

#define GTK_FONT_CHOOSER_DIALOG ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_CHOOSER_DIALOG, GtkFontChooserDialog))

Definition at line 29 of file gtkfontchooserdialog.h.

◆ GTK_IS_FONT_CHOOSER_DIALOG

#define GTK_IS_FONT_CHOOSER_DIALOG ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_CHOOSER_DIALOG))

Definition at line 30 of file gtkfontchooserdialog.h.

◆ GTK_TYPE_FONT_CHOOSER_DIALOG

#define GTK_TYPE_FONT_CHOOSER_DIALOG   (gtk_font_chooser_dialog_get_type ())

Definition at line 28 of file gtkfontchooserdialog.h.

Typedef Documentation

◆ GtkFontChooserDialog

typedef struct _GtkFontChooserDialog GtkFontChooserDialog

Definition at line 32 of file gtkfontchooserdialog.h.

Function Documentation

◆ gtk_font_chooser_dialog_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_font_chooser_dialog_get_type ( void )

◆ gtk_font_chooser_dialog_new()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_chooser_dialog_new ( const char * title,
GtkWindow * parent )