Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── CongEditorArea ╰── CongEditorAreaContainer ├── CongEditorAreaBin ├── CongEditorAreaComposer ╰── CongEditorAreaLine
#define CONG_EDITOR_AREA_CONTAINER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_CONTAINER_TYPE, CongEditorAreaContainer)
#define CONG_EDITOR_AREA_CONTAINER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_CONTAINER_TYPE, CongEditorAreaContainerClass)
#define IS_CONG_EDITOR_AREA_CONTAINER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_CONTAINER_TYPE)
CongEditorArea * cong_editor_area_container_construct (CongEditorAreaContainer *area_container
,CongEditorWidget3 *editor_widget
);
TODO: Write me
void cong_editor_area_container_add_child (CongEditorAreaContainer *area_container
,CongEditorArea *child
,gboolean add_to_end
);
TODO: Write me
void cong_editor_area_container_add_child_after (CongEditorAreaContainer *area_container
,CongEditorArea *new_child
,CongEditorArea *relative_to
);
TODO: Write me
void cong_editor_area_container_remove_child (CongEditorAreaContainer *area_container
,CongEditorArea *child
);
TODO: Write me
void
cong_editor_area_remove_all_children (CongEditorAreaContainer *area_container
);
TODO: Write me
void
cong_editor_area_container_children_changed
(CongEditorAreaContainer *area_container
);
TODO: Write me
void cong_editor_area_container_for_each (CongEditorArea *editor_area
,CongEditorAreaCallbackFunc func
,gpointer user_data
);
void cong_editor_area_container_protected_postprocess_add_non_internal_child (CongEditorAreaContainer *area_container
,CongEditorArea *child
);
TODO: Write me