Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2006, 1:57:33 AM (19 years ago)
Author:
bensch
Message:

gui: click and release work (internally)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl_gui/glgui_button.cc

    r7882 r7883  
    5454    this->setClickable(true);
    5555
     56    this->label.setFont("fonts/final_frontier.ttf", 20);
     57    this->frontMaterial().setDiffuse(1, 0, 0);
     58
    5659    this->label.setParent2D(this);
    5760  }
     61
    5862
    5963  void GLGuiButton::setLabel(const std::string& label)
Note: See TracChangeset for help on using the changeset viewer.