CongEditorAreaTextComment

CongEditorAreaTextComment

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaText
            ╰── CongEditorAreaTextComment

Description

Functions

CONG_EDITOR_AREA_TEXT_COMMENT()

#define CONG_EDITOR_AREA_TEXT_COMMENT(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextComment)


CONG_EDITOR_AREA_TEXT_COMMENT_CLASS()

#define CONG_EDITOR_AREA_TEXT_COMMENT_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE, CongEditorAreaTextCommentClass)


IS_CONG_EDITOR_AREA_TEXT_COMMENT()

#define IS_CONG_EDITOR_AREA_TEXT_COMMENT(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_TEXT_COMMENT_TYPE)


cong_editor_area_text_comment_get_type ()

GType
cong_editor_area_text_comment_get_type
                               (void);


cong_editor_area_text_comment_construct ()

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


cong_editor_area_text_comment_new ()

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


cong_editor_area_text_comment_set_text_comment ()

void
cong_editor_area_text_comment_set_text_comment
                               (CongEditorAreaTextComment *area_text_comment,
                                const gchar *text_comment);


cong_editor_area_text_comment_set_markup ()

void
cong_editor_area_text_comment_set_markup
                               (CongEditorAreaTextComment *area_text_comment,
                                const gchar *markup);


cong_editor_area_text_comment_get_single_line_requisition ()

gint
cong_editor_area_text_comment_get_single_line_requisition
                               (CongEditorAreaTextComment *area_text_comment,
                                GtkOrientation orientation);


cong_editor_area_text_comment_xy_to_index ()

gboolean
cong_editor_area_text_comment_xy_to_index
                               (CongEditorAreaTextComment *area_text_comment,
                                int x,
                                int y,
                                int *index_,
                                int *trailing);

Types and Values

CongEditorAreaTextComment

typedef struct _CongEditorAreaTextComment CongEditorAreaTextComment;