Re: gtk3 - correct application logic to get value of a setting from a GtkSettings object

2011-03-07 Thread Emmanuele Bassi
first of all: do not ask a new question by attaching it to a new thread;
start a new thread.

On 2011-03-06 at 22:32, John Lumby wrote:
 
 Inside my gtk application,   I'd like to get (i.e. discover) the name
 of the current theme,which I believe is the  gtk-theme-name
 property of the current window's  GtkSettings.  I see how to retrieve
 the  GtkSettings object ,  using  gtk_settings_get_default () or
 gtk_settings_get_for_screen (),but how do I extract the value of one
 element such as gtk-theme-name.

g_object_get().

I *strongly* suggest you read the API reference and tutorial for the
GObject C API, and use the API references at:

  http://library.gnome.org/devel/

before asking on the mailing lists.

ciao,
 Emmanuele.

-- 
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


gtk3 - correct application logic to get value of a setting from a GtkSettings object

2011-03-06 Thread John Lumby

Inside my gtk application,   I'd like to get (i.e. discover) the name of the 
current theme,which I believe is the  gtk-theme-name   property of the 
current window's  GtkSettings.
I see how to retrieve the  GtkSettings object ,  using  
gtk_settings_get_default () or gtk_settings_get_for_screen (),but how do I 
extract the value of one element such as gtk-theme-name.
I see an api gtk_settings_set_property_value ()  which has no description but 
from its name sounds likethe write equivalent or a read of the property(???)  - 
 so I would want something like gtk_settings_get_property_value ()  -but there 
is no such api.
Cheers,John Lumby

  
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list