Re: change window color
- From: Paul Davis <paul linuxaudiosystems com>
- To: "Luiz Rafael Culik Guimaraes" <culikr brturbo com>
- Cc: John Cupitt <john cupitt ng-london org uk>, gtk-list gnome org
- Subject: Re: change window color
- Date: Tue, 25 May 2004 23:38:28 -0400
>Hi John
>
>Thanks for the suggestion, but i need from C code
you think you do, but you don't.
widget "*Foo" style "foo"
widget "*Bar" style "bar"
in C:
gtk_widget_set_name (widget, "Foo");
... later ...
gtk_widget_set_name (widget, "Bar");
please don't hard-code color/font choices for users. leave it to an RC
file.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]