CongEditorAreaPixbuf

CongEditorAreaPixbuf

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongEditorArea
        ╰── CongEditorAreaPixbuf

Description

Functions

CONG_EDITOR_AREA_PIXBUF()

#define CONG_EDITOR_AREA_PIXBUF(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_AREA_PIXBUF_TYPE, CongEditorAreaPixbuf)


CONG_EDITOR_AREA_PIXBUF_CLASS()

#define CONG_EDITOR_AREA_PIXBUF_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_AREA_PIXBUF_TYPE, CongEditorAreaPixbufClass)


IS_CONG_EDITOR_AREA_PIXBUF()

#define IS_CONG_EDITOR_AREA_PIXBUF(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_AREA_PIXBUF_TYPE)


cong_editor_area_pixbuf_get_type ()

GType
cong_editor_area_pixbuf_get_type (void);


cong_editor_area_pixbuf_construct ()

CongEditorArea *
cong_editor_area_pixbuf_construct (CongEditorAreaPixbuf *area_pixbuf,
                                   CongEditorWidget3 *editor_widget,
                                   GdkPixbuf *pixbuf);

TODO: Write me


cong_editor_area_pixbuf_new ()

CongEditorArea *
cong_editor_area_pixbuf_new (CongEditorWidget3 *editor_widget,
                             GdkPixbuf *pixbuf);

TODO: Write me

Types and Values

CongEditorAreaPixbuf

typedef struct _CongEditorAreaPixbuf CongEditorAreaPixbuf;