next up previous contents
Next: The query widget Up: Graphical widgets Previous: The control widget

The simulationclock widget

When created and packed the simulationclock widget shows the current simulation time. Its interface :

 
   interface simulationclock : public screen
   {
     simulationclock(char* p,char* options = "");
     simulationclock(widget* w,char* p,char* options = "");
     virtual ~simulationclock();
   };

The following options can be handled :



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