Changeset 3259 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc
- Timestamp:
- Dec 23, 2004, 3:40:04 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc
r3244 r3259 1186 1186 \brief Sets the Total size of the Bar. (ex. The maximum one can download) 1187 1187 */ 1188 void setTotalSize (double totalSize)1189 { 1190 1188 void ProgressBar::setTotalSize (double totalSize) 1189 { 1190 this->totalSize = totalSize; 1191 1191 } 1192 1192
Note: See TracChangeset
for help on using the changeset viewer.