[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public Window ()
Creates a new `GtkWindow`.
To get an undecorated window (no window borders), use [[email protected]_decorated].
All top-level windows created by Window are stored in an internal top-level window list. This list can be obtained from [[email protected]_toplevels]. Due to GTK keeping a reference to the window internally, Window does not return a reference to the caller.
To delete a `GtkWindow`, call [[email protected]].
a new `GtkWindow`. |