Changeset 3316 in orxonox.OLD for orxonox/branches/updater/src
- Timestamp:
- Jan 3, 2005, 12:16:16 PM (20 years ago)
- Location:
- orxonox/branches/updater/src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_exec.cc
r3315 r3316 62 62 #ifdef HAVE_GTK2 63 63 this->quit->connectSignal("clicked", this, OrxonoxGuiExec::quitOrxonox); 64 // Window::mainWindow->connectSignal("remove", this, OrxonoxGuiExec::quitOrxonox); 64 65 Window::mainWindow->connectSignal("destroy", this, OrxonoxGuiExec::quitOrxonox); 65 //! orxonoxGUI->connectSignal("delete_event", this, OrxonoxGuiExec::quitOrxonox); \todo fix this to work.66 66 #endif /* HAVE_GTK2 */ 67 67 this->execBox->fill(this->quit); -
orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc
r3315 r3316 699 699 else 700 700 PRINTF(3)("deleting the Window.\n"); 701 702 this->hide(); 701 // this->hide(); 703 702 static_cast<Container*>(this)->destroy(); 704 703
Note: See TracChangeset
for help on using the changeset viewer.