Re: g_hash_table

2013-03-06 Thread Jens Georg
[ g_hash_table_* missing ] This isn't a criticism BTW. I'm just curious to know why it's missing. I suppose there's no real need to bind that with std::map and std::hash available. ___ gtkmm-list mailing list gtkmm-list@gnome.org

Re: reduce the size of a Container

2013-03-06 Thread Carlos Lopez Gonzalez
Also, you can compose your strings using PangoLayout and use its ellipsize mode to restrict the length of the strings between some limits. https://developer.gnome.org/pango/stable/pango-Layout-Objects.html#pango-layout-set-ellipsize - Mensaje original - De: Ian Martin

Re: Drop down MenuToolButton

2013-03-06 Thread Steve Holmes
Thanks. On 2013-03-06 2:39 AM, Giuseppe Penone gius...@gmail.com wrote: The _(string here) is a function for internationalization, when you find it in the code it means the application is translated in several languages. Cheers, Giuseppe. On Wed, Mar 6, 2013 at 3:11 AM, Steve Holmes

Send a message using Gio::Dbus

2013-03-06 Thread Yoann LE BARS
Hello everybody out there! I need to inhibit screen-saver while an application is in full-screen mode (and uninhibit it when switching back into windowed mode). If I am not mistaken, according to http://people.gnome.org/~mccann/gnome-screensaver/docs/gnome-screensaver.html, I need to

Re: Send a message using Gio::Dbus

2013-03-06 Thread Andrew Potter
On Wed, Mar 6, 2013 at 6:06 PM, Yoann LE BARS yo...@le-bars.net wrote: initialised. The thing is, I do not have a clue on how to initialise the proxy in a proper way. Also, connection initialisation does not seem quite right. Actually, I am not sure I am not using a completely wrong approach.

Gtk::Grid can't see anything

2013-03-06 Thread Big Gaz
HI, I'm trying to draw a day calendar in Gtkmm, and for some reason, I can't see anything with the code below. Just the window. Can anyone help? int main (int argc, char *argv[]) { Gtk::Main kit(argc, argv); //Load the Glade file and instiate its widgets: