![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
CongEditorAreaFlowHolder —
struct CongEditorAreaFlowHolder; #define CONG_EDITOR_AREA_FLOW_HOLDER (obj) #define CONG_EDITOR_AREA_FLOW_HOLDER_CLASS(klass) #define IS_CONG_EDITOR_AREA_FLOW_HOLDER (obj) GType cong_editor_area_flow_holder_get_type (void); CongEditorArea* cong_editor_area_flow_holder_construct (CongEditorAreaFlowHolder *area_flow_holder, CongEditorWidget3 *editor_widget); CongEditorChildPolicy* cong_editor_area_flow_holder_insert_areas_for_node (CongEditorAreaFlowHolder *area_flow_holder, CongEditorNode *node); void cong_editor_area_flow_holder_remove_areas_for_node (CongEditorAreaFlowHolder *area_flow_holder, CongEditorNode *node); CongEditorAreaFlowHolder* cong_editor_area_flow_holder_manufacture (CongEditorWidget3 *editor_widget, CongFlowType flow_type);
GObject +----CongEditorArea +----CongEditorAreaFlowHolder +----CongEditorAreaFlowHolderBlocks +----CongEditorAreaFlowHolderInlines +----CongEditorAreaFlowHolderSingle
#define CONG_EDITOR_AREA_FLOW_HOLDER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_FLOW_HOLDER_TYPE, CongEditorAreaFlowHolder)
obj : |
#define CONG_EDITOR_AREA_FLOW_HOLDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_FLOW_HOLDER_TYPE, CongEditorAreaFlowHolderClass)
klass : |
#define IS_CONG_EDITOR_AREA_FLOW_HOLDER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_FLOW_HOLDER_TYPE)
obj : |
GType cong_editor_area_flow_holder_get_type (void);
Returns : |
CongEditorArea* cong_editor_area_flow_holder_construct (CongEditorAreaFlowHolder *area_flow_holder, CongEditorWidget3 *editor_widget);
TODO: Write me
area_flow_holder : | |
editor_widget : | |
Returns : |
CongEditorChildPolicy* cong_editor_area_flow_holder_insert_areas_for_node (CongEditorAreaFlowHolder *area_flow_holder, CongEditorNode *node);
TODO: Write me
area_flow_holder : | |
node : | |
Returns : |
void cong_editor_area_flow_holder_remove_areas_for_node (CongEditorAreaFlowHolder *area_flow_holder, CongEditorNode *node);
TODO: Write me
area_flow_holder : | |
node : |
CongEditorAreaFlowHolder* cong_editor_area_flow_holder_manufacture (CongEditorWidget3 *editor_widget, CongFlowType flow_type);
TODO: Write me
editor_widget : | |
flow_type : | |
Returns : |
<< CongEditorAreaFlowHolderSingle | CongEditorAreaLabelled >> |