aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/otk/pkg-descr
blob: 534c9fbb17b740217c6415ae1ab77094ac5c0cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:
* 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>