Wx GetHDC is deprecated in favor of GetHandle
Open
- Dominant language
- C
- Stars
- 97
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/enthought/enable/blob/20ef5793dc342ea7fc79f6cc64b1a20926bd31d9/kiva/agg/src/win32/plat_support.i#L130
```
c:\users\rporuri\work\github\ets\enable\kiva\agg\plat_support.py:188: wxPyDeprecationWarning: Call to deprecated item. Use GetHandle instead.
self.draw(window_dc.GetHDC(), x, y, width, height)
```
The above warning was observed when running the `examples\demo\basic\scatter.py` example on windows with the wx toolkit.
Contributor guide
Assessment
This issue has not been assessed yet.