mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
add some missing module() lines
This commit is contained in:
parent
449718492a
commit
a2f8a130c2
@ -18,7 +18,11 @@ class wx(package):
|
||||
#config(gui_app = True)
|
||||
require('panda3d')
|
||||
|
||||
module('direct.showbase.WxGlobal', 'wx', 'wx.*')
|
||||
module('direct.showbase.WxGlobal')
|
||||
module('direct.wxwidgets')
|
||||
module('direct.wxwidgets.WxAppShell')
|
||||
module('direct.wxwidgets.WxSlider')
|
||||
module('wx', 'wx.*')
|
||||
|
||||
class tk(package):
|
||||
config(display_name = "Tk GUI Toolkit")
|
||||
|
Loading…
x
Reference in New Issue
Block a user