equal
deleted
inserted
replaced
13 |
13 |
14 MapWin::MapWin(const std::string& title, std::vector<std::string> eml, std::vector<std::string> nml, NoteBookTab & mw):mytab(mw) |
14 MapWin::MapWin(const std::string& title, std::vector<std::string> eml, std::vector<std::string> nml, NoteBookTab & mw):mytab(mw) |
15 { |
15 { |
16 set_title(title); |
16 set_title(title); |
17 set_default_size(200, 50); |
17 set_default_size(200, 50); |
|
18 |
|
19 set_resizable(false); |
18 |
20 |
19 signal_key_press_event().connect(sigc::mem_fun(*this, &MapWin::closeIfEscapeIsPressed)); |
21 signal_key_press_event().connect(sigc::mem_fun(*this, &MapWin::closeIfEscapeIsPressed)); |
20 |
22 |
21 e_combo_array=new MapSelector * [EDGE_PROPERTY_NUM]; |
23 e_combo_array=new MapSelector * [EDGE_PROPERTY_NUM]; |
22 |
24 |