The AnacondaWidgets Library Reference Manual | ||||
---|---|---|---|---|
Top | Description |
void anaconda_lb_destroy (GtkWindow *lightbox
); GtkWindow * anaconda_lb_show_over (GtkWindow *window
);
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.
void anaconda_lb_destroy (GtkWindow *lightbox
);
Destroys the previously used lightbox.
|
a GtkWindow |
Since 1.0
GtkWindow * anaconda_lb_show_over (GtkWindow *window
);
Show lightbox over window.
|
(in) A GtkWindow |
Returns : |
the lightbox widget. [transfer none] |
Since 1.0