The Cdk alphalist allows a user to select from a list of alphabetically sorted words. The user can use the arrow keys to traverse through the list or type in the beginning of the word and the list wil...
Cdk has the ability to create user definable key bindings. This ability makes Cdk more dynamic and usable for a wide variety of tasks. The following section outlines the binding functions, their use, ...
The Cdk buttonbox widget creates a buttonbox box with a message and a varied number of buttons to choose from. The following are functions which create or manipulate the Cdk buttonbox box widget.
Cdk is a library of functions which allow a programmer to quickly create a full screen interactive program with ease. The Cdk widgets support the following features: o Ncurses library. Instead of usin...
The Cdk dialog widget creates a dialog box with a message and a varied number of buttons to choose from. The following are functions which create or manipulate the Cdk dialog box widget.
Cdk has special formatting commands which can be included in any string which add highlights, justification, or even colors to a basic string. This manual page outlines and demonstrates how they work....
The Cdk entry widget creates an entry box with a label and an entry field. The following are functions which create or manipulate the Cdk entry box widget.
The Cdk file selector widget creates a widget which allows a user to interact with the Unix file system. This widget allows the user to traverse the file system and even delete files. (See NO...
The Cdk graph widget creates a graph widget. This widget can draw a graph in both plot mode and line mode. The following are functions which create or manipulate the Cdk graph box widget.
The Cdk histogram widget creates a histogram widget. This widget can draw a vertical or horizontal histogram. The following are functions which create or manipulate the Cdk histogram box widget.
The Cdk itemlist widget creates a widget which allows a user to select from a list of preset character strings. The best examples of something like this are the days of the week or the months of the y...