| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongEditorAreaSpacer;
#define CONG_EDITOR_AREA_SPACER (obj)
#define CONG_EDITOR_AREA_SPACER_CLASS (klass)
#define IS_CONG_EDITOR_AREA_SPACER (obj)
GType cong_editor_area_spacer_get_type (void);
CongEditorArea* cong_editor_area_spacer_construct (CongEditorAreaSpacer *area_spacer,
CongEditorWidget3 *editor_widget,
GtkOrientation orientation,
guint spacing);
CongEditorArea* cong_editor_area_spacer_new (CongEditorWidget3 *editor_widget,
GtkOrientation orientation,
guint spacing);
#define CONG_EDITOR_AREA_SPACER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_SPACER_TYPE, CongEditorAreaSpacer)
|
#define CONG_EDITOR_AREA_SPACER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_SPACER_TYPE, CongEditorAreaSpacerClass)
|
#define IS_CONG_EDITOR_AREA_SPACER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_SPACER_TYPE)
|
CongEditorArea* cong_editor_area_spacer_construct (CongEditorAreaSpacer *area_spacer, CongEditorWidget3 *editor_widget, GtkOrientation orientation, guint spacing);
|
|
|
|
|
|
|
|
Returns : |
CongEditorArea* cong_editor_area_spacer_new (CongEditorWidget3 *editor_widget, GtkOrientation orientation, guint spacing);
|
|
|
|
|
|
Returns : |
the new CongEditorArea |