#include <glib-object.h>
Go to the source code of this file.
Detailed Description
Declaration of the GcpFontSel widget.
Definition in file fontsel.h.
Define Documentation
#define GCP_FONT_SEL |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GCP_TYPE_FONT_SEL, GcpFontSel)) |
#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)) |
- Returns:
- TRUE if obj points to a GcpFontSel widget, FALSE otherwise.
Definition at line 47 of file fontsel.h.
Function Documentation
GType gcp_font_sel_get_type |
( |
void |
| ) |
|