| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongEditorAreaLabelled; #define CONG_EDITOR_AREA_LABELLED (obj) #define CONG_EDITOR_AREA_LABELLED_CLASS (klass) #define IS_CONG_EDITOR_AREA_LABELLED (obj) GType cong_editor_area_labelled_get_type (void); CongEditorArea * cong_editor_area_labelled_construct (CongEditorAreaLabelled *area_labelled,CongEditorWidget3 *editor_widget,CongEditorArea *label); CongEditorArea * cong_editor_area_labelled_new (CongEditorWidget3 *editor_widget,CongEditorArea *label); void cong_editor_area_labelled_set_label (CongEditorAreaLabelled *area_labelled,CongEditorArea *label); CongEditorArea * cong_editor_area_labelled_get_label (CongEditorAreaLabelled *area_labelled);
GObject +----CongEditorArea +----CongEditorAreaContainer +----CongEditorAreaBin +----CongEditorAreaLabelled +----CongEditorAreaListitem
#define CONG_EDITOR_AREA_LABELLED(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_LABELLED_TYPE, CongEditorAreaLabelled)
#define CONG_EDITOR_AREA_LABELLED_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_LABELLED_TYPE, CongEditorAreaLabelledClass)
#define IS_CONG_EDITOR_AREA_LABELLED(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_LABELLED_TYPE)
CongEditorArea * cong_editor_area_labelled_construct (CongEditorAreaLabelled *area_labelled,CongEditorWidget3 *editor_widget,CongEditorArea *label);
TODO: Write me
CongEditorArea * cong_editor_area_labelled_new (CongEditorWidget3 *editor_widget,CongEditorArea *label);
TODO: Write me
void cong_editor_area_labelled_set_label (CongEditorAreaLabelled *area_labelled,CongEditorArea *label);
TODO: Write me
CongEditorArea * cong_editor_area_labelled_get_label (CongEditorAreaLabelled *area_labelled);