- Timestamp:
- Jun 20, 2006, 9:18:27 AM (18 years ago)
- Location:
- branches/gui/src/lib/gui/gl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_widget.cc
r8603 r8604 73 73 74 74 this->_font = NULL; 75 this->_currentState = OrxGui::Normal; 75 this->resetStyle(); 76 76 77 this->_animationCycle = -1.0; 77 78 this->_animationDuration = 1.0; … … 158 159 if (this->parent() != NULL) 159 160 this->parent()->resize(); 161 this->debug(); 160 162 } 161 163 … … 693 695 { 694 696 this->_currentStyle = this->_style[state]; 695 this->_ currentState = state;697 this->_state = state; 696 698 printf("Switching to state %s\n", OrxGui::StateString[state].c_str()); 697 699 } -
branches/gui/src/lib/gui/gl/glgui_widget.h
r8603 r8604 312 312 float _animationDuration; 313 313 StatedStyle _currentStyle; 314 OrxGui::State _currentState;315 314 316 315 };
Note: See TracChangeset
for help on using the changeset viewer.