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.
struct AnacondaLightbox;
The AnacondaLightbox struct contains only private fields and should not be directly accessed.
struct AnacondaLightboxClass { GtkWindowClass parent_class; };
GtkWindowClass |
The object class structure needs to be the first element in the widget class structure in order for the class mechanism to work correctly. This allows a AnacondaLightbox pointer to be cast to a GtkWindow pointer. |
“parent-window”
property“parent-window” GtkWindow *
The parent of this window. This value is used as the transient parent for this window.
Flags: Write / Construct Only
Since 2.0