Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1978 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h


Ignore:
Timestamp:
Jun 18, 2004, 11:07:53 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added video and audio frames. made default signal connection to slider and checkbutton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui.h

    r1977 r1978  
    1515#include <gtk/gtkmenu.h>
    1616#include <gtk/gtkmenuitem.h>
     17
    1718
    1819class OrxonoxGui
     
    110111  CheckButton (char* buttonname);
    111112  ~CheckButton (void);
     113  static gint OptionChange (GtkWidget *widget, Widget* checkbutton);
    112114};
    113115
Note: See TracChangeset for help on using the changeset viewer.