20.07.2009 15:20, Murray Cumming wrote:
I don't personally feel the need to specify my signal handlers in the .glade file.
But Glade (UI editor) does this, so its better to have that supported.
I like having code in code and UI in the XML file.
Currently you have "UI in the code", because you need to write the wrapper that takes care of all the UI widgets that emit signals. With autoconnecting you get exactly "code in code and UI in the XML", with only that you mention the signal name in an XML file, which is what Glade does anyway. "UI in the code" gets avoided. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
