design_win.cc
branchfastopen
changeset 204 8fec6a6472fe
parent 174 95872af46fc4
child 194 6b2b718420eb
equal deleted inserted replaced
2:8b02a16543b4 3:f4c0f99c04d1
    87 
    87 
    88 void DesignWin::set_title(std::string tabname)
    88 void DesignWin::set_title(std::string tabname)
    89 {
    89 {
    90   Gtk::Window::set_title("Design Setup - "+tabname);
    90   Gtk::Window::set_title("Design Setup - "+tabname);
    91 }
    91 }
       
    92 
       
    93 void DesignWin::set_data(double attr, double propuls, int it)
       
    94 {
       
    95   attraction->set_value(attr);
       
    96   propulsation->set_value(propuls);
       
    97   iteration->set_value(it);
       
    98 }