Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── CongEditorArea ╰── CongEditorAreaContainer ╰── CongEditorAreaBin ╰── CongEditorAreaEntityRef
#define CONG_EDITOR_AREA_ENTITY_REF(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_ENTITY_REF_TYPE, CongEditorAreaEntityRef)
#define CONG_EDITOR_AREA_ENTITY_REF_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_ENTITY_REF_TYPE, CongEditorAreaEntityRefClass)
#define IS_CONG_EDITOR_AREA_ENTITY_REF(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_ENTITY_REF_TYPE)
CongEditorArea * cong_editor_area_entity_ref_construct (CongEditorAreaEntityRef *area_entity_ref
,CongEditorWidget3 *editor_widget
,const gchar *text
);
TODO: Write me
CongEditorArea * cong_editor_area_entity_ref_new (CongEditorWidget3 *editor_widget
,const gchar *text
);
TODO: Write me