Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: single_entry_dialog_box - Constructor Up: guiutils - Module Previous: messagebox.delete - Function


single_entry_dialog_box - Tool



Package display
Module guiutils


Postscript file available

A popup dialog box for entering one item of text.

include "guicomponents.g"



Description
This popup widget provides a way to get input from the user via a transient window. The programmer specifies a prompt, and an optional one-argument callback function - which will be called with the entered text as its sole argument. When the user types [return] in the entry widget, or presses the 'Okay' button, the popup window is destroyed, and the callback function is called. If the user presses the 'Dismiss' button, then the popup window is destroyed, and the callback function is not called.

Constructors
single_entry_dialog_box Create the popup.
Functions
delete Destroy the single_entry_dialog_box.




next up previous contents index
Next: single_entry_dialog_box - Constructor Up: guiutils - Module Previous: messagebox.delete - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15