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_gtk.cc

    r3244 r3259  
    11861186   \brief Sets the Total size of the Bar. (ex. The maximum one can download)
    11871187*/
    1188 void setTotalSize (double totalSize)
    1189 {
    1190  
     1188void ProgressBar::setTotalSize (double totalSize)
     1189{
     1190  this->totalSize = totalSize;
    11911191}
    11921192
Note: See TracChangeset for help on using the changeset viewer.