![]() |
![]() |
![]() |
cheese Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
CheeseAvatarChooserClass; CheeseAvatarChooser; GtkWidget * cheese_avatar_chooser_new (void
); GdkPixbuf * cheese_avatar_chooser_get_picture (CheeseAvatarChooser *chooser
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----CheeseAvatarChooser
GtkWidget * cheese_avatar_chooser_new (void
);
Returns a new CheeseAvatarChooser dialogue.
Returns : |
a CheeseAvatarChooser widget. |
GdkPixbuf * cheese_avatar_chooser_get_picture (CheeseAvatarChooser *chooser
);
Returns the portion of image selected through the builtin cropping tool, after a picture has been captured on the webcam.
|
a CheeseAvatarChooser dialogue. |
Returns : |
a GdkPixbuf object, or NULL if no picture has been taken yet.
|