projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't activate items on Alt-Space or Alt-Enter (#9615)
[wxWidgets.git]
/
demos
/
forty
/
scoredg.h
diff --git
a/demos/forty/scoredg.h
b/demos/forty/scoredg.h
index 8ce7a7274d320b2ac9d9aae91220daf5e57fe985..bba63e6f4a73b7429f872fd97f3a9ad6a5b26e73 100644
(file)
--- a/
demos/forty/scoredg.h
+++ b/
demos/forty/scoredg.h
@@
-6,9
+6,9
@@
// Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze
// Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
-// Last modified: 22nd July 1998 - ported to wxWi
ndow
s 2.0
+// Last modified: 22nd July 1998 - ported to wxWi
dget
s 2.0
/////////////////////////////////////////////////////////////////////////////
#ifndef _SCOREDG_H_
#define _SCOREDG_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _SCOREDG_H_
#define _SCOREDG_H_
@@
-16,17
+16,17
@@
class ScoreDialog : public wxDialog
{
public:
class ScoreDialog : public wxDialog
{
public:
-
ScoreDialog(wxWindow* parent, ScoreFile* file);
-
virtual ~ScoreDialog()
;
+ ScoreDialog(wxWindow* parent, ScoreFile* file);
+
virtual ~ScoreDialog(){}
;
-
void Display();
+ void Display();
protected:
protected:
-
void OnCloseWindow(wxCloseEvent& event);
+ void OnCloseWindow(wxCloseEvent& event);
private:
private:
-
ScoreFile*
m_scoreFile;
-
wxButton*
m_OK;
+
ScoreFile*
m_scoreFile;
+
wxButton*
m_OK;
DECLARE_EVENT_TABLE()
};
DECLARE_EVENT_TABLE()
};