Hi,
I've written a sample code for GtkVolumeButton.
http://www.kksou.com/php-gtk2/articles/allow-user-to-adjust-volume-using-GtkVolumeButton---Part-1.phpThe codes run fine. But there's a warning message that says:
"(php.exe:4888): Gtk-WARNING **: Could not find the icon 'audio-volume-muted'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from:
http://icon-theme.freedesktop.org/releases"
I see that this 'hicolor' theme is also used in a number of other PHP-GTK widgets such as GtkFileChooserButton.
Was wondering if anyone has managed to get this 'hicolor' theme working on the windows platform (without recompiling the source)?
Thanks and Regards,
/kksou