Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_FONT_CHOOSER_WIDGET (gtk_font_chooser_widget_get_type ()) |
#define | GTK_FONT_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_CHOOSER_WIDGET, GtkFontChooserWidget)) |
#define | GTK_IS_FONT_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_CHOOSER_WIDGET)) |
Typedefs | |
typedef struct _GtkFontChooserWidget | GtkFontChooserWidget |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_font_chooser_widget_get_type (void) G_GNUC_CONST |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_font_chooser_widget_new (void) |
#define GTK_FONT_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_CHOOSER_WIDGET, GtkFontChooserWidget)) |
Definition at line 29 of file gtkfontchooserwidget.h.
#define GTK_IS_FONT_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_CHOOSER_WIDGET)) |
Definition at line 30 of file gtkfontchooserwidget.h.
#define GTK_TYPE_FONT_CHOOSER_WIDGET (gtk_font_chooser_widget_get_type ()) |
Definition at line 28 of file gtkfontchooserwidget.h.
typedef struct _GtkFontChooserWidget GtkFontChooserWidget |
Definition at line 32 of file gtkfontchooserwidget.h.
GDK_AVAILABLE_IN_ALL GType gtk_font_chooser_widget_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_chooser_widget_new | ( | void | ) |