| ) | 
To view the current settings, the common usage is:
import Tix root = Tix.Tk() print root.tix_configure()
| [cnf,] **kw) | 
| option) | 
| name) | 
name.xpm or name in
one of the bitmap directories (see the tix_addbitmapdir()
method).  By using tix_getbitmap(), you can avoid hard
coding the pathnames of the bitmap files in your application. When
successful, it returns the complete pathname of the bitmap file,
prefixed with the character "@".  The returned value can be used to
configure the bitmap option of the Tk and Tix widgets.
| directory) | 
| [dlgclass]) | 
tix, FileSelectDialog or
tixExFileSelectDialog.
| self, name) | 
image option of the Tk and Tix widgets.
| name) | 
| newScheme, newFontSet[, newScmPrio]) | 
The optional parameter newScmPrio can be given to reset the priority level of the Tk options set by the Tix schemes.
Because of the way Tk handles the X option database, after Tix has been has imported and inited, it is not possible to reset the color schemes and font sets using the tix_config() method. Instead, the tix_resetoptions() method must be used.
See About this document... for information on suggesting changes.