The new class Gio::Notification is
used in
https://git.gnome.org/browse/gtkmm-documentation/tree/examples/book/application/app_and_win_menus/examplewindow.cc. The Popover example did not compile after './configure --enable-warnings=fatal' (all warnings treated as errors). I've just fixed that. I see a similar error in the ActionBar example at https://bugzilla.gnome.org/show_bug.cgi?id=723124#c5. The order of the entries in the constructor's initialization list is not the same as the order of the data members in the class definition. Kjell 2014-04-03 11:09,
Murray Cumming skrev:
On Thu, 2014-04-03 at 08:06 +0200, Juan Rafael García Blanco wrote:Hi, When Gtk::FlowBox was finally wrapped, I took an action to write some example code. Unfortunately, I haven't done that yet. I'll try to write an example app in the next days; due to next Monday let's say, would that be acceptable?That would be wonderful. Thanks.As for Gtk::ActionBarYes, you created one, but I missed it. Could you push it, please? https://bugzilla.gnome.org/show_bug.cgi?id=723124#c5and Gtk::Popover,Yes: https://git.gnome.org/browse/gtkmm-documentation/tree/examples/book/popoverI think there's already some example code in gtkmm-documentation. |