Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 267add416e79e5c325cad104999f87e9 > files > 43

libsigc++1.0-devel-1.0.4-5mdk.ppc.rpm

Macro Ideas
------------------
Need way to debug m4 files.  (#line statements)
(Partially working still needs work!)


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
------------------