Source markup fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: fontenum.h
|
// Name: wx/fontenum.h
|
||||||
// Purpose: wxFontEnumerator class for getting available fonts
|
// Purpose: wxFontEnumerator class for getting available fonts
|
||||||
// Author: Julian Smart, Vadim Zeitlin
|
// Author: Julian Smart, Vadim Zeitlin
|
||||||
// Modified by: extended to enumerate more than just font facenames and works
|
// Modified by: extended to enumerate more than just font facenames and works
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: fontenum.h
|
// Name: wx/msw/fontenum.h
|
||||||
// Purpose: wxFontEnumerator class for Windows
|
// Purpose: wxFontEnumerator class for Windows
|
||||||
// Author: Julian Smart
|
// Author: Julian Smart
|
||||||
// Modified by:
|
// Modified by:
|
||||||
@@ -9,8 +9,8 @@
|
|||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _WX_FONTENUM_H_
|
#ifndef _WX_FONTENUM_MSW_H_
|
||||||
#define _WX_FONTENUM_H_
|
#define _WX_FONTENUM_MSW_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxFontEnumerator: for gathering font information
|
* wxFontEnumerator: for gathering font information
|
||||||
@@ -37,5 +37,4 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_FONTENUM_H_
|
// _WX_FONTENUM_MSW_H_
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _WX_FONTENUM_H_
|
#ifndef _WX_FONTENUM_PALM_H_
|
||||||
#define _WX_FONTENUM_H_
|
#define _WX_FONTENUM_PALM_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxFontEnumerator: for gathering font information
|
* wxFontEnumerator: for gathering font information
|
||||||
@@ -37,5 +37,4 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_FONTENUM_H_
|
// _WX_FONTENUM_PALM_H_
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user