mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-20 14:10:39 -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):
|
class wx(package):
|
||||||
config(display_name = "wxPython GUI Toolkit")
|
config(display_name = "wxPython GUI Toolkit")
|
||||||
config(gui_app = True)
|
#config(gui_app = True)
|
||||||
require('panda3d')
|
require('panda3d')
|
||||||
|
|
||||||
module('direct.showbase.WxGlobal', 'wx', 'wx.*')
|
module('direct.showbase.WxGlobal', 'wx', 'wx.*')
|
||||||
|
|
||||||
class tk(package):
|
class tk(package):
|
||||||
config(display_name = "Tk GUI Toolkit")
|
config(display_name = "Tk GUI Toolkit")
|
||||||
config(gui_app = True)
|
#config(gui_app = True)
|
||||||
require('panda3d')
|
require('panda3d')
|
||||||
|
|
||||||
module('Tkinter',
|
module('Tkinter',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user