Changeset 10489 in orxonox.OLD for trunk/src/lib/gui/gl
- Timestamp:
- Jan 30, 2007, 12:38:10 AM (18 years ago)
- Location:
- trunk/src/lib/gui/gl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_container.cc
r10317 r10489 43 43 this->registerObject(this, GLGuiContainer::_objectList); 44 44 45 this->setBackgroundTexture("textures/gui/gui_container_background.png");45 // this->setBackgroundTexture("textures/gui/gui_container_background.png"); 46 46 47 47 } -
trunk/src/lib/gui/gl/glgui_widget.cc
r10374 r10489 129 129 130 130 this->setBorderLeft(15); 131 this->setBackgroundTexture("textures/gui/gui_element_background.png");131 // this->setBackgroundTexture("textures/gui/gui_element_background.png"); 132 132 133 133 this->switchState(_state); … … 565 565 } 566 566 567 568 569 570 571 567 568 569 570 571 572 572 /** 573 573 * @brief sets the Background Texture to all States. … … 594 594 } 595 595 } 596 597 598 599 596 597 598 599 600 600 /** 601 601 * @brief sets the Background Texture. … … 943 943 } 944 944 945 void GLGuiWidget::beginDraw() const 946 { 947 glPushMatrix(); 945 void GLGuiWidget::beginDraw() const 946 { 947 glPushMatrix(); 948 948 glTranslatef(this->getAbsCoor2D().x, this->getAbsCoor2D().y, 0); 949 949 glRotatef(this->getAbsDir2D(), 0, 0, 1);
Note: See TracChangeset
for help on using the changeset viewer.