digitalmars.D.dtl - Are any GUI libs going to make using of D signals/slots?
- "Craig Black" <cblack ara.com> Dec 05 2006
- "Craig Black" <cblack ara.com> Dec 05 2006
- Heinz <malagana15 yahoo.es> May 20 2008
- BCS <ao pathlink.com> May 20 2008
Is anybody using or planning to use the new signal/slot feature? Seems like a powerful feature to me. I'm curious as to its percieved utility to GUI library maintainers. -Craig
Dec 05 2006
Oops wrong newsgroup. "Craig Black" <cblack ara.com> wrote in message news:el4aov$1idn$1 digitaldaemon.com...Is anybody using or planning to use the new signal/slot feature? Seems like a powerful feature to me. I'm curious as to its percieved utility to GUI library maintainers. -Craig
Dec 05 2006
Craig Black Wrote:Is anybody using or planning to use the new signal/slot feature? Seems like a powerful feature to me. I'm curious as to its percieved utility to GUI library maintainers. -Craig
I'm sticking to DFL's event system for GUIs. I also make use of the signal/slot for mi D3D GUI written from scratch to know wich control sends an event and notify to all handlers.
May 20 2008
Reply to Heinz,Craig Black Wrote:Is anybody using or planning to use the new signal/slot feature? Seems like a powerful feature to me. I'm curious as to its percieved utility to GUI library maintainers. -Craig
signal/slot for mi D3D GUI written from scratch to know wich control sends an event and notify to all handlers.
did you intend to post to .dwt?
May 20 2008









"Craig Black" <cblack ara.com> 