cong-editor-area-structural

cong-editor-area-structural —

Synopsis




#define     CONG_EDITOR_AREA_STRUCTURAL_TYPE
#define     CONG_EDITOR_AREA_STRUCTURAL     (obj)
#define     CONG_EDITOR_AREA_STRUCTURAL_CLASS(klass)
#define     IS_CONG_EDITOR_AREA_STRUCTURAL  (obj)
GType       cong_editor_area_structural_get_type
                                            (void);
CongEditorArea* cong_editor_area_structural_construct
                                            (CongEditorAreaStructural *area_structural,
                                             CongEditorWidget3 *editor_widget,
                                             GdkPixbuf *pixbuf,
                                             const gchar *text,
                                             const GdkColor *col_bold,
                                             const GdkColor *col_dim,
                                             const GdkColor *col_background,
                                             const GdkColor *col_text);
CongEditorArea* cong_editor_area_structural_new
                                            (CongEditorWidget3 *editor_widget,
                                             GdkPixbuf *pixbuf,
                                             const gchar *text,
                                             const GdkColor *col_bold,
                                             const GdkColor *col_dim,
                                             const GdkColor *col_background,
                                             const GdkColor *col_text);

Description

Details

CONG_EDITOR_AREA_STRUCTURAL_TYPE

#define CONG_EDITOR_AREA_STRUCTURAL_TYPE	   (cong_editor_area_structural_get_type ())


CONG_EDITOR_AREA_STRUCTURAL()

#define CONG_EDITOR_AREA_STRUCTURAL(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_STRUCTURAL_TYPE, CongEditorAreaStructural)

obj :

CONG_EDITOR_AREA_STRUCTURAL_CLASS()

#define CONG_EDITOR_AREA_STRUCTURAL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_STRUCTURAL_TYPE, CongEditorAreaStructuralClass)

klass :

IS_CONG_EDITOR_AREA_STRUCTURAL()

#define IS_CONG_EDITOR_AREA_STRUCTURAL(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_STRUCTURAL_TYPE)

obj :

cong_editor_area_structural_get_type ()

GType       cong_editor_area_structural_get_type
                                            (void);

Returns :

cong_editor_area_structural_construct ()

CongEditorArea* cong_editor_area_structural_construct
                                            (CongEditorAreaStructural *area_structural,
                                             CongEditorWidget3 *editor_widget,
                                             GdkPixbuf *pixbuf,
                                             const gchar *text,
                                             const GdkColor *col_bold,
                                             const GdkColor *col_dim,
                                             const GdkColor *col_background,
                                             const GdkColor *col_text);

area_structural :
editor_widget :
pixbuf :
text :
col_bold :
col_dim :
col_background :
col_text :
Returns :

cong_editor_area_structural_new ()

CongEditorArea* cong_editor_area_structural_new
                                            (CongEditorWidget3 *editor_widget,
                                             GdkPixbuf *pixbuf,
                                             const gchar *text,
                                             const GdkColor *col_bold,
                                             const GdkColor *col_dim,
                                             const GdkColor *col_background,
                                             const GdkColor *col_text);

editor_widget :
pixbuf :
text :
col_bold :
col_dim :
col_background :
col_text :
Returns :