Changeset 10 for trunk/OpenYahtzee/src/SettingsDialog.h
- Timestamp:
- 12/10/06 20:36:33 (7 years ago)
- File:
-
- 1 edited
-
trunk/OpenYahtzee/src/SettingsDialog.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/src/SettingsDialog.h
r9 r10 26 26 // end wxGlade 27 27 #include <wx/spinctrl.h> 28 #include <wx/tglbtn.h> 28 29 #include "ObjectsID.h" 29 30 … … 34 35 struct SettingsDialogData { 35 36 int highscoresize; 37 bool reset; 36 38 }; 37 39 … … 53 55 // end wxGlade 54 56 void ConnectEventTable(); 57 58 55 59 56 60 protected: … … 58 62 wxStaticText* label_1; 59 63 wxSpinCtrl* spin_ctrl; 60 wx Button* button_3;64 wxToggleButton* button_3; //the reset button 61 65 wxButton* button_1; 62 66 wxButton* button_2; 67 68 DECLARE_EVENT_TABLE(); 63 69 // end wxGlade 70 64 71 }; // wxGlade: end class 65 72
Note: See TracChangeset
for help on using the changeset viewer.
