Top | ![]() |
![]() |
![]() |
![]() |
#define CONG_EDITOR_AREA_TEXT_COMMENT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextComment)
#define CONG_EDITOR_AREA_TEXT_COMMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextCommentClass)
#define IS_CONG_EDITOR_AREA_TEXT_COMMENT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE)
CongEditorArea * cong_editor_area_text_comment_construct (CongEditorAreaTextComment *area_text_comment
,CongEditorWidget3 *editor_widget
,CongFont *font
,const GdkColor *fg_col
,const gchar *text_comment
,gboolean use_markup
);
TODO: Write me
CongEditorArea * cong_editor_area_text_comment_new (CongEditorWidget3 *editor_widget
,CongFont *font
,const GdkColor *fg_col
,const gchar *text_comment
,gboolean use_markup
);
TODO: Write me
void cong_editor_area_text_comment_set_text_comment (CongEditorAreaTextComment *area_text_comment
,const gchar *text_comment
);
void cong_editor_area_text_comment_set_markup (CongEditorAreaTextComment *area_text_comment
,const gchar *markup
);
gint cong_editor_area_text_comment_get_single_line_requisition (CongEditorAreaTextComment *area_text_comment
,GtkOrientation orientation
);
gboolean cong_editor_area_text_comment_xy_to_index (CongEditorAreaTextComment *area_text_comment
,int x
,int y
,int *index_
,int *trailing
);