]> granicus.if.org Git - python/commitdiff
Mark the "radio" option of Tix.CheckList as static.
authorGuilherme Polo <ggpolo@gmail.com>
Tue, 18 Aug 2009 13:33:30 +0000 (13:33 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Tue, 18 Aug 2009 13:33:30 +0000 (13:33 +0000)
Lib/lib-tk/Tix.py

index d2ede366aacae0c56bf828c4d0ec4ada6aa953f8..91b27f53d0a3f8938dde7bf0e7cdc144ab805f61 100755 (executable)
@@ -1548,7 +1548,7 @@ class CheckList(TixWidget):
     # FIXME: It should inherit -superclass tixTree
     def __init__(self, master=None, cnf={}, **kw):
         TixWidget.__init__(self, master, 'tixCheckList',
-                           ['options'], cnf, kw)
+                           ['options', 'radio'], cnf, kw)
         self.subwidget_list['hlist'] = _dummyHList(self, 'hlist')
         self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
         self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')