Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 3:35:18 PM (18 years ago)
Author:
bensch
Message:

new_class_id: glgui adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/gui/gl/glgui_widget.cc

    r9656 r9689  
    3131namespace OrxGui
    3232{
    33 
     33  NewObjectListDefinition(GLGuiWidget);
    3434  /**
    3535   * @brief standard constructor
     
    9595  void GLGuiWidget::init()
    9696  {
    97     this->setClassID(CL_GLGUI_WIDGET, "GLGuiWidget");
     97    this->registerObject(this, GLGuiWidget::_objectList);
    9898
    9999    this->_focusable = false;
Note: See TracChangeset for help on using the changeset viewer.