CongEditorNodeElementStructural

CongEditorNodeElementStructural

Synopsis

                    CongEditorNodeElementStructural;
#define             CONG_EDITOR_NODE_ELEMENT_STRUCTURAL (obj)
#define             CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_CLASS(klass)
#define             IS_CONG_EDITOR_NODE_ELEMENT_STRUCTURAL(obj)

Description

Details

CongEditorNodeElementStructural

typedef struct _CongEditorNodeElementStructural CongEditorNodeElementStructural;


CONG_EDITOR_NODE_ELEMENT_STRUCTURAL()

#define CONG_EDITOR_NODE_ELEMENT_STRUCTURAL(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_TYPE, CongEditorNodeElementStructural)

obj :


CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_CLASS()

#define CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_TYPE, CongEditorNodeElementStructuralClass)

klass :


IS_CONG_EDITOR_NODE_ELEMENT_STRUCTURAL()

#define IS_CONG_EDITOR_NODE_ELEMENT_STRUCTURAL(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_STRUCTURAL_TYPE)

obj :