Download List

Descripción del Proyecto

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.

System Requirements

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

El grupo ya no depende de libglade: todos la interfaz de usuario se ha trasladado a GtkBuilder y Glade 3.6. El panel ahora puede ser editado por agregar y configurar los widgets directamente desde Glade 3. Todos los widgets personalizados, previamente codificada en el archivo principal, se han reescrito desde cero, como autónomo widgets GTK +. Para poder acceder a ellas desde Glade 3, el código se ha trasladado a su propia biblioteca compartida (libgpwidgets), que se puede utilizar desde gtk2panel fuera también. El sistema de construcción no codificar las dependencias: sólo GTK + 2 es obligatorio. libwnck y el apoyo claro del bosque se puede desactivar de configurar.
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