Changeset 4133 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_gtk.cc
- Timestamp:
- May 9, 2005, 10:11:54 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/gui_gtk.cc
r4132 r4133 1409 1409 PRINTF(2)("%s has not been found in the Itemlist of %s\n", loadString, this->title); 1410 1410 } 1411 PRINTF( 4)( "Loading %s: setting to %d\n", this->title, this->value);1411 PRINTF(5)( "Loading %s: setting to %d\n", this->title, this->value); 1412 1412 this->redraw(); 1413 1413 } … … 1466 1466 1467 1467 #endif /* HAVE_GTK2 */ 1468 PRINT( 4)("%s set to: %d\n", this->title, this->value);1468 PRINT(5)("%s set to: %d\n", this->title, this->value); 1469 1469 } 1470 1470 … … 1555 1555 void OptionLabel::load(char* loadString) 1556 1556 { 1557 PRINTF( 4)("Loading %s: setting to %s\n", this->title, loadString);1557 PRINTF(5)("Loading %s: setting to %s\n", this->title, loadString); 1558 1558 this->setValue(loadString); 1559 1559 } … … 1705 1705 #ifdef HAVE_GTK2 1706 1706 gtk_progress_set_value(GTK_PROGRESS(widget), this->progress*100.0/this->totalSize); 1707 PRINTF( 4)("Progress: %f%%\n", this->progress*100.0/this->totalSize);1707 PRINTF(5)("Progress: %f%%\n", this->progress*100.0/this->totalSize); 1708 1708 #else /* HVE_GTK2 */ 1709 1709 PRINT(0)("Progress: %f%%\n", this->progress*100.0/this->totalSize);
Note: See TracChangeset
for help on using the changeset viewer.