mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
add right tk modules, I hope
This commit is contained in:
parent
8f41f7ac7a
commit
ad630e00eb
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user