DefaultDialog.this

Ditto

  1. this(Box size, string source, Text title, Text[] message, Text[] options, string[] values, StyleSheet customStyle)
  2. this(Box size, string source, dstring title, dstring[] message, dstring[] options, string[] values, StyleSheet customStyle)
    class DefaultDialog
    this
    (
    Box size
    ,
    string source
    ,
    dstring title
    ,
    dstring[] message
    ,
    dstring[] options = ["Close"]
    ,
    string[] values = ["close"]
    ,
    StyleSheet customStyle = null
    )

Meta