Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkfontchooserwidget.h File Reference
#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 GtkWidgetgtk_font_chooser_widget_new (void)
 

Macro Definition Documentation

◆ GTK_FONT_CHOOSER_WIDGET

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

◆ GTK_IS_FONT_CHOOSER_WIDGET

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

◆ GTK_TYPE_FONT_CHOOSER_WIDGET

#define GTK_TYPE_FONT_CHOOSER_WIDGET   (gtk_font_chooser_widget_get_type ())

Definition at line 28 of file gtkfontchooserwidget.h.

Typedef Documentation

◆ GtkFontChooserWidget

typedef struct _GtkFontChooserWidget GtkFontChooserWidget

Definition at line 32 of file gtkfontchooserwidget.h.

Function Documentation

◆ gtk_font_chooser_widget_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_font_chooser_widget_get_type ( void )

◆ gtk_font_chooser_widget_new()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_chooser_widget_new ( void )