![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-attribute-editor-enumeration —
#define CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) #define CONG_ATTRIBUTE_EDITOR_ENUMERATION_CLASS(klass) #define IS_CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) GType cong_attribute_editor_enumeration_get_type (void); CongAttributeEditor* cong_attribute_editor_enumeration_construct (CongAttributeEditorENUMERATION *attribute_editor_enumeration, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr); GtkWidget* cong_attribute_editor_enumeration_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr);
#define CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATION)
obj : |
#define CONG_ATTRIBUTE_EDITOR_ENUMERATION_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATIONClass)
klass : |
#define IS_CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE)
obj : |
GType cong_attribute_editor_enumeration_get_type (void);
Returns : |
CongAttributeEditor* cong_attribute_editor_enumeration_construct (CongAttributeEditorENUMERATION *attribute_editor_enumeration, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr);
TODO: Write me
attribute_editor_enumeration : | |
doc : | |
node : | |
ns_ptr : | |
attribute_name : | |
attr : | |
Returns : |
GtkWidget* cong_attribute_editor_enumeration_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr);
TODO: Write me
doc : | |
node : | |
ns_ptr : | |
attribute_name : | |
attr : | |
Returns : |
<< cong-attribute-editor-cdata | cong-attribute-wrapper >> |