There are a couple of harsh bugs in the version of gtk2-gladexml in portage. In
particular, signals aren't connected correctly, so while the GUI *looks* the
part, clicking various things doesn't fire the signals that I've set up in the
Glade project.
Reproducible: Always
Steps to Reproduce:
1. emerge gtk2-gladexml
2. build GUI in glade and connect a signal to the 'button-press-event' of a
GtkEntry
3. write perl code that is suppose to fire when above signal is encountered
Actual Results:
Nothing
Expected Results:
code runs as specified in Glade project
gtk2-gladexml-1.001 fixes this, but better yet, gtk2-gladexml-1.004 is out :)