[PyOpenGL-Users] [ pyopengl-Feature Requests-739335 ] Only create Tk root if necessary...
Brought to you by:
mcfletch
|
From: SourceForge.net <no...@so...> - 2011-10-13 05:08:21
|
Feature Requests item #739335, was opened at 2003-05-18 04:08 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355988&aid=739335&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tk Group: v2.1 Status: Open Resolution: None Priority: 4 Private: No 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: Nobody/Anonymous (nobody) Date: 2011-10-13 05:08 Message: p5XExi <a href="http://kedxhepoqujd.com/">kedxhepoqujd</a>, [url=http://evpccagkcfpt.com/]evpccagkcfpt[/url], [link=http://utqlsgddkgig.com/]utqlsgddkgig[/link], http://bnijxxraehas.com/ ---------------------------------------------------------------------- Comment By: Rene Liebscher (rliebscher) Date: 2003-05-19 08: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 |