The Gnome Chemistry Utils
0.14.0
|
#include <glib-object.h>
Go to the source code of this file.
Macros | |
#define | GCP_TYPE_FONT_SEL (gcp_font_sel_get_type ()) |
#define | GCP_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GCP_TYPE_FONT_SEL, GcpFontSel)) |
#define | IS_GCP_FONT_SEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCP_TYPE_FONT_SEL)) |
Functions | |
GType | gcp_font_sel_get_type (void) |
Declaration of the GcpFontSel widget.
Definition in file fontsel.h.
#define GCP_FONT_SEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GCP_TYPE_FONT_SEL, GcpFontSel)) |
Casts obj to a GcpFontSel * pointer.
#define GCP_TYPE_FONT_SEL (gcp_font_sel_get_type ()) |
#define IS_GCP_FONT_SEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCP_TYPE_FONT_SEL)) |
GType gcp_font_sel_get_type | ( | void | ) |