Re: set_rules_hint on windows

2006-07-07 Thread muppet
On Jul 7, 2006, at 3:34 PM, rahed wrote: > I applied set_rules_hint(TRUE) function to Gtk::SimpleList to > alternate background color on the rows in the list. This did run on a > linux box but not on a windows box. > > Linux: gtk+ runtime version is 2.8.17, compile 2.8.16, Gtk2 perl > version >

GStreamer::Interfaces 0.03

2006-07-07 Thread Torsten Schoenfeld
GStreamer::Interfaces provides access to some of the interfaces in the GStreamer Interfaces library. Currently, that's GStreamer::PropertyProbe and GStreamer::XOverlay. The package is available from: http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=165756&release_id=430476

GStreamer 0.08

2006-07-07 Thread Torsten Schoenfeld
GStreamer makes everybody dance like crazy. It provides the means to play, stream, and convert nearly any type of media -- be it audio or video. GStreamer wraps the 0.10.x series of the GStreamer library in a nice and Perlish way, freeing the programmer from any memory management and object casti

set_rules_hint on windows

2006-07-07 Thread rahed
Hello, I applied set_rules_hint(TRUE) function to Gtk::SimpleList to alternate background color on the rows in the list. This did run on a linux box but not on a windows box. Linux: gtk+ runtime version is 2.8.17, compile 2.8.16, Gtk2 perl version 1.121 Windows: gtk+ runtime version is 2.8.9, co