Re: [PHP-GTK] frame set_shadow_type and other color problems
[email protected] (Jake Cobb)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Sounds like its not finding a Gtk+ theme or is using a very basic one. You might try using your package manager to find Gtk+ themes and theme engines and install them. If that doesn't help, search your system for '.gtkrc-2.0' files and add a theme specification there for one of your installed themes. If you know you have themes but it won't use them, check your path to make sure they can be found in it. As for background colors, what are you using to set the background color? Can you set it in C just not PHP or is it not working in either? -Jake Cobb Frank Bahon wrote: > After the first successful steps done exploring PHP-GTK I had to find out > that frames created with set_shadow_type look different from the pictures of > the examples I've tried out. They look more simple, not at all 3-d like. > Further I can't set frame background colors and things like that. > > I'm running SuSE 10.1, PHP 5.2.2 and php-gtk2.0.0-beta-2_8. > I've also tested a example written in C under OpenSuSE 10.2 out of the box > with the same bad result. > > Seems I've overlooked something very basic. Any hint? > > Frank >