equal
deleted
inserted
replaced
30 ///Therefore this function determines whether to |
30 ///Therefore this function determines whether to |
31 ///call the map/creatort function, and if yes, it |
31 ///call the map/creatort function, and if yes, it |
32 //tells it the attributes.(name, default value) |
32 //tells it the attributes.(name, default value) |
33 virtual void buttonPressed(); |
33 virtual void buttonPressed(); |
34 |
34 |
|
35 virtual void showByPreChoose(bool); |
|
36 |
35 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
37 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
36 |
38 |
37 Gtk::Entry name, default_value; |
39 Gtk::Entry name, default_value; |
38 |
40 |
39 Gtk::VBox vbox; |
41 Gtk::VBox vbox; |