X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1e76a376ed082afd1790d905bd9d65b6291d50f..8262f9aecb42cefb62a6c574812a2db3dcc33661:/wxPython/src/mac/gdi.py diff --git a/wxPython/src/mac/gdi.py b/wxPython/src/mac/gdi.py index c6a77db34b..f8cb69c429 100644 --- a/wxPython/src/mac/gdi.py +++ b/wxPython/src/mac/gdi.py @@ -692,6 +692,13 @@ class wxDCPtr(wxObjectPtr): def DrawIcon(self, *_args, **_kwargs): val = apply(gdic.wxDC_DrawIcon,(self,) + _args, _kwargs) return val + def DrawLabel(self, *_args, **_kwargs): + val = apply(gdic.wxDC_DrawLabel,(self,) + _args, _kwargs) + return val + def DrawImageLabel(self, *_args, **_kwargs): + val = apply(gdic.wxDC_DrawImageLabel,(self,) + _args, _kwargs) + if val: val = wxRectPtr(val) ; val.thisown = 1 + return val def DrawLine(self, *_args, **_kwargs): val = apply(gdic.wxDC_DrawLine,(self,) + _args, _kwargs) return val @@ -1303,6 +1310,7 @@ wxFONTFAMILY_SWISS = gdic.wxFONTFAMILY_SWISS wxFONTFAMILY_MODERN = gdic.wxFONTFAMILY_MODERN wxFONTFAMILY_TELETYPE = gdic.wxFONTFAMILY_TELETYPE wxFONTFAMILY_MAX = gdic.wxFONTFAMILY_MAX +wxFONTFAMILY_UNKNOWN = gdic.wxFONTFAMILY_UNKNOWN wxFONTSTYLE_NORMAL = gdic.wxFONTSTYLE_NORMAL wxFONTSTYLE_ITALIC = gdic.wxFONTSTYLE_ITALIC wxFONTSTYLE_SLANT = gdic.wxFONTSTYLE_SLANT