|
See the file man.macros. NAMEtixInputOnly - Create and manipulate TIX InputOnly widgetsSYNOPSIStixInputOnly pathName ?options? -cursor -width -heightWIDGET-SPECIFIC OPTIONSTixInputOnly does not have any widget specific options.DESCRIPTIONThe 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. WIDGET COMMANDThe 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:pathName option ?arg arg ...?
PathName is the name of the command, which is the same as the InputOnly
widget's path name. Option and the args determine the exact
behavior of the command. The following commands are possible for
tixInputOnly widgets:
BINDINGStixInputOnly widgets have no default bindings.BUGStixInputOnly is currently implemented for the Unix version of Tix only.KEYWORDSTix(n)
Visit the GSP FreeBSD Man Page Interface. |