Hi all,I am writing a windows gui program in python. I am using ctypes to handle windows special data types and calling api functions. Recently I found that Cython will speedup certain areas of my program. So I am planning to move some work load of this program to a cython function where it takes windows data types like HDC, RECT etc and returns an HBRUSH. HDC & HBRUSH are void pointers. Ctypes will provide these types in python. But the problem is Cython can't return an HBRUSH from a function. How do I do it in Cython ? Thanks in advance.
--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cython-users/47538c45-58b7-4eff-ab7e-36c34a1e911en%40googlegroups.com.