| Top |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── CheeseAvatarWidget
Description
CheeseAvatarWidget presents a simple window to the user for taking a photo for use as an avatar.
Functions
cheese_avatar_widget_new ()
GtkWidget *
cheese_avatar_widget_new (void);
Creates a new CheeseAvatarWidget dialogue.
cheese_avatar_widget_get_picture ()
GdkPixbuf *
cheese_avatar_widget_get_picture (CheeseAvatarWidget *widget);
Returns the portion of image selected through the builtin cropping tool, after a picture has been captured on the webcam.
Property Details
The “pixbuf” property
“pixbuf” GdkPixbuf *
A GdkPixbuf object representing the cropped area of the picture, or NULL.
Flags: Read
