Window.showInputBox

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void showInputBox(UIString title, UIString message, dstring initialText, void delegate(dstring result) handler)
    class Window
    static if(BACKEND_GUI)
    void
    showInputBox
    (,,
    dstring initialText
    ,
    void delegate
    (
    dstring result
    )
    handler
    )
  2. void showInputBox(dstring title, dstring message, dstring initialText, void delegate(dstring result) handler)

Meta