Lightbox

Lightbox — Functions to draw a window over a shaded background

Synopsis

void                anaconda_lb_destroy                 (GtkWindow *lightbox);
GtkWindow *         anaconda_lb_show_over               (GtkWindow *window);

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.

Details

anaconda_lb_destroy ()

void                anaconda_lb_destroy                 (GtkWindow *lightbox);

Destroys the previously used lightbox.

lightbox :

a GtkWindow

Since 1.0


anaconda_lb_show_over ()

GtkWindow *         anaconda_lb_show_over               (GtkWindow *window);

Show lightbox over window.

window :

(in) A GtkWindow

Returns :

the lightbox widget. [transfer none]

Since 1.0