Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2004, 2:03:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: implemented update-functions: do nothing yet, will follow in next commit…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.h

    r3253 r3254  
    2424  Button* updateSource;        //!< A Button to update the Source of orxonox. \todo tricky
    2525
     26  static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* button);
     27  static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* button);
     28
     29
    2630 public:
    2731  OrxonoxGuiUpdate ();
     
    3640
    3741
     42
    3843#endif /* _ORXONOX_GUI_UPDATE_H */
Note: See TracChangeset for help on using the changeset viewer.