![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
CongEditorAreaFlowHolderSingle —
struct CongEditorAreaFlowHolderSingle; #define CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE(obj) #define CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE_CLASS(klass) #define IS_CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE(obj) GType cong_editor_area_flow_holder_single_get_type (void); CongEditorArea* cong_editor_area_flow_holder_single_construct (CongEditorAreaFlowHolderSingle *area_flow_holder_single, CongEditorWidget3 *editor_widget); CongEditorArea* cong_editor_area_flow_holder_single_new (CongEditorWidget3 *editor_widget);
GObject +----CongEditorArea +----CongEditorAreaFlowHolder +----CongEditorAreaFlowHolderSingle
#define CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE_TYPE, CongEditorAreaFlowHolderSingle)
obj : |
#define CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE_TYPE, CongEditorAreaFlowHolderSingleClass)
klass : |
#define IS_CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_FLOW_HOLDER_SINGLE_TYPE)
obj : |
GType cong_editor_area_flow_holder_single_get_type (void);
Returns : |
CongEditorArea* cong_editor_area_flow_holder_single_construct (CongEditorAreaFlowHolderSingle *area_flow_holder_single, CongEditorWidget3 *editor_widget);
TODO: Write me
area_flow_holder_single : | |
editor_widget : | |
Returns : |
CongEditorArea* cong_editor_area_flow_holder_single_new (CongEditorWidget3 *editor_widget);
TODO: Write me
editor_widget : | |
Returns : |
<< CongEditorAreaFlowHolderInlines | CongEditorAreaFlowHolder >> |