GNOME Bugzilla – Bug 612247
Gtk2::Editable docs of insert-text signal
Last modified: 2010-03-29 13:23:56 UTC
Created attachment 155599 [details] [review] docs of insert-text signal The pod for Gtk2::Editable could describe how to use the insert-text signal to modify the inserted text, perhaps per diff below. I tried to use it through a class closure and was confused for a while about what the parameters were, hence the bit about the class closure unmarshalled at the moment, if I'm not mistaken. (I accidentally mangled the pos "pointer" argument when chaining up with signal_chain_from_overridden() and got a segv.)
Committed. Thanks!