![]() |
![]() |
![]() |
The AnacondaWidgets Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct AnacondaLightbox;
struct AnacondaLightboxClass;
GtkWidget * anaconda_lightbox_new (GtkWindow *parent
);
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.
struct AnacondaLightbox;
The AnacondaLightbox struct contains only private fields and should not be directly accessed.
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.
|
The parent for this window |
Returns : |
the new lightbox as a GtkWidget |