| View previous topic :: View next topic |
| Author |
Message |
Ekate
Joined: 17 Apr 2007 Posts: 15
|
Posted: Fri Apr 27, 2007 8:04 pm Post subject: themes |
|
|
sorry for stupid question,but I'm a bit curious.
I have gnope installed to my pc (Windows XP) and actually I don't use glade for building the GUI for my application.I would like to apply themes for my application,could you please give me the proper link?
'cause I tried to do like it was advised in http://cweiske.de/phpgtk_themes.htm but it is for PHP-GTK1.
Best regards,
Ekate |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 455 Location: Leipzig/Germany
|
Posted: Fri Apr 27, 2007 10:38 pm Post subject: |
|
|
| There should be some links on gtk.org. |
|
| Back to top |
|
 |
Ekate
Joined: 17 Apr 2007 Posts: 15
|
Posted: Sat Apr 28, 2007 10:04 pm Post subject: |
|
|
Thank you,but I mean this kind of very understandable guide how to install//use it,'cause I can't...probably I'm doing smth wrong
Best regards, |
|
| Back to top |
|
 |
Ekate
Joined: 17 Apr 2007 Posts: 15
|
Posted: Mon Apr 30, 2007 11:10 am Post subject: |
|
|
It won't work
I use Gtk::rc_parse("path to gtkrc file")
Is it wrong way?
Thank you in advance,
best regards |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 455 Location: Leipzig/Germany
|
Posted: Mon Apr 30, 2007 11:42 am Post subject: |
|
|
Do you get any error messages?
Does a file_exists($rcfilewithpath) return true? |
|
| Back to top |
|
 |
Ekate
Joined: 17 Apr 2007 Posts: 15
|
Posted: Mon Apr 30, 2007 2:29 pm Post subject: |
|
|
No,I don't have any this kind of errors...hm
I'm just thinking if I'm doing in the right way
1.I have Windows XP
2.PHP 5.2.1 and PHP-Gtk2 alpha release installed
3.I wrote the small gtk application
4.I downloaded the theme
5.I added the following string to my application script
Gtk::rc_parse("themes/Ghrome/gtk-2.0/gtkrc");
Is it the right sequence? |
|
| Back to top |
|
 |
|