Feature Requests item #739335, was opened at 2003-05-18 06:08
Message generated for change (Comment added) made by rliebscher
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355988&aid=739335&group_id=5988
Category: Tk
Group: v2.1
Status: Open
Resolution: None
Priority: 4
Submitted By: Mike C. Fletcher (mcfletch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Only create Tk root if necessary...
Initial Comment:
Importing the OpenGL.Tk module currently automatically
creates a Tkinter root. Would be nice if this was only
done if there is no root when creating an actual
widget. Work-around is to do:
from Tkinter import *
my_root = Tk()
from OpenGL.Tk import *
But that's sub-optimal.
----------------------------------------------------------------------
>Comment By: Rene Liebscher (rliebscher)
Date: 2003-05-19 10:10
Message:
Logged In: YES
user_id=28463
Maybe moving some initialization code to first class use
will do.
Please check this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355988&aid=739335&group_id=5988
|