LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
StatusBar.h
Go to the documentation of this file.
1 #ifndef EVDB_STATUSBAR_H
11 #define EVDB_STATUSBAR_H
12 
13 namespace evdb {
15  class StatusBar {
16  public:
17  StatusBar(TGMainFrame* /*m*/) { }
18  ~StatusBar() { }
19  private:
20  };
21 }
22 
23 #endif
24 
A status bar on the bottom of the display.
Definition: StatusBar.h:15
Manage all things related to colors for the event display.
StatusBar(TGMainFrame *)
Definition: StatusBar.h:17