mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-11 06:17:08 +01:00
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
6 lines
237 B
Python
6 lines
237 B
Python
|
|
# The C++ convenience macro does not apply for Python, however you can
|
|
# accomplish something similar with a function like this
|
|
def DLG_UNIT(parent, point):
|
|
return parent.ConvertDialogToPixels(point)
|