
 This is a pre-alpha release of my little Toolkit for W. It is very
experimental and will certainly change a lot in the future. It is only
thought for developers, by no means for the public!


 What do you need to use it?

 - the w1r3 window system


 What is it?

 Well, The W Toolkit is a widget library that sits on top of Wlib. It provides
you with:

 - widget support functions
 - timeout handling
 - handling for additional inputs/outputs
 - widgets, of cause

 Widgets can be distinguished into two basic categories: 1) simple widgets, like
buttons, that contain no other widgets, and 2) composite widgets that are used
as containers for other widgets. Currently there are the following widgets:

 - simple ones:
   * push-button, radio-button, check-button
   * label (just like button, except you cannot push it down)
   * drawable (thing that you can draw into, what did you expect?)
   * scrollbar
   * icon-edit-widget
   * html-widget
   * text-input-widget

 - composite ones:
   * shell (toplevel window with title bar etc)
   * box (arranges its children in a left-to-right top-to-bottom order)
   * pane (stacks its children in X or Y direction)
   * form (simply places childs where you told them via WT_XPOS, WT_YPOS)
   * viewport

 They are all a bit simplicistic at the moment, but seem to work.

 For documentation look into Doc/, for some test programs Test/.

 If you want to write widgets, there are a lot you can choose from:
multiline-textinput, menubar, menu-panes, status-bar, ...


Have fun and send me your widgets :)
Kay.
