| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongEditorAreaLine; #define CONG_EDITOR_AREA_LINE (obj) #define CONG_EDITOR_AREA_LINE_CLASS (klass) #define IS_CONG_EDITOR_AREA_LINE (obj) GType cong_editor_area_line_get_type (void); CongEditorArea * cong_editor_area_line_construct (CongEditorAreaLine *area_line,CongEditorWidget3 *editor_widget,gint width_limit); CongEditorArea * cong_editor_area_line_new (CongEditorWidget3 *editor_widget,gint width_limit); gint cong_editor_area_line_get_width_limit (CongEditorAreaLine *area_line); gint cong_editor_area_line_get_width_used (CongEditorAreaLine *area_line); gint cong_editor_area_line_get_width_free (CongEditorAreaLine *area_line);
#define CONG_EDITOR_AREA_LINE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_LINE_TYPE, CongEditorAreaLine)
#define CONG_EDITOR_AREA_LINE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_LINE_TYPE, CongEditorAreaLineClass)
#define IS_CONG_EDITOR_AREA_LINE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_LINE_TYPE)
CongEditorArea * cong_editor_area_line_construct (CongEditorAreaLine *area_line,CongEditorWidget3 *editor_widget,gint width_limit);
TODO: Write me
CongEditorArea * cong_editor_area_line_new (CongEditorWidget3 *editor_widget,gint width_limit);
TODO: Write me
gint cong_editor_area_line_get_width_limit
(CongEditorAreaLine *area_line);
TODO: Write me
gint cong_editor_area_line_get_width_used
(CongEditorAreaLine *area_line);
TODO: Write me
gint cong_editor_area_line_get_width_free
(CongEditorAreaLine *area_line);
TODO: Write me