Re: New widgets to wrap in gtkmm

2013-08-04 Thread Juan Rafael Garcia Blanco
On Fri, Jul 26, 2013 at 4:27 AM, Murray Cumming murrayc murrayc com wrote: GTK+ 3.9/10 has several new widgets that we have not yet wrapped in gtkmm. Volunteers are welcome, please. https://developer.gnome.org/gtk3/unstable/GtkListBox.html

Wrapping GtkPlacesSidebar

2013-08-25 Thread Juan Rafael Garcia Blanco
Hello, I'm fairly new to developing inside gtkmm. I'm trying to wrap GtkPlacesSidebar. I managed to get a first version (https://bugzilla.gnome.org/show_bug.cgi?id=705642) and now I'm writing a simple example to test it. In that example program I attach a handler to the open-location signal.