Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4944 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_update.h


Ignore:
Timestamp:
Jul 23, 2005, 2:18:59 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: opened and saved some files, and also rewritten some organizatory stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui_update.h

    r4836 r4944  
    3838
    3939  bool getSystemInfo();
    40  
     40
    4141  // Window creation.
    4242  Frame* updateFrame;                   //!< The Frame that holds the updateOptions.
     
    4444  CheckButton* autoUpdate;              //!< A Checkbutton to enable the automatic Updating.
    4545
    46  
     46
    4747  Button* updateDataWindowButton;       //!< A Button to update the Data of orxonox.
    4848  Window* updateDataWindow;             //!< A Window for the data-update.
     
    8484
    8585  static CURL* curlHandle;
    86 #ifdef HAVE_GTK2 
     86#ifdef HAVE_GTK2
    8787  static gint cancelDownload(GtkWidget* w, GdkEventKey* event, void* bar);
    88 #endif /* HAVE_GTK2 */ 
     88#endif /* HAVE_GTK2 */
    8989  static bool isDownloading;
    9090  static bool downloadCanceled;
     
    9595  static void* downloadThreadFinished(void* fileInfo);
    9696
    97  
     97
    9898#endif /* HAVE_CURL */
    9999
     
    101101  GuiUpdate();
    102102  ~GuiUpdate();
    103  
    104 #ifdef HAVE_CURL   
     103
     104#ifdef HAVE_CURL
    105105  void updateDataWindowCreate();
    106106  Button* updateDataWindowGetButton();
     
    110110
    111111  bool* checkForUpdates();
    112  
     112
    113113#endif /* HAVE_CURL */
    114114
Note: See TracChangeset for help on using the changeset viewer.