CongAttributeEditorLang

CongAttributeEditorLang

Functions

Types and Values

Description

Functions

CONG_ATTRIBUTE_EDITOR_LANG()

#define CONG_ATTRIBUTE_EDITOR_LANG(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_LANG_TYPE, CongAttributeEditorLang)


CONG_ATTRIBUTE_EDITOR_LANG_CLASS()

#define CONG_ATTRIBUTE_EDITOR_LANG_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_LANG_TYPE, CongAttributeEditorLangClass)


IS_CONG_ATTRIBUTE_EDITOR_LANG()

#define IS_CONG_ATTRIBUTE_EDITOR_LANG(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_LANG_TYPE)


cong_attribute_editor_lang_get_type ()

GType
cong_attribute_editor_lang_get_type (void);

Returns


cong_attribute_editor_lang_construct ()

CongAttributeEditor *
cong_attribute_editor_lang_construct (CongAttributeEditorLang *attribute_editor_lang,
                                      CongDocument *doc,
                                      CongNodePtr node,
                                      xmlNs *ns_ptr);

TODO: Write me

Returns


cong_attribute_editor_lang_new ()

GtkWidget *
cong_attribute_editor_lang_new (CongDocument *doc,
                                CongNodePtr node,
                                xmlNs *ns_ptr);

TODO: Creates editor of language-based attribute

Parameters

doc

Valid document

 

node

Cong Node of attribute

 

ns_ptr

Pointer to xml namespace

 

Returns

Types and Values

CongAttributeEditorLangDetails

typedef struct _CongAttributeEditorLangDetails CongAttributeEditorLangDetails;