| Top |
| #define | CONG_EDITOR_AREA_PIXBUF() |
| #define | CONG_EDITOR_AREA_PIXBUF_CLASS() |
| #define | IS_CONG_EDITOR_AREA_PIXBUF() |
| GType | cong_editor_area_pixbuf_get_type () |
| CongEditorArea * | cong_editor_area_pixbuf_construct () |
| CongEditorArea * | cong_editor_area_pixbuf_new () |
#define CONG_EDITOR_AREA_PIXBUF(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_PIXBUF_TYPE, CongEditorAreaPixbuf)
#define CONG_EDITOR_AREA_PIXBUF_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_PIXBUF_TYPE, CongEditorAreaPixbufClass)
#define IS_CONG_EDITOR_AREA_PIXBUF(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_PIXBUF_TYPE)
CongEditorArea * cong_editor_area_pixbuf_construct (CongEditorAreaPixbuf *area_pixbuf,CongEditorWidget3 *editor_widget,GdkPixbuf *pixbuf);
TODO: Write me
CongEditorArea * cong_editor_area_pixbuf_new (CongEditorWidget3 *editor_widget,GdkPixbuf *pixbuf);
TODO: Write me