Clutter(3pm) | User Contributed Perl Documentation | Clutter(3pm) |
Clutter - Perl interface to the 1.x series of the Clutter toolkit
use Clutter; die unless Clutter::init() eq 'success'; Clutter::main;
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.
FIXME
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 |