- Timestamp:
 - Jun 20, 2006, 2:39:13 PM (19 years ago)
 - Location:
 - branches/gui/src/lib/gui/gl
 - Files:
 - 
          
- 3 edited
 
- 
          glgui_table.cc (modified) (2 diffs)
 - 
          glgui_table.h (modified) (1 diff)
 - 
          glgui_widget.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/gui/src/lib/gui/gl/glgui_table.cc
r8629 r8631 216 216 } 217 217 218 219 /**220 * @brief ticks the Table221 * @param dt the time passed.222 */223 void GLGuiTable::tick(float dt)224 {}225 218 226 219 /** … … 304 297 text->setLineWidth( this->_columnWidths[column] ); 305 298 text->setFont("fonts/final_frontier.ttf", (int)this->textSize()); 299 text->setColor(this->foregroundColor()); 306 300 307 301 text->setColor(this->foregroundColor());  - 
        
branches/gui/src/lib/gui/gl/glgui_table.h
r8629 r8631 44 44 void setRowHeight(unsigned int row, unsigned int size); 45 45 46 virtual void tick(float dt);47 46 virtual void draw() const; 48 47  - 
        
branches/gui/src/lib/gui/gl/glgui_widget.cc
r8619 r8631 706 706 //this->_currentStyle = this->_style[state]; 707 707 this->_state = state; 708 PRINTF(3)(" Switching to state %s\n", OrxGui::StateString[state].c_str());708 PRINTF(3)("%s::%s Switches to state %s\n", this->getClassName(), this->getName(), OrxGui::StateString[state].c_str()); 709 709 710 710 this->animateBack(); … … 721 721 void GLGuiWidget::tick(float dt) 722 722 { 723 if (this->_animating)723 if (this->_animating) 724 724 { 725 725 this->foregroundColor();  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






