table of contents
Clutter(3pm) | User Contributed Perl Documentation | Clutter(3pm) |
NAME¶
Clutter - Perl interface to the 1.x series of the Clutter toolkit
SYNOPSIS¶
use Clutter; die unless Clutter::init() eq 'success'; Clutter::main;
ABSTRACT¶
Perl bindings to the 1.x series of the Clutter toolkit. This module allows you to write dynamic, compelling, graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.
DESCRIPTION¶
FIXME
SEE ALSO¶
AUTHORS¶
COPYRIGHT AND LICENSE¶
Copyright (C) 2006-2012 by Emmanuele Bassi <ebassi@gnome.org>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
2018-10-29 | perl v5.26.2 |