![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
CongEditorAreaBin; #define CONG_EDITOR_AREA_BIN (obj) #define CONG_EDITOR_AREA_BIN_CLASS (klass) #define IS_CONG_EDITOR_AREA_BIN (obj) GType cong_editor_area_bin_get_type (void); CongEditorArea * cong_editor_area_bin_construct (CongEditorAreaBin *area_bin, CongEditorWidget3 *editor_widget); CongEditorArea * cong_editor_area_bin_new (CongEditorWidget3 *editor_widget); CongEditorArea * cong_editor_area_bin_get_child (CongEditorAreaBin *area_bin);
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
|
|
|
|
Returns : |
CongEditorArea * cong_editor_area_bin_new (CongEditorWidget3 *editor_widget);
TODO: Write me
|
|
Returns : |
CongEditorArea * cong_editor_area_bin_get_child (CongEditorAreaBin *area_bin);
TODO: Write me
|
|
Returns : |