Toggle menu
Nitlanguage.org
Nitdoc
app
app_base
App
_window_stack
private
var
_window_stack
:
Array
[
Window
]
app
::
App
::
_window_stack
Doc
Linearization
Summary
Stack of active windows
Stack of active windows
Summary
Property definitions
app::ui$App$_window_stack
Property definitions
app
::
ui
$
App
::
_window_stack
# Stack of active windows
var
window_stack
=
new
Array
[
Window
]
lib/app/ui.nit:70,2--71,37