Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3147 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.cc


Ignore:
Timestamp:
Dec 11, 2004, 3:08:34 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: typo, toDo and so on

File:
1 edited

Legend:

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

    r3144 r3147  
    2222   main-programmer: Benjamin Grauer
    2323
     24   ToDO:
     25   way to start gui without GTK (textmode)
     26   curl interface to Download cool stuff
     27
     28   make Windows grab Focus if it is open and release it when closed (only child-windows)
     29   chain all the windows when starting the GUI (DANGER: performance!!)
     30
     31   widgets save themselve
     32   good way to step through all the Widgets
     33   ... many more ...
    2434*/
    2535
    26 #include <iostream.h>
     36#include <gtk/gtkmain.h>
    2737
    2838#include "orxonox_gui.h"
     
    5666OrxonoxGui::OrxonoxGui (int argc, char *argv[])
    5767{
     68 
    5869  gtk_init (&argc, &argv);
    5970  gtk_rc_parse( "rc" );
Note: See TracChangeset for help on using the changeset viewer.