tix- Manipulate Tix internal state


SYNOPSIS

tix option ?arg arg ...?

CONFIGURATION OPTIONS

The Tix application context supports the following configuration options. Usually, these options are set using the X resource database, different color scheme for the Tix widgets, these two lines can be


  	*TixScheme:   Gray
	*TixFontSet:  14Point


Name:		binding
Class:		Binding
Switch:		-binding


Name:		debug
Class:		Debug
Switch:		-debug


Name:		tixFontSet
Class:		TixFontSet
Switch:		-fontset


Name:		tixScheme
Class:		TixScheme
Switch:		-scheme

DESCRIPTION

The tix command provides access to miscellaneous elements of the information manipulated by this command pertains to the application as a whole, or to a screen or display, rather than to a particular window. The command can take any of a number of different forms depending on the option argument. The legal forms are:

pathName cget option
Returns the current value of the configuration option given by option. Option may be any of the options described in the CONFIGURATION OPTIONS section.
tix configure ?option? ?value option value ...?
Query or modify the configuration options of the Tix application context. If no option is specified, returns a list describing all of the available options (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given option(s) to have the given value(s); in this case the command returns an empty string. Option may be any of the options described in the CONFIGURATION OPTIONS section.
tix filedialog ?class?
Returns the file selection dialog that may be shared among different modules of this application. This command will create a file selection dialog widget when it is called the first time. This dialog will be returned by all subsequent calls to tix filedialog. An optional class parameter can be passed to specified what type of file selection dialog widget is desired. Possible options are tixFileSelectDialog or tixExFileSelectDialog.

KEYWORDS

file selection dialog
Last modified Jul 13 19:21 --- Serial 806247067