projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added Description Box Height to saveable/restoreable editable state
[wxWidgets.git]
/
include
/
wx
/
msw
/
fontenum.h
diff --git
a/include/wx/msw/fontenum.h
b/include/wx/msw/fontenum.h
index d8e16122796336fa58dc2e7acd12d9798d135f7a..57bb9c585efb6fb2035cf4fd113cc409a36fb4fa 100644
(file)
--- a/
include/wx/msw/fontenum.h
+++ b/
include/wx/msw/fontenum.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: fontenum.h
+// Name:
wx/msw/
fontenum.h
// Purpose: wxFontEnumerator class for Windows
// Author: Julian Smart
// Modified by:
// Purpose: wxFontEnumerator class for Windows
// Author: Julian Smart
// Modified by:
@@
-9,12
+9,8
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef _WX_FONTENUM_H_
-#define _WX_FONTENUM_H_
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "fontenum.h"
-#endif
+#ifndef _WX_FONTENUM_MSW_H_
+#define _WX_FONTENUM_MSW_H_
/*
* wxFontEnumerator: for gathering font information
/*
* wxFontEnumerator: for gathering font information
@@
-24,7
+20,7
@@
class wxFontEnumerator: public wxObject
{
DECLARE_CLASS(wxFontEnumerator)
public:
{
DECLARE_CLASS(wxFontEnumerator)
public:
- wxFontEnumerator() {}
;
+ wxFontEnumerator() {}
// Enumerate the fonts.
bool Enumerate();
// Enumerate the fonts.
bool Enumerate();
@@
-41,5
+37,4
@@
protected:
};
#endif
};
#endif
- // _WX_FONTENUM_H_
-
+ // _WX_FONTENUM_MSW_H_