| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongEditorAreaBorder;
#define CONG_EDITOR_AREA_BORDER (obj)
#define CONG_EDITOR_AREA_BORDER_CLASS (klass)
#define IS_CONG_EDITOR_AREA_BORDER (obj)
GType cong_editor_area_border_get_type (void);
CongEditorArea* cong_editor_area_border_construct (CongEditorAreaBorder *area_border,
CongEditorWidget3 *editor_widget,
guint left_pixels,
guint right_pixels,
guint top_pixels,
guint bottom_pixels);
CongEditorArea* cong_editor_area_border_new (CongEditorWidget3 *editor_widget,
guint left_pixels,
guint right_pixels,
guint top_pixels,
guint bottom_pixels);
GObject +----CongEditorArea +----CongEditorAreaContainer +----CongEditorAreaBin +----CongEditorAreaBorder +----CongEditorAreaParagraph
#define CONG_EDITOR_AREA_BORDER(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorder)
|
#define CONG_EDITOR_AREA_BORDER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_BORDER_TYPE, CongEditorAreaBorderClass)
|
#define IS_CONG_EDITOR_AREA_BORDER(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_BORDER_TYPE)
|
CongEditorArea* cong_editor_area_border_construct (CongEditorAreaBorder *area_border, CongEditorWidget3 *editor_widget, guint left_pixels, guint right_pixels, guint top_pixels, guint bottom_pixels);
TODO: Write me
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
CongEditorArea* cong_editor_area_border_new (CongEditorWidget3 *editor_widget, guint left_pixels, guint right_pixels, guint top_pixels, guint bottom_pixels);
TODO: Write me
|
|
|
|
|
|
|
|
|
|
Returns : |