Gtk_Paned position and signals

2008-02-15 Thread Andrew Sage
When the position of a VPaned or HPaned object is changed (IE, via clicking and dragging with the mouse) is a signal emitted? If so, which one? I've been playing with signals for a while now like the 'move-handle' signal, the 'configure-event' signal, and the 'drag-end' signal with none matching

Changing the underline color of a text tag

2007-11-13 Thread Andrew Sage
27; or 'underlinecolor', none of which work, and I'm not sure where one would use the Pango::AttrUnderlineColor class -- Andrew Sage <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Changing the underline color of a text tag

2007-11-08 Thread Andrew Sage
I am trying to figure out how to change the color of an underline in a Gtk::TextTag. I'm writing this in Ruby, and on the Ruby/Gtk+ website I saw the Pango::AttrUnderlineColor, but I've no idea how to apply this anywhere. When defining a tag, I typically use the create tag function on a TextBuffe