Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2004, 4:28:05 PM (19 years ago)
Author:
dave
Message:

orxonox/branches/updater: works without CURL too. gives some nice info about you not having CURL

File:
1 edited

Legend:

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

    r3275 r3281  
    9999{
    100100 private:
    101   int borderwidth;
    102   int policy;
     101  int borderwidth;          //!< The width of The Container Boarder.
     102  int policy;               //!< The Update Policy of a Container.
    103103 
    104104 public:
     
    277277  GtkWidget* item;     //!< One Item From a Menu.
    278278#endif /* HAVE_GTK2 */
    279   va_list itemlist;    //!> The list to readin multiple Options.
     279  va_list itemlist;    //!< The list to readin multiple Options.
    280280 
    281281 public:
     
    332332
    333333 private:
    334   double totalSize;
    335   double progress;
     334  double totalSize;         //!< The total Size of a download Bar
     335  double progress;          //!< The progress of a Bar.
    336336#ifdef HAVE_GTK2
    337337  GtkAdjustment* adjustment;
Note: See TracChangeset for help on using the changeset viewer.