| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongEditorAreaEntityDecl; #define CONG_EDITOR_AREA_ENTITY_DECL (obj) #define CONG_EDITOR_AREA_ENTITY_DECL_CLASS (klass) #define IS_CONG_EDITOR_AREA_ENTITY_DECL (obj) GType cong_editor_area_entity_decl_get_type (void); CongEditorArea * cong_editor_area_entity_decl_construct (CongEditorAreaEntityDecl *area_entity_decl,CongEditorWidget3 *editor_widget,const gchar *text); CongEditorArea * cong_editor_area_entity_decl_new (CongEditorWidget3 *editor_widget,const gchar *text);
GObject +----CongEditorArea +----CongEditorAreaContainer +----CongEditorAreaBin +----CongEditorAreaEntityDecl
#define CONG_EDITOR_AREA_ENTITY_DECL(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_ENTITY_DECL_TYPE, CongEditorAreaEntityDecl)
#define CONG_EDITOR_AREA_ENTITY_DECL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_ENTITY_DECL_TYPE, CongEditorAreaEntityDeclClass)
#define IS_CONG_EDITOR_AREA_ENTITY_DECL(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_ENTITY_DECL_TYPE)
CongEditorArea * cong_editor_area_entity_decl_construct (CongEditorAreaEntityDecl *area_entity_decl,CongEditorWidget3 *editor_widget,const gchar *text);
TODO: Write me
CongEditorArea * cong_editor_area_entity_decl_new (CongEditorWidget3 *editor_widget,const gchar *text);
TODO: Write me