|
|
| Author |
Message |
|
|
Redlion Familiar Face
Joined: 04 Apr 2008 Posts: 8
|
Posted: Tue Apr 22, 2008 2:03 pm Post subject: Keeping the chosen GTK+ theme when deploying an application |
|
|
Hello everyone.
I have nearly finished a gtk+ project.Thanks to the gtk theme changer, I have chosen the Nodoka one which is really cool.But I want to keep it when I'm going to deploy my program.Anyone knows how I do this? |
|
| Back to top |
|
 |
Micah Carrick Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 407 Location: Portland, OR USA
|
Posted: Tue Apr 22, 2008 4:44 pm Post subject: |
|
|
In short--you can't.
The purpose of having themes is to allow the end user, not the developer, to choose a theme suitable to their preferences and needs. For example, your theme might not be well suited for someone with poor eyesight, colorblind, smaller/bigger resolution monitor, etc.
If you REALLY need your app to have precise control (such as a touch-screen application for a POS or something where the target audience and platform is known to be uniform) you can design you own theme or customize it at the application level using GtkStyle and gtkrc. |
|
| Back to top |
|
 |
Redlion Familiar Face
Joined: 04 Apr 2008 Posts: 8
|
Posted: Tue Apr 22, 2008 7:03 pm Post subject: |
|
|
| Thanks for the answer.I gonna see what I can do. Bye! |
|
| Back to top |
|
 |
|