What's the difference between win32ui and win32gui?
Mark Hammond
mhammond at skippinet.com.au
Sat Jan 31 22:56:59 EST 2004
Corwan wrote:
> What's the difference between win32ui and win32gui?
win32ui is an attempt to wrap MFC, which is itself an object oriented
wrapper around the Windows GUI API (ie, a "window" is an object, and has
methods). win32gui is a lower-level interface to the raw API (ie, a
window is represented by an integer handle, and all functions are global)
Naming things has never been my strong point, especially given the
benefit of hindsight <wink>
Mark.
More information about the Python-list
mailing list