| Top |  |  |  |  | 
#include <cheese/cheese-flash.h> struct CheeseFlash; CheeseFlash * cheese_flash_new (GtkWidget *parent); void cheese_flash_fire (CheeseFlash *flash);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----CheeseFlash
CheeseFlash is a window that you can create and invoke a method "flash" on to temporarily flood the screen with white.
CheeseFlash *       cheese_flash_new                    (GtkWidget *parent);
Create a new CheeseFlash, associated with the parent widget.
| 
 | a parent GtkWidget | 
| Returns : | a new CheeseFlash | 
void                cheese_flash_fire                   (CheeseFlash *flash);
Fire the flash.
| 
 | a CheeseFlash | 
"parent" property"parent" GtkWidget* : Write
Parent GtkWidget for the CheeseFlash. The flash will be fired on the screen where the parent widget is shown.