TextInputDialog.this

Creates a TextInputDialog. Auto-sizing version is not implemented yet.

  1. this(Coordinate size, string source, Text title, Text message, Text text, Text okBtnText, StyleSheet customStyle)
  2. this(Coordinate size, string source, dstring title, dstring message, dstring text, dstring okBtnText, StyleSheet customStyle)
    class TextInputDialog
    public
    this
    (
    Coordinate size
    ,
    string source
    ,
    dstring title
    ,
    dstring message
    ,
    dstring text = ""
    ,
    dstring okBtnText = ""
    ,
    StyleSheet customStyle = null
    )

Meta