cong-attribute-editor-enumeration

cong-attribute-editor-enumeration —

Synopsis




#define     CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE
#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,
                                             const gchar *attribute_name,
                                             xmlAttributePtr attr);
GtkWidget*  cong_attribute_editor_enumeration_new
                                            (CongDocument *doc,
                                             CongNodePtr node,
                                             const gchar *attribute_name,
                                             xmlAttributePtr attr);

Description

Details

CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE

#define CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE	      (cong_attribute_editor_enumeration_get_type ())


CONG_ATTRIBUTE_EDITOR_ENUMERATION()

#define CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATION)

obj :

CONG_ATTRIBUTE_EDITOR_ENUMERATION_CLASS()

#define CONG_ATTRIBUTE_EDITOR_ENUMERATION_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATIONClass)

klass :

IS_CONG_ATTRIBUTE_EDITOR_ENUMERATION()

#define IS_CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE)

obj :

cong_attribute_editor_enumeration_get_type ()

GType       cong_attribute_editor_enumeration_get_type
                                            (void);

Returns :

cong_attribute_editor_enumeration_construct ()

CongAttributeEditor* cong_attribute_editor_enumeration_construct
                                            (CongAttributeEditorENUMERATION *attribute_editor_enumeration,
                                             CongDocument *doc,
                                             CongNodePtr node,
                                             const gchar *attribute_name,
                                             xmlAttributePtr attr);

attribute_editor_enumeration :
doc :
node :
attribute_name :
attr :
Returns :

cong_attribute_editor_enumeration_new ()

GtkWidget*  cong_attribute_editor_enumeration_new
                                            (CongDocument *doc,
                                             CongNodePtr node,
                                             const gchar *attribute_name,
                                             xmlAttributePtr attr);

doc :
node :
attribute_name :
attr :
Returns :