guiDlgInput: A simple input box
Description
Enter one (textual) value with this input boxUsage
guiDlgInput(message = "Enter a value", title = "Input", default = "", parent = 0, GUI = getOption("guiWidgets"))
Arguments
message
the message to display on top of the text box
title
the title of the dialog box
default
the default value in the text box
parent
the parent of this dialog box (not implemented yet)
GUI
which GUI widgets do you want to use (tcltk, wxPython, ...)
Value
- The text entered by the user at the input box
synopsis
guiDlgInput(message = "Enter a value", title = "Input", default = "", parent = 0, GUI = getOption("guiWidgets"))
guiDlgInput.wxPython(message = "Enter a value", title = "Input", default = "", parent = 0)