X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a7fb603c3ec7afbbf887e2c804085e21da99163..cde80c9284b64d611e8cf4a7565de40aa0acce81:/interface/dcclient.h diff --git a/interface/dcclient.h b/interface/dcclient.h index 5047ac053a..17f39ca1a8 100644 --- a/interface/dcclient.h +++ b/interface/dcclient.h @@ -26,6 +26,9 @@ To draw on the whole window including decorations, construct a wxWindowDC object (Windows only). + A wxPaintDC object is initialized to use the same font and colours as the + window it is associated with. + @library{wxcore} @category{dc} @@ -57,6 +60,9 @@ public: To draw on the whole window including decorations, construct a wxWindowDC object (Windows only). + A wxClientDC object is initialized to use the same font and colours as the + window it is associated with. + @library{wxcore} @category{dc} @@ -87,6 +93,9 @@ public: To draw on the client area of a window from outside an EVT_PAINT() handler, construct a wxClientDC object. + A wxWindowDC object is initialized to use the same font and colours as the + window it is associated with. + @library{wxcore} @category{dc}