 |
|
1328 |
Edit_String |
08/31/92 |
The Edit String module puts up a LONG dialog box, allows typing of any string, then with either "OK" or "CANCEL" controls, will output this string to the output port of the module. The next time the "Edit" button is pushed, the dialog box reappears, with the old string, which can be edited. This module is for long expressions, lists of ints, etc, where the normal string type_in widget is too small. The dialog box comes up with nicer colours than the default grey. |
| Author: | Ian Curington, Advanced Visual Systems |
| Version: | 1.000 |
| Language: | C |
| Path: | source/data_input/Edit_String/ |
|
|
|
edit_string
edit_string
Name
edit_string
Author
Ian Curington, AVS Inc. Staines, UK
Date: 17 July 1992
Source: edit_string.c
edit_string.txt
edit_string.net
Makefile
Parameters
"Edit" push button (boolean)
Output
Port:
"string" output, containing the edited string from Dialog Box.
Description
The Edit String module puts up a LONG dialog box, allows typing
of any string, then with either "OK" or "CANCEL" controls,
will output this string to the output port of the module.
The next time the "Edit" button is pushed, the dialog box
reappears, with the old string, which can be edited.
This module is for long expressions, lists of ints, etc, where
the normal string type_in widget is too small.
The dialog box comes up with nicer colours than the default grey.
Related modules
character_string
|
|