Browse Source

add right tk modules, I hope

rdb 14 years ago
parent
commit
ad630e00eb
1 changed files with 4 additions and 1 deletions
  1. 4 1
      direct/src/p3d/thirdparty.pdef

+ 4 - 1
direct/src/p3d/thirdparty.pdef

@@ -30,7 +30,10 @@ class tk(package):
     #config(gui_app = True)
     require('panda3d')
 
-    module('Tkinter', required = True)
+    module('Tkinter', '_tkinter', required = True)
+    module('Tkconstants', 'Tkdnd', 'tkColorChooser',
+           'tkCommonDialog', 'tkFileDialog', 'tkFont',
+           'tkMessageBox', 'tkSimpleDialog')
     module('direct.showbase.TkGlobal',
            'direct.tkpanels',
            'direct.tkwidgets')