www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dtl - Are any GUI libs going to make using of D signals/slots?

reply "Craig Black" <cblack ara.com> writes:
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
next sibling parent "Craig Black" <cblack ara.com> writes:
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
prev sibling next sibling parent reply Heinz <malagana15 yahoo.es> writes:
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
parent BCS <ao pathlink.com> writes:
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
 
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.
did you intend to post to .dwt?
May 20 2008
prev sibling parent "Flamaros" <flamaros.xavier gmail.com> writes:
On Tuesday, 5 December 2006 at 17:37:35 UTC, 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
As we already use the current version of phobos signals for DQuick, we'll certainly migrate to the new API when it will be released.
Nov 13 2013