| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
CongEditorAreaExpander; #define CONG_EDITOR_AREA_EXPANDER (obj) #define CONG_EDITOR_AREA_EXPANDER_CLASS (klass) #define IS_CONG_EDITOR_AREA_EXPANDER (obj) GType cong_editor_area_expander_get_type (void); CongEditorArea * cong_editor_area_expander_construct (CongEditorAreaExpander *area_expander,CongEditorWidget3 *editor_widget,gboolean expanded); CongEditorArea * cong_editor_area_expander_new (CongEditorWidget3 *editor_widget,gboolean expanded); gboolean cong_editor_area_expander_get_state (CongEditorAreaExpander *area_expander);
#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) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |