Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3153 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_gtk.h


Ignore:
Timestamp:
Dec 11, 2004, 6:09:26 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: more modular.

File:
1 edited

Legend:

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

    r3152 r3153  
    9797 
    9898  void setTitle (char* title);
    99   void showall (); 
     99  void showall ();
    100100  void open();
    101101  void close();
     102
     103  static gint windowOpen (GtkWidget *widget, GdkEvent* event, void* window);
     104  static gint windowClose (GtkWidget *widget, GdkEvent* event, void* window);
    102105  static gint orxonox_gui_quit (GtkWidget *widget, GdkEvent *event, gpointer data);
    103106};
Note: See TracChangeset for help on using the changeset viewer.