Télécharger la liste

Description du projet

The primary aim of the Gtk+2 panel project is to provide a panel that reuses whatever is available (if it is not overkill) in the obvious way, such as subclassing GtkWidget instead of implementing applets, or by using a GtkBuilder file instead of defining a new format to customize the panel. This approach gives some additional advantages for free: you can use common tools in uncommon ways. Above all, you can use Glade to design your own panel. All the dependencies apart from GTK+ are (and hopefully will be) optional.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-08 17:54
0.1.0

Le panneau ne dépend plus de libglade: Tout l'interface utilisateur a été déplacé à GtkBuilder et Glade 3.6. Le panneau peut maintenant être édités par l'ajout et la configuration des widgets directement depuis Glade 3. Tous les widgets personnalisés, précédemment en dur dans le fichier principal, ont été réécrite à partir de zéro, comme autonome GTK + widgets. Pour être en mesure d'y accéder à partir de Glade 3, le code a été déplacée à sa propre bibliothèque partagée (libgpwidgets), qui est utilisable à partir de gtk2panel l'extérieur aussi. Le système de construction en dur ne pas toutes les dépendances: seulement Gtk + 2 est requis. libwnck et le soutien clairière peut être désactivé par configure.
Tags: Major feature enhancements
The panel no longer depends on libglade: all the UI has been moved to GtkBuilder and glade 3.6. The panel can now be edited by adding and configuring widgets directly from glade 3. All the custom widgets, previously hardcoded in the main file, have been rewritten from scratch as self-contained GTK+ widgets. To be able to access them from glade 3, the code has moved to its own shared library (libgpwidgets), which is usable from outside gtk2panel too. The build system does not hardcode any dependencies: only Gtk+ 2 is required. libwnck and glade support can be disabled from configure.

Project Resources