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