Changeset 177 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Dec 13, 2012, 11:24:21 AM (12 years ago)
Author:
garnier
Message:

fix bug #3 : scroll console output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/GWt_pspaApplication.h

    r175 r177  
    88#include <Wt/WEnvironment>
    99#include <Wt/WContainerWidget>
    10 #include <Wt/WTextArea>
     10#include <Wt/WText>
    1111#include <Wt/WPanel>
    1212#include <Wt/WComboBox>
     
    3434 dataManager* dtmanage_;
    3535 
    36  WTextArea* console_;
     36 WContainerWidget* console_;
    3737 WWidget* globalParam_;
    3838 WWidget* beamLine_;
     
    8585 }
    8686 
    87  inline void addConsoleMessage(WString msg) {
    88    console_->setText(console_->text()+msg+"\n");
    89   }
     87 void addConsoleMessage(WString msg);
    9088
    9189 void updateSelections();
Note: See TracChangeset for help on using the changeset viewer.