Changes for version 0.3
- Uses gtk+-1.0.5 or gtk+-1.1.1 (with glib-1.1.2).
- Duplication of Rasterman's gnome-perl work for Gtk-1.1.1 support. This was not done by directly merging his code, so I may have left some things out, and I've not tested the result with every possible package.
- Integrated some of PMC's patches.
- Configuration mechanism cleaned up quite a bit, so that separate packages are quite modular, to the point that gtk-1.0 and gtk-1.1 are treated as separate packages on top of the base "gtk" package.
- Version number sequence changed, yet again. Sigh.
Changes for version 0.2_04
- Uses gtk+-1.0.5.
- Added Marin Purgar's <pmc@iskon.hr> patches and test.pl improvements.
- Added test.pl support for scrolling (buggy, though), mainloop, etc.
- Added Brian Warner's patch for notebook test.
Changes for version 0.2_03
- Uses gtk+-1.0.4.
- Started to add support for sensible struct types, as opposed to boxed types. (Basic idea is pass-by-value as opposed to pass-by-refernce.)
- Version numbering changed to trip up less code. (Hopefully.)
- Added some colormap & color support.
- Added testpdl.pl program to demonstrate very crude use of PDL with previews. (Thanks to Marc Lehmann for the idea.)
- Modified GtkColorSelectButton widget to prepend all internal variables with underscore.
Modules
Choose a color
Examples
- samples/chart-demo.pl
- samples/demo_inherit.pl
- samples/gdkimlib.pl
- samples/oldtest.pl
- samples/simple.pl
- samples/simple2.pl
- samples/simple3.pl
- samples/simple4.pl
- samples/simple5.pl
- samples/simple6.pl
- samples/simple7.pl
- samples/testcsb.pl
- samples/testgdk.pl
- samples/testhtml.pl
- samples/testinput.pl
- samples/testmf.pl
- samples/testpacker.pl
- samples/testpdl.pl
- samples/testselection.pl
- samples/widget.pl