TextInputDialog.this

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

  1. this(Box size, void delegate(Text text) textOutput, string source, Text title, Text message, Text text, Text okBtnText, StyleSheet customStyle)
  2. this(Box size, void delegate(Text text) textOutput, string source, dstring title, dstring message, dstring text, dstring okBtnText, StyleSheet customStyle)
    class TextInputDialog
    this
    (
    Box size
    ,
    void delegate
    (
    Text text
    )
    textOutput
    ,
    string source
    ,
    dstring title
    ,
    dstring message
    ,
    dstring text = ""
    ,
    dstring okBtnText = ""
    ,
    StyleSheet customStyle = null
    )

Meta