root/trunk/FRII/cartwheel-interface/PairView.hh
| Revision 66, 1.0 kB (checked in by t, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* |
| 2 | * This file is part of the FamilyRelations II source distribution. |
| 3 | * |
| 4 | * FamilyRelations II is part of the FamilyJewels package for comparative |
| 5 | * sequence analysis: http://family.caltech.edu/. |
| 6 | * |
| 7 | * Contact author: C. Titus Brown, titus@caltech.edu. |
| 8 | * |
| 9 | * This program and all associated source code files are Copyright (C) 2003, |
| 10 | * 2004 the California Institute of Technology, Pasadena, CA, 91125 USA. It |
| 11 | * is under the Lesser GNU Public License; please see the included |
| 12 | * LICENSE.txt file for more information, or contact Titus directly. |
| 13 | * |
| 14 | */ |
| 15 | |
| 16 | #ifndef PAIR_VIEW_HH |
| 17 | #define PAIR_VIEW_HH |
| 18 | |
| 19 | #include <iff.hh> |
| 20 | #include <FL/Fl_Double_Window.H> |
| 21 | |
| 22 | class PairView : public Fl_Double_Window { |
| 23 | protected: |
| 24 | Fl_Window * _parent_window; |
| 25 | std::string window_name; |
| 26 | public: |
| 27 | PairView(iff::PairAnalysisGroup* g, unsigned int w, unsigned int h); |
| 28 | |
| 29 | void parent_window(Fl_Window * w) { _parent_window = w; } |
| 30 | Fl_Window * parent_window() { return _parent_window; } |
| 31 | }; |
| 32 | |
| 33 | #endif // PAIR_VIEW_HH |
| 34 |
Note: See TracBrowser for help on using the browser.
