OssoABookAvatarEditor

OssoABookAvatarEditor — A widget for modifying avatar images.

Synopsis

                    OssoABookAvatarEditor;
GtkWidget*          osso_abook_avatar_editor_new        (void);
OssoABookAvatarImage* osso_abook_avatar_editor_get_image
                                                        (OssoABookAvatarEditor *editor);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkEventBox
                                       +----OssoABookAvatarEditor

Implemented Interfaces

OssoABookAvatarEditor implements AtkImplementorIface and GtkBuildable.

Description

OssoABookAvatarEditor provides a widget to edit avatars. It supports only basic editing functions including cropping and zooming.

Details

OssoABookAvatarEditor

typedef struct _OssoABookAvatarEditor OssoABookAvatarEditor;

osso_abook_avatar_editor_new ()

GtkWidget*          osso_abook_avatar_editor_new        (void);

Creates a new OssoABookAvatarEditor widget

Returns : a new OssoABookAvatarEditor

osso_abook_avatar_editor_get_image ()

OssoABookAvatarImage* osso_abook_avatar_editor_get_image
                                                        (OssoABookAvatarEditor *editor);

editor : an OssoABookAvatarEditor widget
Returns : the OssoABookAvatarImage being edited, owned by editor