Package wx :: Class WindowDC
[frames | no frames]

Type WindowDC

object --+        
         |        
    Object --+    
             |    
            DC --+
                 |
                WindowDC


A wx.WindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations). This should normally be constructed as a temporary stack object; don't store a wx.WindowDC object.
Method Summary
WindowDC __init__(self, win)
Constructor.
  __repr__(self)

Method Details

__init__(self, win)
(Constructor)

Constructor. Pass the window on which you wish to paint.
Parameters:
win
           (type=Window)
Returns:
WindowDC
Overrides:
wx.DC.__init__

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:03 2005 http://epydoc.sf.net