tixInputOnly
Create and manipulate TIX InputOnly widgets
- Provided by: tix-dev (Version: 8.4.3-11)
- Source: tix
- Report a bug
Create and manipulate TIX InputOnly widgets
See the file man.macros.
tixInputOnly pathName ?options? -cursor -width -height
TixInputOnly does not have any widget specific options.
The tixInputOnly command creates a new window (given by the pathName argument) and makes it into a tixInputOnly widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the tixInputOnly such as its cursor or width.
TixInputOnly widgets are not visible to the user. The only purpose of TixInputOnly widgets are to accept inputs from the user, which can be done with the bind command.
The tixInputOnly command creates a new Tcl command whose name is the same as the path name of the tixInputOnly's window. This command may be used to invoke various operations on the widget. It has the following general form:
tixInputOnly widgets have no default bindings.
tixInputOnly is currently implemented for the Unix version of Tix only.
Tix(n)