[PyOpenGL-Users] [ pyopengl-Feature Requests-739335 ] Only create Tk root if necessary...
Brought to you by:
mcfletch
|
From: SourceForge.net <no...@so...> - 2013-02-12 22:15:35
|
Feature Requests item #739335, was opened at 2003-05-17 21: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: 2013-02-12 14:15 Message: zlSLrP <a href="http://djburtggeohk.com/">djburtggeohk</a>, [url=http://dlubbfoagpmm.com/]dlubbfoagpmm[/url], [link=http://jyccdeabrjlc.com/]jyccdeabrjlc[/link], http://vogyorguibtc.com/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-10-12 22: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 01: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 |