![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-editor-area-text-comment —
#define CONG_EDITOR_AREA_TEXT_COMMENT (obj) #define CONG_EDITOR_AREA_TEXT_COMMENT_CLASS(klass) #define IS_CONG_EDITOR_AREA_TEXT_COMMENT(obj) GType cong_editor_area_text_comment_get_type (void); 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); CongEditorArea* cong_editor_area_text_comment_new (CongEditorWidget3 *editor_widget, CongFont *font, const GdkColor *fg_col, const gchar *text_comment, gboolean use_markup); 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);
#define CONG_EDITOR_AREA_TEXT_COMMENT(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextComment)
obj : |
#define CONG_EDITOR_AREA_TEXT_COMMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextCommentClass)
klass : |
#define IS_CONG_EDITOR_AREA_TEXT_COMMENT(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE)
obj : |
GType cong_editor_area_text_comment_get_type (void);
Returns : |
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
area_text_comment : | |
editor_widget : | |
font : | |
fg_col : | |
text_comment : | |
use_markup : | |
Returns : |
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
editor_widget : | |
font : | |
fg_col : | |
text_comment : | |
use_markup : | |
Returns : |
void cong_editor_area_text_comment_set_text_comment (CongEditorAreaTextComment *area_text_comment, const gchar *text_comment);
area_text_comment : | |
text_comment : |
void cong_editor_area_text_comment_set_markup (CongEditorAreaTextComment *area_text_comment, const gchar *markup);
area_text_comment : | |
markup : |
gint cong_editor_area_text_comment_get_single_line_requisition (CongEditorAreaTextComment *area_text_comment, GtkOrientation orientation);
area_text_comment : | |
orientation : | |
Returns : |
gboolean cong_editor_area_text_comment_xy_to_index (CongEditorAreaTextComment *area_text_comment, int x, int y, int *index_, int *trailing);
area_text_comment : | |
x : | |
y : | |
index_ : | |
trailing : | |
Returns : |
<< cong-editor-area-structural-tag | cong-editor-area-text-fragment >> |