[maemo-developers] How can I change the background color of a GtkButton when it is activated
From: Dave Neary dneary at maemo.orgDate: Tue Nov 25 17:23:47 EET 2008
- Previous message: How can I change the background color of a GtkButton when it is activated
- Next message: How can I change the background color of a GtkButton when it is activated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Yao, Yao Wang wrote: > The default color when I pressed down the button is blue. I want > to change the background color of button when it is pressed and recover > its origin background color when it is released. The default colour for when the button is pressed is set by the GTK+ theme. I'd suggest changing the theme so that all buttons, when pressed, will be red. It's in general not a good idea to hack applications with hard-coded widget colours, and it's generally encouraged to write applications which are consistent with the rest of the environment. Hope this helps! Dave. -- maemo.org docsmaster Email: dneary at maemo.org Jabber: bolsh at jabber.org
- Previous message: How can I change the background color of a GtkButton when it is activated
- Next message: How can I change the background color of a GtkButton when it is activated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]