Re: [python-win32] Finding attached object?

2009-03-03 Thread Greg Ewing
Mark Hammond wrote: Apparently not from Python. It would be easy to add, If you do happen to add this, another thing you might want to investigate is why PyCCmdUI isn't automatically doing this when you read the m_pMenu property, as seems to happen in most other places if you call a method th

Re: [python-win32] Finding attached object?

2009-03-03 Thread Mark Hammond
On 4/03/2009 8:59 AM, Greg Ewing wrote: Given a PyAssocObject, is there some way of finding the object that was attached to it with AttachObject? Apparently not from Python. It would be easy to add, but I guess that doesn't help you much now (or parse the repr() and use ctypes to de-ref the

[python-win32] Finding attached object?

2009-03-03 Thread Greg Ewing
Given a PyAssocObject, is there some way of finding the object that was attached to it with AttachObject? -- Greg ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] OnCtlColor not working?

2009-03-03 Thread Thomas Heller
Greg Ewing schrieb: > Vernon Cole wrote: > >> So, Greg, can we anticipate a python_gui flavor for Windows in native mode? > > Yes, it looks like there's a reasonable chance of that > happening fairly soon. > > There are actually two possible ways it could go. I > have a partial implementation co