| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
CongEditorAreaTextComment;
#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)
|
#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)
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Returns : |
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);
|
|
|
|
Returns : |
gboolean cong_editor_area_text_comment_xy_to_index (CongEditorAreaTextComment *area_text_comment, int x, int y, int *index_, int *trailing);
|
|
|
|
|
|
|
|
|
|
Returns : |