On Wed, Feb 05, 2003 at 04:05:36PM +0100, Daniele Pizzoni wrote: > I noted that there is no pgGetContext in api_c but it is (apparently) > implemented in cli_python and in pgserver (PGREQ_GETCONTEXT). > > So I implemented it, if you need it there is an attached patch.
Thanks, and sorry for the delay. This is in CVS now. > > A question: I didn't find a way to receive an event when a widget is > deleted. Is this a design choice, just a feature waiting to be > implemented or am I missing something? It's just not something anybody had thought of yet. It would be simple to add code to widget.c such that any widget would send an event when it's destroyed. However, since there's no way yet for a client to specify a mask of events it's interested in yet, the client would always have to process it. You'd need a widget property to enable this event. (Note that in the protocol developed for PicoGUI 2.x, there will be a simple and generic way to specify event masks, making the EXTDEVENT and TRIGGERMASK cruft unnecessary) > > Bye > Dan > -- > Daniele Pizzoni --- Ascensit Linux Solutions > email: <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]> > -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
