MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / tix_cget

Method tix_cget

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:101–106  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected