Lightbox

Lightbox — Functions to draw a window over a shaded background

Functions

GtkWindow * anaconda_lb_show_over ()
void anaconda_lb_destroy ()

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.

Parameters

window

(in) A GtkWindow

 

Returns

the lightbox widget.

[transfer none]

Since 1.0


anaconda_lb_destroy ()

void
anaconda_lb_destroy (GtkWindow *lightbox);

Destroys the previously used lightbox.

Parameters

lightbox

a GtkWindow

 

Since 1.0

Types and Values