These Perl bindings for the SANE (Scanner Access Now Easy) Project allow you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to origi...
RATCLIFFE/Image-Sane-5 - 15 Nov 2019 09:10:38 GMT - Search in distribution"Image::Base::SVG" extends "Image::Base" to create or update SVG format image files using the "SVG" module. The "SVG" module holds the contents of an SVG file in memory as an object which can be variously manipulated. See SVG::Manual for details. "Im...
KRYDE/Image-Base-SVG-5 - 25 Feb 2019 04:25:48 GMT - Search in distributionWorks like the built-in Perl 'grep', but instead of just skipping over the entries that don't match, puts them instead into a seperate array that's returned (by reference) as the first item of the returned list. Primary use for this is when you want ...
ONEONETWO/Array-KeepGrepped-5 - 27 Mar 2013 10:12:30 GMT - Search in distribution"Gtk2::Ex::MenuView" presents rows and sub-rows of a "Gtk2::TreeModel" as a menu and sub-menus. The items update with changes in the model. +--------------+ | Item One | | Item Two => | +------------+ | Item Three | | Sub-item A | +--------------+ | ...
KRYDE/Gtk2-Ex-MenuView-5 - 22 Sep 2019 02:28:44 GMT - Search in distribution"Image::Base::Magick" extends "Image::Base" to create or update image files using "Image::Magick". The native ImageMagick drawing has hugely more features, but this module is a way to point "Image::Base" style code at an ImageMagick canvas and use th...
KRYDE/Image-Base-Magick-5 - 01 Jul 2017 06:17:26 GMT - Search in distribution"Image::Base::Wx::DC" extends "Image::Base" to draw into a "Wx::DC". Native "Wx::DC" does much more than "Image::Base" but if you have some generic pixel twiddling code for "Image::Base" then this class can point it at Wx for a window or printer pain...
KRYDE/Image-Base-Wx-5 - 17 Aug 2019 13:15:40 GMT - Search in distribution- Image::Base::Wx::Image - draw into a Wx::Image
- Image::Base::Wx::Bitmap - draw into a Wx::Bitmap
TiedTreePath ties a Perl array to a "Gtk2::TreePath" object so that reading and writing the array acts on the indices making up the path. Like most "tie" things, TiedTreePath is probably better in concept than actuality. Being able to store to indivi...
KRYDE/Gtk2-Ex-TiedListColumn-5 - 22 Sep 2010 00:54:46 GMT - Search in distribution- Gtk2::Ex::TiedListColumn - tie an array to a column of a list TreeModel
- Gtk2::Ex::TiedMenuChildren - tie an array to the items of a Gtk2 menu
"Gtk2::Ex::CellLayout::Base" provides the following functions for use by a new data viewer widget written in Perl and wanting to implement the CellLayout interface (see Gtk2::CellLayout). PACK_START ($self, $cell, $expand) PACK_END ($self, $cell, $ex...
KRYDE/Gtk2-Ex-CellLayout-Base-5 - 12 Nov 2010 21:32:34 GMT - Search in distribution- Gtk2::Ex::CellLayout::BuildAttributes - builder parser for cell renderer attributes