Top | ![]() |
![]() |
![]() |
![]() |
#define CONG_EDITOR_AREA_EXPANDER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_EXPANDER_TYPE, CongEditorAreaExpander)
#define CONG_EDITOR_AREA_EXPANDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_EXPANDER_TYPE, CongEditorAreaExpanderClass)
#define IS_CONG_EDITOR_AREA_EXPANDER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_EXPANDER_TYPE)
CongEditorArea * cong_editor_area_expander_construct (CongEditorAreaExpander *area_expander
,CongEditorWidget3 *editor_widget
,gboolean expanded
);
TODO: Write me
CongEditorArea * cong_editor_area_expander_new (CongEditorWidget3 *editor_widget
,gboolean expanded
);
TODO: Write me
gboolean
cong_editor_area_expander_get_state (CongEditorAreaExpander *area_expander
);
TODO: Write me
“expansion-changed”
signalvoid user_function (CongEditorAreaExpander *congeditorareaexpander, gpointer user_data)
congeditorareaexpander |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First