Search results for "dist:Gtk2"
Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library
The Gtk2 module allows a Perl developer to use the Gtk+ graphical user interface library. Find out more about Gtk+ at http://www.gtk.org. The GTK+ Reference Manual is also a handy companion when writing Gtk programs in any language. http://developer....
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::api - Mapping the Gtk+ C API to perl
The canonical documentation is the C API reference at http://developer.gnome.org/doc/API/gtk/ and http://developer.gnome.org/doc/API/gdk/ There are two main sections: 'BINDING BASICS' describes the principles on which the bindings work; understanding...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::Pango - constants for use with Pango
To use Pango effectively, you need a few extra constants that are not supplied in normal ways by the type system or by other means. This module exports all of those extra constants when you load it. They use the fully-prefixed names from the C docume...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::devel - The internal workings of the gtk2-perl language bindings
This document is a supplement to Glib::devel, and assumes you have read and understood all about how the base Glib bindings work. Most of this will seem like nonsense, otherwise. Here we focus on the ways in which Gtk2 extends Glib's concepts for bin...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::Helper - Convenience functions for the Gtk2 module
Gtk2::Helper->add_watch ( ... ) $tag = Gtk2::Helper->add_watch ( $fd, $cond, $callback, $data ) This method is a wrapper for Glib::IO->add_watch. The callback is called every time when it's safe to read from or write to the watched filehandle. $fd Un...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::CodeGen - code generation utilities for Glib-based bindings.
This module packages some of the boilerplate code needed for performing code generation typically used by perl bindings for gobject-based libraries, using the Glib module as a base. The default output filenames are in the subdirectory 'build', which ...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::SimpleMenu - A simple interface to Gtk2's ItemFactory for creating application menus
SimpleMenu aims to simplify the design and management of a complex application menu bar by allowing the structure to be specified as a multi-rooted tree. Much the same functionality is provided by Gtk2::ItemFactory, but the data provided as input is ...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::SimpleList - A simple interface to Gtk2's complex MVC list widget
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::SimpleList automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. After c...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC
Gtk2::TestHelper - Code to make testing Gtk2 and friends simpler.
A simplistic module that brings together code that would otherwise have to be copied into each and every test. The magic happens during the importing process and therefore all options are passed to the use call. The module also use's strict, warnings...
XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC