| Top |  |  |  |  | 
    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.
“parent” property  “parent”                   GtkWidget *
Parent GtkWidget for the CheeseFlash. The flash will be fired on the screen where the parent widget is shown.
Owner: CheeseFlash
Flags: Write