Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2004, 3:40:04 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: ProgressBar works, just a funny play-thing…

File:
1 edited

Legend:

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

    r3257 r3259  
    1717  Frame* updateFrame;          //!< The Frame that holds the updateOptions.
    1818  Box* updateBox;              //!< The Box that holds the updateOptions.
    19 
     19 
    2020  Button* updateWindowButton;  //!< The Button that opens the update Window.
    2121  Window* updateWindow;        //!< A Window to update orxonox.
     
    2424  Button* updateSource;        //!< A Button to update the Source of orxonox. \todo tricky
    2525  Button* updateWindowClose;   //!< A Button to Close the update Window
     26  ProgressBar* updateDataBar;  //!< A Bar to display the progress of the download.
     27  ProgressBar* updateSourceBar;//!< A Bar to display the progress of the download.
     28  Window* updateDataWindow;    //!< A Window for the data-update.
    2629
     30
     31  Window* updateSourceWindow;  //!< A Window for the Source-update.
     32  Box* updateSourceWindowBox;  //!< A Box for the Window for the Source-update.
     33
     34  Button* test;  //!< will be deleted soon.
     35 
    2736#ifdef HAVE_GTK2
    28   static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* button);
    29   static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* button);
     37  static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* bar);
     38  static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* bar);
    3039#endif /* HAVE_GTK2 */
    3140
     
    4049  Button* updateWindowGetButton(void);
    4150
     51  void updateDataWindowCreate (void);
     52  Button* updateDataWindowGetButton(void);
     53
     54  void updateSourceWindowCreate (void);
     55  Button* updateSourceWindowGetButton(void);
    4256};
    4357
Note: See TracChangeset for help on using the changeset viewer.