mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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)
|
#config(gui_app = True)
|
||||||
require('panda3d')
|
require('panda3d')
|
||||||
|
|
||||||
module('Tkinter', required = True)
|
module('Tkinter', '_tkinter', required = True)
|
||||||
|
module('Tkconstants', 'Tkdnd', 'tkColorChooser',
|
||||||
|
'tkCommonDialog', 'tkFileDialog', 'tkFont',
|
||||||
|
'tkMessageBox', 'tkSimpleDialog')
|
||||||
module('direct.showbase.TkGlobal',
|
module('direct.showbase.TkGlobal',
|
||||||
'direct.tkpanels',
|
'direct.tkpanels',
|
||||||
'direct.tkwidgets')
|
'direct.tkwidgets')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user