| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongEditorAreaText; #define CONG_EDITOR_AREA_TEXT (obj) #define CONG_EDITOR_AREA_TEXT_CLASS (klass) #define IS_CONG_EDITOR_AREA_TEXT (obj) GType cong_editor_area_text_get_type (void); CongEditorArea * cong_editor_area_text_construct (CongEditorAreaText *area_text,CongEditorWidget3 *editor_widget,CongFont *font,const GdkColor *fg_col,const gchar *text,gboolean use_markup); CongEditorArea * cong_editor_area_text_new (CongEditorWidget3 *editor_widget,CongFont *font,const GdkColor *fg_col,const gchar *text,gboolean use_markup); void cong_editor_area_text_set_text (CongEditorAreaText *area_text,const gchar *text); void cong_editor_area_text_set_markup (CongEditorAreaText *area_text,const gchar *markup); gint cong_editor_area_text_get_single_line_requisition (CongEditorAreaText *area_text,GtkOrientation orientation); gboolean cong_editor_area_text_xy_to_index (CongEditorAreaText *area_text,int x,int y,int *index_,int *trailing);
#define CONG_EDITOR_AREA_TEXT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_TYPE, CongEditorAreaText)
#define CONG_EDITOR_AREA_TEXT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_TYPE, CongEditorAreaTextClass)
#define IS_CONG_EDITOR_AREA_TEXT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_TYPE)
CongEditorArea * cong_editor_area_text_construct (CongEditorAreaText *area_text,CongEditorWidget3 *editor_widget,CongFont *font,const GdkColor *fg_col,const gchar *text,gboolean use_markup);
TODO: Write me
CongEditorArea * cong_editor_area_text_new (CongEditorWidget3 *editor_widget,CongFont *font,const GdkColor *fg_col,const gchar *text,gboolean use_markup);
text:
use_markup:
TODO: Write me
void cong_editor_area_text_set_text (CongEditorAreaText *area_text,const gchar *text);
TODO: Write me
void cong_editor_area_text_set_markup (CongEditorAreaText *area_text,const gchar *markup);
TODO: Write me
gint cong_editor_area_text_get_single_line_requisition (CongEditorAreaText *area_text,GtkOrientation orientation);
TODO: Write me
gboolean cong_editor_area_text_xy_to_index (CongEditorAreaText *area_text,int x,int y,int *index_,int *trailing);
TODO: Write me