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)
|
__init__(self,
win)
(Constructor)
Constructor. Pass the window on which you wish to paint.
-
- Parameters:
win
(type=Window)
- Returns:
-
WindowDC
- Overrides:
wx.DC.__init__
|