next up previous contents
Next: The widget class Up: Hush classes Previous: The session class

The kit class

The kit class is used to pack widgets to the display and to update this display. Its (incomplete) interface :

 
   interface kit
   {
     widget* pack(widget* w,char* options = "");    // add to display
     void update(char* options = "");               // update display
   };



A Eliens
Tue Oct 31 09:27:21 MET 1995