Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AnacondaLightbox
The lightbox is a widget 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.
The lightbox window will show as soon as it is created.
GtkWidget *
anaconda_lightbox_new (GtkWindow *parent
);
Creates a new AnacondaLightbox, which is a top-level, undecorated window that uses a shaded version of its parent window's background as its own background.