Home | Trees | Index | Help |
|
---|
Package wx :: Class ScreenDC |
|
object
--+ |Object
--+ |DC
--+ | ScreenDC
Method Summary | |
---|---|
ScreenDC |
A wxScreenDC can be used to paint anywhere on the screen. |
__repr__(self)
| |
bool |
Use this in conjunction with StartDrawingOnTop or
StartDrawingOnTopWin to ensure that drawing to the screen occurs on
top of existing windows. |
bool |
Specify that the area is the given rectangle, or the whole screen if None is passed. |
bool |
Specify that the area of the screen to be drawn upon coincides with the given window. |
Method Details |
---|
__init__(self)
A wxScreenDC can be used to paint anywhere on the screen. This should
normally be constructed as a temporary stack object; don't store a
wxScreenDC object. |
EndDrawingOnTop(self)Use this in conjunction with You might use this pair of functions when implementing a drag feature,
for example as in the These functions are probably obsolete since the X implementations allow drawing directly on the screen now. However, the fact that this function allows the screen to be refreshed afterwards may be useful to some applications.
|
StartDrawingOnTop(self, rect=None)Specify that the area is the given rectangle, or the whole screen if None is passed.
|
StartDrawingOnTopWin(self, window)Specify that the area of the screen to be drawn upon coincides with the given window.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:01 2005 | http://epydoc.sf.net |