| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
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)
| obj : |
#define CONG_EDITOR_AREA_BIN_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BIN_TYPE, CongEditorAreaBinClass)
| klass : |
#define IS_CONG_EDITOR_AREA_BIN(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BIN_TYPE)
| obj : |
CongEditorArea* cong_editor_area_bin_construct (CongEditorAreaBin *area_bin, CongEditorWidget3 *editor_widget);
TODO: Write me
| area_bin : | |
| editor_widget : | |
| Returns : |
CongEditorArea* cong_editor_area_bin_new (CongEditorWidget3 *editor_widget);
TODO: Write me
| editor_widget : | |
| Returns : |
CongEditorArea* cong_editor_area_bin_get_child (CongEditorAreaBin *area_bin);
TODO: Write me
| area_bin : | |
| Returns : |