CongAttributeEditorCDATA

CongAttributeEditorCDATA

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkHBox
                            ╰── CongAttributeEditor
                                ╰── CongAttributeEditorCDATA

Implemented Interfaces

CongAttributeEditorCDATA implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

CONG_ATTRIBUTE_EDITOR_CDATA()

#define CONG_ATTRIBUTE_EDITOR_CDATA(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE, CongAttributeEditorCDATA)


CONG_ATTRIBUTE_EDITOR_CDATA_CLASS()

#define CONG_ATTRIBUTE_EDITOR_CDATA_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE, CongAttributeEditorCDATAClass)


IS_CONG_ATTRIBUTE_EDITOR_CDATA()

#define IS_CONG_ATTRIBUTE_EDITOR_CDATA(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_EDITOR_CDATA_TYPE)


cong_attribute_editor_cdata_get_type ()

GType
cong_attribute_editor_cdata_get_type (void);

Returns


cong_attribute_editor_cdata_construct ()

CongAttributeEditor *
cong_attribute_editor_cdata_construct (CongAttributeEditorCDATA *attribute_editor_cdata,
                                       CongDocument *doc,
                                       CongNodePtr node,
                                       xmlNs *ns_ptr,
                                       const gchar *attribute_name);

TODO: Write me

Returns


cong_attribute_editor_cdata_new ()

GtkWidget *
cong_attribute_editor_cdata_new (CongDocument *doc,
                                 CongNodePtr node,
                                 xmlNs *ns_ptr,
                                 const gchar *attribute_name);

TODO: Write me

Returns

Types and Values

CongAttributeEditorCDATA

typedef struct _CongAttributeEditorCDATA CongAttributeEditorCDATA;