#include <glib-object.h>
Go to the source code of this file.
Defines | |
#define | GCP_FONT_SEL_TYPE (gcp_font_sel_get_type ()) |
#define | GCP_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GCP_FONT_SEL_TYPE, GcpFontSel)) |
#define | IS_GCP_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCP_FONT_SEL_TYPE)) |
Functions | |
GType | gcp_font_sel_get_type (void) |
Definition in file fontsel.h.
#define GCP_FONT_SEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GCP_FONT_SEL_TYPE, GcpFontSel)) |
Casts obj to a GcpFontSel * pointer.
#define GCP_FONT_SEL_TYPE (gcp_font_sel_get_type ()) |
#define IS_GCP_FONT_SEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCP_FONT_SEL_TYPE)) |
GType gcp_font_sel_get_type | ( | void | ) |