diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-25 15:45:53 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-25 15:45:53 +0000 |
commit | 70b5ee8d4af9159b0abce4ff8bb1f4b961974dc6 (patch) | |
tree | ac043f13e8e6f831840c518a55a95f3453880a83 /x11-toolkits/otk/pkg-descr | |
parent | a154cc41c0eacd3a116423be46c2bcbea0b20a5c (diff) | |
download | ports-70b5ee8d4af9159b0abce4ff8bb1f4b961974dc6.tar.gz ports-70b5ee8d4af9159b0abce4ff8bb1f4b961974dc6.zip |
Notes
Diffstat (limited to 'x11-toolkits/otk/pkg-descr')
-rw-r--r-- | x11-toolkits/otk/pkg-descr | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/x11-toolkits/otk/pkg-descr b/x11-toolkits/otk/pkg-descr index 0741c8b949b0..534c9fbb17b7 100644 --- a/x11-toolkits/otk/pkg-descr +++ b/x11-toolkits/otk/pkg-descr @@ -1,19 +1,17 @@ Otk is a portable widget library for making graphical user interfaces for application programs. It emphasizes simplicity without eliminating capability. -It is based on OpenGL, and C. Otk provides the following basic widgets: +It is based on OpenGL and C. Otk provides the following basic widgets: +* Panel - The "container" widget, +* Text Label - Text labels, +* Button - Buttons with labels and call-backs + to user functions, +* Text Form Box - Accept text with function call-back, + also scrollable editor window, +* Pull-down Menu - Display hierarchical menu-lists with user + function call-backs on mouse release, +* Slider Control - Slider control with call-back, +* Sub-windows - Detachable self-managed windows, +* Gadgets - High level widgets - * Panel - The "container" widget, - * Text Label - Text labels, - * Button - Buttons with labels and call-backs - to user functions, - * Text Form Box - Accept text with function call-back, - also scrollable editor window, - * Pull-down Menu - Display hierarchical menu-lists with user - function call-backs on mouse release, - * Slider Control - Slider control with call-back, - * Sub-windows - Detachable self-managed windows, - * Gadgets - High level widgets - -and many others. - -WWW: http://otk.sourceforge.net/ +WWW: http://otk.sourceforge.net/ +Author: Carl Kindman <carlkindman@yahoo.com> |