RE: [Pgui-devel] Event filtering

2001-07-19 Thread Micah Dowty
On Thu, 19 July 2001, "Sean Barnes" wrote: > > > > - You could create an invisible button widget, and bind it to the > > hotkey. This would require almost no new code. (just a 'visible' > > property for widgets, which we need anyway) The widget would take > > a little more memory than the event

RE: [Pgui-devel] Event filtering

2001-07-19 Thread Sean Barnes
> - You could create an invisible button widget, and bind it to the > hotkey. This would require almost no new code. (just a 'visible' > property for widgets, which we need anyway) The widget would take > a little more memory than the event filter idea above. It would > also be a little less flex