Re: Font selection panel as part of notebook
- From: Igor Korot <ikorot01 gmail com>
- To: cecashon aol com
- Cc: "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: Font selection panel as part of notebook
- Date: Sat, 23 Sep 2017 19:48:07 -0400
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;
https://developer.gnome.org/gobject/stable/gobject-Generic-values.html#G-VALUE-INIT:CAPS
It looks like G_VALUE_INT is available since 2.30.
What should I use for earlier version?
Thank you.
If that doesn't work, check the return value of gtk_tree_model_get_iter() to
make sure that your iter is good.
Eric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]