Re: GtkListBox children size?

2015-02-21 Thread The Devils Jester
To answer my own question, its still required to gtk_widget_show the widget when its added to the list box. On Thu, Feb 19, 2015 at 8:00 PM, The Devils Jester < thedevilsjes...@gmail.com> wrote: > I am trying to use the GtkListBox widget, and when I add a child widget to > the list using the code

Re: GSettings and {sv}

2015-02-21 Thread Emmanuele Bassi
Hi; do you really want to store a single key/value pair, or do you want to store a dictionary, as an array of key/value pairs? If you want the former, then you need to use (sv); if you want the latter, you need to use a{sv} instead. Ciao, Emmanuele. On Saturday, February 21, 2015, Daniel Espin

GSettings and {sv}

2015-02-21 Thread Daniel Espinosa
I would like to store a {sv} GVariantDict type in GSettigs, but it is reported to be unsupported, while documentation states any GVarintType is supported. Could any one point me on what types are really supported in GSettings please? ___ gtk-app-devel-l