Lightbox
Lightbox — Functions to draw a window over a shaded background
|
|
Description
The lightbox is a set of functions used to display one window (a dialog or
other similar window, typically) over top of the main window in the
background. The main window is shaded out to make the foreground window
stand out more, as well as to reinforce to the user that the background
window may not be interacted with.
Functions
anaconda_lb_show_over ()
GtkWindow *
anaconda_lb_show_over (GtkWindow *window);
Show lightbox over window.
Since 1.0
anaconda_lb_destroy ()
void
anaconda_lb_destroy (GtkWindow *lightbox);
Destroys the previously used lightbox.
Since 1.0