U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » <<= and <<
Re: <<= and << [message #7183 is a reply to message #7182] Sun, 17 December 2006 23:48 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
<<= sets the WhenAction callback

<< adds a new callback to existing one; if there were any callbacks before assigned, they will be called as well.

In fact, "<<" is sort of experiment and is very rarely used.

Note: You cannot use somebutton << THISBAC... because "<<" is method of Callback, not Ctrl. You would have to write

somebutton.WhenAction << THISBACK....

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in Core06.cpp or in U++ Core value types tutorial
Next Topic: operator< for container sorting (small confusion)
Goto Forum:
  


Current Time: Sat Sep 26 06:05:51 GMT+2 2026

Total time taken to generate the page: 0.01223 seconds