| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongEditorAreaPixbuf; #define CONG_EDITOR_AREA_PIXBUF (obj) #define CONG_EDITOR_AREA_PIXBUF_CLASS (klass) #define IS_CONG_EDITOR_AREA_PIXBUF (obj) GType cong_editor_area_pixbuf_get_type (void); CongEditorArea * cong_editor_area_pixbuf_construct (CongEditorAreaPixbuf *area_pixbuf,CongEditorWidget3 *editor_widget,GdkPixbuf *pixbuf); CongEditorArea * cong_editor_area_pixbuf_new (CongEditorWidget3 *editor_widget,GdkPixbuf *pixbuf);
#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