Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 6677d6700e2f6aa49011a2f4fa4c927a > files > 10

libsigc++1.2_5-1.2.7-4.mga7.armv7hl.rpm

Signal Ideas
------------------
VA argument signals?

Advanced signals with recursion controls? 

Do we have an equivelent of gtk_signal_handler_block_by_func()?

Example use: (from mail messages)
>  Changed loop between two text_entries.
>
>  In most cases you get away by testing if a value really changed in your 
>  signal handler. In some occasions, though (when a test would be expensive
>  or impossible because you don't keep "local" copies of the value in your 
>  program), I use gtk_signal_handler_block_by_func().


Slot Ideas
------------------

Connection Ideas
------------------