![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
CongAttributeEditorENUMERATION; #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);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----CongAttributeEditor +----CongAttributeEditorENUMERATION
CongAttributeEditorENUMERATION implements GtkBuildable, GtkOrientable and AtkImplementorIface.
typedef struct _CongAttributeEditorENUMERATION CongAttributeEditorENUMERATION;
#define CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATION)
|
#define CONG_ATTRIBUTE_EDITOR_ENUMERATION_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE, CongAttributeEditorENUMERATIONClass)
|
#define IS_CONG_ATTRIBUTE_EDITOR_ENUMERATION(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_ENUMERATION_TYPE)
|
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);
Constructor for the widget.
|
|
|
Document to which the node belongs. |
|
Node containing the attribute. |
|
|
|
Name of the attribute. |
|
Pointer to the attribute. |
Returns : |
GtkWidget * cong_attribute_editor_enumeration_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr);
Creates a widget that allows a user to create, edit, and delete
the value of an attribute (attr
) of type
XML_ATTRIBUTE_ENUMERATION.
|
Document to which the node belongs. |
|
Node containing the attribute. |
|
|
|
Name of the attribute. |
|
Pointer to the attribute. |
Returns : |