CongEditorNodeElementListitem

CongEditorNodeElementListitem

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorNode
        ╰── CongEditorNodeElement
            ╰── CongEditorNodeElementListitem

Description

Functions

CONG_EDITOR_NODE_ELEMENT_LISTITEM()

#define CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE, CongEditorNodeElementListitem)


CONG_EDITOR_NODE_ELEMENT_LISTITEM_CLASS()

#define CONG_EDITOR_NODE_ELEMENT_LISTITEM_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE, CongEditorNodeElementListitemClass)


IS_CONG_EDITOR_NODE_ELEMENT_LISTITEM()

#define IS_CONG_EDITOR_NODE_ELEMENT_LISTITEM(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ELEMENT_LISTITEM_TYPE)


cong_editor_node_element_listitem_get_label ()

const gchar *
cong_editor_node_element_listitem_get_label
                               (CongEditorNodeElementListitem *listitem);

TODO: Write me

Types and Values

CongEditorNodeElementListitem

typedef struct _CongEditorNodeElementListitem CongEditorNodeElementListitem;

Signal Details

The “label-changed” signal

void
user_function (CongEditorNodeElementListitem *congeditornodeelementlistitem,
               gpointer                       user_data)

Parameters

congeditornodeelementlistitem

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run First