Re: Font selection panel as part of notebook



Eric,

On Sat, Sep 23, 2017 at 2:58 PM,  <cecashon aol com> wrote:


Hi Igor,

Initialize the GValue structure and see if that does the trick for getting
the value.

GValue value=G_VALUE_INIT;

I initialied it with:

        g_value_init( &value, G_TYPE_STRING );

but it didn't help.


https://developer.gnome.org/gobject/stable/gobject-Generic-values.html#G-VALUE-INIT:CAPS

If that doesn't work, check the return value of gtk_tree_model_get_iter() to
make sure that your iter is good.

the function returns TRUE and so the iter is good.

Thank you.


Eric



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]