Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3152 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_gtk.cc


Ignore:
Timestamp:
Dec 11, 2004, 5:36:03 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: keys in the new Style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_gtk.cc

    r3148 r3152  
    277277}
    278278
    279 Window* Window::lastWindow = NULL;
    280 
    281279/**
    282280   \brief initializes a new Window
     
    286284  if (!mainWindow)
    287285    mainWindow = this;
    288 
     286 
    289287  isOpen = false;
    290288
     
    298296  gtk_container_set_border_width (GTK_CONTAINER (widget), 3);
    299297
    300   //  printf("%p\n",lastWindow);
    301 
    302   if (lastWindow !=NULL)
    303     {
    304       lastWindow->next = this;
    305       printf("%p, %p\n", lastWindow, this);
    306     }
    307   Window::lastWindow = this;
    308298}
    309299
Note: See TracChangeset for help on using the changeset viewer.