Description Usage Arguments Value Author(s)
This function prompt for a single value in a Tcl-tk interface.
1 2 |
parent |
Tcl-tk top-level to bind the popup window to. |
type |
Single character value defining the type of the expected value. |
title |
Single character value that will be displayed as the title of the popup window. |
default |
Single value that will be used as default. |
allowEmpty |
Single logical value, whether to raise an error if the user does not provide any value or not. |
Returns the entered value, casted to type
.
Sylvain Mareschal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.