Returns the current value of the configuration option given by option. Option may be any of the options described in the CONFIGURATION OPTIONS section.
(self, option)
| 99 | return self.tk.call('tix', 'addbitmapdir', directory) |
| 100 | |
| 101 | def tix_cget(self, option): |
| 102 | """Returns the current value of the configuration |
| 103 | option given by option. Option may be any of the |
| 104 | options described in the CONFIGURATION OPTIONS section. |
| 105 | """ |
| 106 | return self.tk.call('tix', 'cget', option) |
| 107 | |
| 108 | def tix_configure(self, cnf=None, **kw): |
| 109 | """Query or modify the configuration options of the Tix application |