Toggle menu
Nitlanguage.org
Nitdoc
app
examples
ui_example
SecondWindow
_layout
private
var
_layout
:
VerticalLayout
app
::
SecondWindow
::
_layout
Doc
Linearization
Summary
Root layout
Root layout
Summary
Property definitions
app$SecondWindow$_layout
Property definitions
app
$
SecondWindow
::
_layout
# Root layout
var
layout
=
new
VerticalLayout
(
parent
=
self
)
lib/app/examples/ui_example.nit:78,2--79,45