Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Das Panel hängt nicht mehr von libglade: alle UI wurde GtkBuilder und glade 3,6 verschoben. Das Panel kann nun durch das Hinzufügen und Konfigurieren von Widgets direkt von glade 3 bearbeitet werden. Alle benutzerdefinierten Widgets, die zuvor in der Haupt-Datei codiert sind von Grund auf neu geschrieben wurde als selbstverständlich enthalten GTK +-Widgets. Um sie von glade 3 zugreifen, so ist der Code seine eigene Shared Library (libgpwidgets), die von außen gtk2panel auch brauchbar ist umgezogen. Das Build-System nicht hart codieren alle Abhängigkeiten: nur GTK + 2 ist nicht erforderlich. libwnck und Glade-Unterstützung kann von configure deaktiviert werden.
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