Testing GTKmm 3.6 on MS Windows

2012-10-29 Thread Dos Santos, Oliveira
Hi everybody, I finished to compile/build GTK+/GTKmm 3.6 for MSWindows this week end... I'm bit disappointed because it doesn't support socket/plug features or even the Broadway backend features... but it was expected. A big surprise comes from GTKmm 3 demo... it compiles perfectly

Sticking a TreeView-Entry to the bottom

2012-10-29 Thread Jonas Platte
Hey, does anyone know a possibility to stick to last entry of a TreeView to the bottom of the TreeView Widget (e.g. by adding blank space between the last two entries)? ___ gtkmm-list mailing list gtkmm-list@gnome.org

Wrapping the g_resolver_lookup_records*() functions

2012-10-29 Thread José Alburquerque
In trying to wrap the g_resolver_lookup_records*() functions of GResolver (particularly the g_resolver_lookup_records() and the g_resolver_lookup_records_finish() functions) I seem to be running into some compiler errors I don't quite understand. It looks like there are problems handling the

Wrapping the g_resolver_lookup_records*() functions

2012-10-29 Thread José Alburquerque
On Monday, October 29, 2012, José Alburquerque Anyone know what's happening? In looking at the containerhandle_shared.h file in glibmm, a TypeTraits specialization for Glib::VariantContainerBase may be missing. I'll try that and see if that makes a difference (I think it should). -- José