diff options
Diffstat (limited to 'libraries/libdockapp/README')
-rw-r--r-- | libraries/libdockapp/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libdockapp/README b/libraries/libdockapp/README new file mode 100644 index 0000000000..2745ae0bac --- /dev/null +++ b/libraries/libdockapp/README @@ -0,0 +1,10 @@ +libDockApp is a library for developing Window Maker dockapps. + +libDockApp is a library that provides a framework for developing +dockapps. It provides functions and structures to define and display +command-line options, create a dockable icon, handle events, etc. + +The goal of the library is to provide a simple, yet clean interface and +standardize the ways in which dockapps are developed. A dockapp +developed using libDockApp will automatically behave well under most +window managers, and especially well under Window Maker. |