CongEditorAreaComposer

CongEditorAreaComposer

Synopsis




                    CongEditorAreaComposer;
#define             CONG_EDITOR_AREA_COMPOSER           (obj)
#define             CONG_EDITOR_AREA_COMPOSER_CLASS     (klass)
#define             IS_CONG_EDITOR_AREA_COMPOSER        (obj)
GType               cong_editor_area_composer_get_type  (void);
CongEditorArea*     cong_editor_area_composer_construct (CongEditorAreaComposer *area_composer,
                                                         CongEditorWidget3 *editor_widget,
                                                         GtkOrientation orientation,
                                                         guint spacing);
CongEditorArea*     cong_editor_area_composer_new       (CongEditorWidget3 *editor_widget,
                                                         GtkOrientation orientation,
                                                         guint spacing);
void                cong_editor_area_composer_pack_start
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);
void                cong_editor_area_composer_pack_end  (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);
void                cong_editor_area_composer_pack_after
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *new_child,
                                                         CongEditorArea *relative_to,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);
void                cong_editor_area_composer_set_child_packing
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);

Object Hierarchy


  GObject
   +----CongEditorArea
         +----CongEditorAreaContainer
               +----CongEditorAreaComposer

Description

Details

CongEditorAreaComposer

typedef struct _CongEditorAreaComposer CongEditorAreaComposer;


CONG_EDITOR_AREA_COMPOSER()

#define CONG_EDITOR_AREA_COMPOSER(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_COMPOSER_TYPE, CongEditorAreaComposer)

obj :

CONG_EDITOR_AREA_COMPOSER_CLASS()

#define CONG_EDITOR_AREA_COMPOSER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_COMPOSER_TYPE, CongEditorAreaComposerClass)

klass :

IS_CONG_EDITOR_AREA_COMPOSER()

#define IS_CONG_EDITOR_AREA_COMPOSER(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_COMPOSER_TYPE)

obj :

cong_editor_area_composer_get_type ()

GType               cong_editor_area_composer_get_type  (void);

Returns :

cong_editor_area_composer_construct ()

CongEditorArea*     cong_editor_area_composer_construct (CongEditorAreaComposer *area_composer,
                                                         CongEditorWidget3 *editor_widget,
                                                         GtkOrientation orientation,
                                                         guint spacing);

TODO: Write me

area_composer :
editor_widget :
orientation :
spacing :
Returns :

cong_editor_area_composer_new ()

CongEditorArea*     cong_editor_area_composer_new       (CongEditorWidget3 *editor_widget,
                                                         GtkOrientation orientation,
                                                         guint spacing);

TODO: Write me

editor_widget :
orientation :
spacing :
Returns :

cong_editor_area_composer_pack_start ()

void                cong_editor_area_composer_pack_start
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);

TODO: Write me

area_composer :
child :
expand :
fill :
extra_padding :

cong_editor_area_composer_pack_end ()

void                cong_editor_area_composer_pack_end  (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);

TODO: Write me

area_composer :
child :
expand :
fill :
extra_padding :

cong_editor_area_composer_pack_after ()

void                cong_editor_area_composer_pack_after
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *new_child,
                                                         CongEditorArea *relative_to,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);

TODO: Write me

area_composer :
new_child :
relative_to :
expand :
fill :
extra_padding :

cong_editor_area_composer_set_child_packing ()

void                cong_editor_area_composer_set_child_packing
                                                        (CongEditorAreaComposer *area_composer,
                                                         CongEditorArea *child,
                                                         gboolean expand,
                                                         gboolean fill,
                                                         guint extra_padding);

TODO: Write me

area_composer :
child :
expand :
fill :
extra_padding :