mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 03:07:08 +01:00
6 lines
257 B
Python
6 lines
257 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)
|