Romain Behar wrote:
They are API (Application Programmers Interface) and ABI (Application Binary Interface) compatible to gtkmm-2.4. However there are numerous small additions which may be usefull; For exampleHello, I'm using gtkmm 2.4 for my application, and saw those 2.6 and 2.8 versions. What's new with them and are they source compatible with 2.4? Regards, Romain
"Widget* Gtk::Button::get_image() - since 2.6" or "void Gtk::ComboBoxText::clear_items() - since 2.8"; Just look at the documentation or the changelogs for details. Matthias Langer