Skip to content
Nando Dessena edited this page Apr 9, 2015 · 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/nandod/kitto/blob/wiki/Window.png

Clone this wiki locally