/[gnue]/gnue-designer/src/base/startup/Startup.py
ViewVC logotype

Diff of /gnue-designer/src/base/startup/Startup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jcater, Fri Sep 5 19:46:53 2003 UTC revision 1.4 by btami, Sat Oct 11 07:55:14 2003 UTC
# Line 51  class Startup(wxSplashScreen): Line 51  class Startup(wxSplashScreen):
51      self.OnPaint()      self.OnPaint()
52    
53    def drawText(self, color):    def drawText(self, color):
54        # TODO: FIXME
55        if sys.platform == "win32":
56          print self.text
57          return
58      dc = wxPaintDC(self.GetSplashWindow())      dc = wxPaintDC(self.GetSplashWindow())
59      dc.SetTextForeground(color)      dc.SetTextForeground(color)
60      dc.BeginDrawing()      dc.BeginDrawing()

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26