![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
CongAttributeEditorCDATA; #define CONG_ATTRIBUTE_EDITOR_CDATA (obj) #define CONG_ATTRIBUTE_EDITOR_CDATA_CLASS(klass) #define IS_CONG_ATTRIBUTE_EDITOR_CDATA (obj) GType cong_attribute_editor_cdata_get_type (void); CongAttributeEditor* cong_attribute_editor_cdata_construct (CongAttributeEditorCDATA *attribute_editor_cdata, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name); GtkWidget* cong_attribute_editor_cdata_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----CongAttributeEditor +----CongAttributeEditorCDATA
#define CONG_ATTRIBUTE_EDITOR_CDATA(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE, CongAttributeEditorCDATA)
obj : |
#define CONG_ATTRIBUTE_EDITOR_CDATA_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE, CongAttributeEditorCDATAClass)
klass : |
#define IS_CONG_ATTRIBUTE_EDITOR_CDATA(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE)
obj : |
GType cong_attribute_editor_cdata_get_type (void);
Returns : |
CongAttributeEditor* cong_attribute_editor_cdata_construct (CongAttributeEditorCDATA *attribute_editor_cdata, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name);
TODO: Write me
attribute_editor_cdata : |
|
doc : |
|
node : |
|
ns_ptr : |
|
attribute_name : |
|
Returns : |
GtkWidget* cong_attribute_editor_cdata_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name);
TODO: Write me
doc : |
|
node : |
|
ns_ptr : |
|
attribute_name : |
|
Returns : |