1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-toolkits/otk/pkg-descr
Andrew Pantyukhin 70b5ee8d4a - Update to 0.61
- Clean up
2007-08-25 15:45:53 +00:00

18 lines
761 B
Plaintext

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:
* 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
WWW: http://otk.sourceforge.net/
Author: Carl Kindman <carlkindman@yahoo.com>