mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
gui_app not a good idea to default
This commit is contained in:
parent
716ac1aa10
commit
3aff00973c
@ -15,14 +15,14 @@
|
||||
|
||||
class wx(package):
|
||||
config(display_name = "wxPython GUI Toolkit")
|
||||
config(gui_app = True)
|
||||
#config(gui_app = True)
|
||||
require('panda3d')
|
||||
|
||||
module('direct.showbase.WxGlobal', 'wx', 'wx.*')
|
||||
|
||||
class tk(package):
|
||||
config(display_name = "Tk GUI Toolkit")
|
||||
config(gui_app = True)
|
||||
#config(gui_app = True)
|
||||
require('panda3d')
|
||||
|
||||
module('Tkinter',
|
||||
|
Loading…
x
Reference in New Issue
Block a user