| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongAttributeEditorLangDetails;
#define CONG_ATTRIBUTE_EDITOR_LANG (obj)
#define CONG_ATTRIBUTE_EDITOR_LANG_CLASS (klass)
#define IS_CONG_ATTRIBUTE_EDITOR_LANG (obj)
GType cong_attribute_editor_lang_get_type (void);
CongAttributeEditor* cong_attribute_editor_lang_construct
(CongAttributeEditorLang *attribute_editor_lang,
CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr);
GtkWidget* cong_attribute_editor_lang_new (CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr);
typedef struct _CongAttributeEditorLangDetails CongAttributeEditorLangDetails;
#define CONG_ATTRIBUTE_EDITOR_LANG(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_LANG_TYPE, CongAttributeEditorLang)
|
#define CONG_ATTRIBUTE_EDITOR_LANG_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_LANG_TYPE, CongAttributeEditorLangClass)
|
#define IS_CONG_ATTRIBUTE_EDITOR_LANG(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_LANG_TYPE)
|
CongAttributeEditor* cong_attribute_editor_lang_construct (CongAttributeEditorLang *attribute_editor_lang, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr);
TODO: Write me
|
|
|
|
|
|
|
|
Returns : |
GtkWidget* cong_attribute_editor_lang_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr);
TODO: Creates editor of language-based attribute
|
Valid document |
|
Cong Node of attribute |
|
Pointer to xml namespace |
Returns : |