2 //=============================================================================
6 * @author Balachandran Natarajan <bala@cs.wustl.edu>
8 //=============================================================================
19 #include <Xm/RowColumn.h>
26 /// Stopwatch constructor
27 Control (Widget
&parent
);
33 virtual void manage ();
35 /// Return the start widget
36 Widget
& startwidget ();
38 /// Return the stop widget..
39 Widget
& stopwidget ();
45 /// A row column widget..
48 /// Pushbutton Widget that is used to start the timer..
51 /// Pushbutton widget that is used to stop the timer..
56 #endif /* CONTROL_H */