Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkbutton.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_FONT_BUTTON (gtk_font_button_get_type ()) |
#define | GTK_FONT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButton)) |
#define | GTK_IS_FONT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_BUTTON)) |
Typedefs | |
typedef struct _GtkFontButton | GtkFontButton |
#define GTK_FONT_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButton)) |
Definition at line 38 of file gtkfontbutton.h.
#define GTK_IS_FONT_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_BUTTON)) |
Definition at line 39 of file gtkfontbutton.h.
#define GTK_TYPE_FONT_BUTTON (gtk_font_button_get_type ()) |
Definition at line 37 of file gtkfontbutton.h.
typedef struct _GtkFontButton GtkFontButton |
Definition at line 41 of file gtkfontbutton.h.
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_modal | ( | GtkFontButton * | font_button | ) |
GDK_DEPRECATED_IN_4_10 const char * gtk_font_button_get_title | ( | GtkFontButton * | font_button | ) |
GDK_AVAILABLE_IN_ALL GType gtk_font_button_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_use_font | ( | GtkFontButton * | font_button | ) |
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_use_size | ( | GtkFontButton * | font_button | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_button_new | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_button_new_with_font | ( | const char * | fontname | ) |
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_modal | ( | GtkFontButton * | font_button, |
gboolean | modal ) |
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_title | ( | GtkFontButton * | font_button, |
const char * | title ) |
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_use_font | ( | GtkFontButton * | font_button, |
gboolean | use_font ) |
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_use_size | ( | GtkFontButton * | font_button, |
gboolean | use_size ) |