CongEditorAreaTextComment

CongEditorAreaTextComment

Synopsis




            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);

Object Hierarchy


  GObject
   +----CongEditorArea
         +----CongEditorAreaText
               +----CongEditorAreaTextComment

Description

Details

CongEditorAreaTextComment

typedef struct _CongEditorAreaTextComment CongEditorAreaTextComment;


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)

obj :

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)

klass :

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)

obj :

cong_editor_area_text_comment_get_type ()

GType       cong_editor_area_text_comment_get_type
                                            (void);

Returns :

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

area_text_comment :
editor_widget :
font :
fg_col :
text_comment :
use_markup :
Returns :

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

editor_widget :
font :
fg_col :
text_comment :
use_markup :
Returns :

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);

area_text_comment :
text_comment :

cong_editor_area_text_comment_set_markup ()

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

area_text_comment :
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);

area_text_comment :
orientation :
Returns :

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);

area_text_comment :
x :
y :
index_ :
trailing :
Returns :