Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass Windows data types like HWND & HBRUSH #298

Open
kcvinker opened this issue Dec 27, 2023 · 0 comments
Open

How to pass Windows data types like HWND & HBRUSH #298

kcvinker opened this issue Dec 27, 2023 · 0 comments

Comments

@kcvinker
Copy link

Hi,
first of all thanks to this library. This is such an interesting project.
I wonder how do you pass windows data types like HWND, HBRUSH, HDC from python to nim and vice versa.
In Nim, these are pointer data type. In Python these are void pointers provided by ctypes c_void_p.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant