Window.this

Custom constructor. "size" sets both the initial position and the size of the window. Buttons in the header can be set through the smallButtons parameter

  1. this(Box size, Text title, ISmallButton[] smallButtons, StyleSheet customStyle)
  2. this(Box size, dstring title, ISmallButton[] smallButtons, StyleSheet customStyle)
    class Window
    public
    this
    (
    Box size
    ,
    dstring title
    ,
    ISmallButton[] smallButtons
    ,
    StyleSheet customStyle = null
    )
  3. this(Box size, Text title, StyleSheet customStyle)
  4. this(Box size, dstring title, StyleSheet customStyle)

Meta