incDialog

Creates a dialog with the tag set to the title

Only use this if you don't need to query the exit state of the dialog

  1. void incDialog(const(char)* title, string body_, DialogLevel level, DialogButtons btns, void* userData)
    void
    incDialog
  2. void incDialog(const(char)* tag, const(char)* title, string body_, DialogLevel level, DialogButtons btns, void* userData)

Meta