CongEditorAreaExpander

CongEditorAreaExpander

Functions

Signals

void expansion-changed Run First

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaExpander

Description

Functions

CONG_EDITOR_AREA_EXPANDER()

#define CONG_EDITOR_AREA_EXPANDER(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_EXPANDER_TYPE, CongEditorAreaExpander)


CONG_EDITOR_AREA_EXPANDER_CLASS()

#define CONG_EDITOR_AREA_EXPANDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_EXPANDER_TYPE, CongEditorAreaExpanderClass)


IS_CONG_EDITOR_AREA_EXPANDER()

#define IS_CONG_EDITOR_AREA_EXPANDER(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_EXPANDER_TYPE)


cong_editor_area_expander_get_type ()

GType
cong_editor_area_expander_get_type (void);

Returns


cong_editor_area_expander_construct ()

CongEditorArea *
cong_editor_area_expander_construct (CongEditorAreaExpander *area_expander,
                                     CongEditorWidget3 *editor_widget,
                                     gboolean expanded);

TODO: Write me

Returns


cong_editor_area_expander_new ()

CongEditorArea *
cong_editor_area_expander_new (CongEditorWidget3 *editor_widget,
                               gboolean expanded);

TODO: Write me

Returns


cong_editor_area_expander_get_state ()

gboolean
cong_editor_area_expander_get_state (CongEditorAreaExpander *area_expander);

TODO: Write me

Returns

Types and Values

CongEditorAreaExpander

typedef struct _CongEditorAreaExpander CongEditorAreaExpander;

Signal Details

The “expansion-changed” signal

void
user_function (CongEditorAreaExpander *congeditorareaexpander,
               gpointer                user_data)

Parameters

congeditorareaexpander

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run First