Skip to content
Carlo Barazzetta edited this page Jan 27, 2017 · 2 revisions

Window

Displays a window with a border and specified size that will host other views

Here's an example:

# Valid top-level controllers are Window and Viewport
Controller: Window
  Width: 600
  Height: 400

And here's the result, a Window centered into browser page:

https://github.com/EtheaDev/kitto/wiki/images/Window.png

Clone this wiki locally