Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2013 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.cc


Ignore:
Timestamp:
Jun 22, 2004, 1:03:26 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: now the gui starts without a border

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui.cc

    r2011 r2013  
    177177  gtk_window_set_policy (GTK_WINDOW (widget), TRUE, TRUE, TRUE);
    178178  gtk_container_set_border_width (GTK_CONTAINER (widget), 3);
     179  gtk_window_set_decorated (GTK_WINDOW (widget), FALSE);
    179180  this->setTitle (windowName);
    180181}
Note: See TracChangeset for help on using the changeset viewer.