Re: [win32gui] Re: [perl-win32-gui-hackers] DrapDrop support for Win32::GUI

2006-03-18 Thread Robert May
Reini Urban wrote: >Robert May wrote: Here's what I am proposing: (1) All windows/controls will gain the -acceptfiles option that will be used to set/unset the WS_EX_ACCEPTFILES extended style on the window/control (For those of you familiar with it, this is all that the Win32 DrapAcceptFiles()

Re: [win32gui] Re: [perl-win32-gui-hackers] DrapDrop support for Win32::GUI

2006-03-18 Thread Jeremy White
NotifyIcon I certainly have on my list of candidates. I haven't thought much beyond that, but I am hopeful that a restructuring like this might reduce GUI.xs and GUI.pm to more manageable sizes. I also want to experiment with moving a lot of the per-control methods from XS back into perl. Th

Re: [win32gui] Re: [perl-win32-gui-hackers] DrapDrop support for Win32::GUI

2006-03-18 Thread Reini Urban
100% agreed with all points. Thanks. 2006/3/18, Robert May <[EMAIL PROTECTED]>: > Reini Urban wrote: > >Robert May wrote: > >>Here's what I am proposing: > >> > >>(1) All windows/controls will gain the -acceptfiles option that will be > >>used to set/unset the WS_EX_ACCEPTFILES extended style on