Tim Roberts wrote:
> niki wrote:
>>> As I understand it, win32gui exposes the raw GDI APIs and deals with raw
>>> GDI handles as plain integers.  win32ui is an attempt to wrap the raw
>>> GDI interfaces with Pythonic wrapper objects.
>> IIRC win32ui is MFC based and better avoided.
> 
> Why?  Just personal bias?  There is nothing inherently wrong with MFC. 
> The overhead it adds in this situation is relatively benign, compared to
> the overhead of Python, and the win32ui objects are more convenient to
> work with.

Nothing personal, just business. :)
E.g. size events works properly only in pythonwin, not in python.exe or 
COM server. Recompilation with special define can fix this but requires 
some changes in code.

HTH

Niki Spahiev
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to