Changeset 3e8325 for molecuilder/src/UIElements/TextWindow.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextWindow.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextWindow.cpp
r34ff5e6 r3e8325 8 8 #include "UIElements/TextWindow.hpp" 9 9 #include "../menu.hpp" 10 11 #include <iostream> 12 13 using namespace std; 10 14 11 15 TextWindow::TextWindow() … … 21 25 22 26 void TextWindow::display(MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName) { 27 cout << "creating main window" <<endl; 23 28 oldmenu *main_menu; 24 29 main_menu = new oldmenu;
Note:
See TracChangeset
for help on using the changeset viewer.
