| Top |
| #define | CONG_EDITOR_AREA_BIN() |
| #define | CONG_EDITOR_AREA_BIN_CLASS() |
| #define | IS_CONG_EDITOR_AREA_BIN() |
| GType | cong_editor_area_bin_get_type () |
| CongEditorArea * | cong_editor_area_bin_construct () |
| CongEditorArea * | cong_editor_area_bin_new () |
| CongEditorArea * | cong_editor_area_bin_get_child () |
GObject ╰── CongEditorArea ╰── CongEditorAreaContainer ╰── CongEditorAreaBin ├── CongEditorAreaBorder ├── CongEditorAreaEntityDecl ├── CongEditorAreaEntityRef ├── CongEditorAreaLabelled ├── CongEditorAreaSpanTag ├── CongEditorAreaStructural ╰── CongEditorAreaUnknownTag
#define CONG_EDITOR_AREA_BIN(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_BIN_TYPE, CongEditorAreaBin)
#define CONG_EDITOR_AREA_BIN_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BIN_TYPE, CongEditorAreaBinClass)
#define IS_CONG_EDITOR_AREA_BIN(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BIN_TYPE)
CongEditorArea * cong_editor_area_bin_construct (CongEditorAreaBin *area_bin,CongEditorWidget3 *editor_widget);
TODO: Write me
CongEditorArea *
cong_editor_area_bin_new (CongEditorWidget3 *editor_widget);
TODO: Write me
CongEditorArea *
cong_editor_area_bin_get_child (CongEditorAreaBin *area_bin);
TODO: Write me