Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/Window.ConvertDialogToPixels.1.py

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)