From 8546226c33abc6f2e0159332f28b451bab10c8f3 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 23 Dec 2006 10:33:42 +0000 Subject: PaneKit is a framework which provides various features to build flexible pane window in any GNUstep or Cocoa applications. PKPanesController controls the main user interface and several presentations are available. Panes can be build in bundle of Nib or programmingly. They are registered in PKPaneRegistry and displayed by PKPanesController. PKPreferencesController and PKPreferencesPaneRegistry are designed to handle preferences. It includes an NSPreferencePane implementation (following Cocoa API). It is based on GSSystemPreferences code written by Uli Kusterer. WWW: http://www.etoile-project.org/ --- deskutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'deskutils/Makefile') diff --git a/deskutils/Makefile b/deskutils/Makefile index 652302e5f8d..09cfabbe6b3 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -45,6 +45,7 @@ SUBDIR += etoile-hardware SUBDIR += etoile-lookandbehavior SUBDIR += etoile-menuserver + SUBDIR += etoile-panekit SUBDIR += etoile-preferenceskit SUBDIR += etoile-servicesbarkit SUBDIR += etoile-trackerkit -- cgit