Fix recurring typo in "theming".
It was (consistently) misspelt as "themeing" in several places. Closes #11206. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
// shared between Cocoa and Carbon
|
// shared between Cocoa and Carbon
|
||||||
//
|
//
|
||||||
|
|
||||||
// bring in themeing types without pulling in the headers
|
// bring in theming types without pulling in the headers
|
||||||
|
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
typedef SInt16 ThemeBrush;
|
typedef SInt16 ThemeBrush;
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
// for themeing support
|
// for theming support
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
// for themeing support
|
// for theming support
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
#include "wx/graphics.h"
|
#include "wx/graphics.h"
|
||||||
#include "wx/dcgraph.h"
|
#include "wx/dcgraph.h"
|
||||||
// for themeing support
|
// for theming support
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
// for themeing support
|
// for theming support
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
|
|
||||||
#if wxOSX_USE_ATSU_TEXT && !wxOSX_USE_CARBON
|
#if wxOSX_USE_ATSU_TEXT && !wxOSX_USE_CARBON
|
||||||
// include themeing support
|
// include theming support
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@ protected:
|
|||||||
public:
|
public:
|
||||||
bool m_fontValid;
|
bool m_fontValid;
|
||||||
#if wxOSX_USE_CARBON && wxOSX_USE_ATSU_TEXT
|
#if wxOSX_USE_CARBON && wxOSX_USE_ATSU_TEXT
|
||||||
// for true themeing support we must store the correct font
|
// for true theming support we must store the correct font
|
||||||
// information here, as this speeds up and optimizes rendering
|
// information here, as this speeds up and optimizes rendering
|
||||||
ThemeFontID m_macThemeFontID ;
|
ThemeFontID m_macThemeFontID ;
|
||||||
#endif
|
#endif
|
||||||
@@ -346,7 +346,7 @@ wxFontRefData::wxFontRefData(wxOSXSystemFont font, int size)
|
|||||||
m_macThemeFontID = kThemeMiniSystemFont;
|
m_macThemeFontID = kThemeMiniSystemFont;
|
||||||
break;
|
break;
|
||||||
case wxOSX_SYSTEM_FONT_MINI_BOLD:
|
case wxOSX_SYSTEM_FONT_MINI_BOLD:
|
||||||
// bold not available under themeing
|
// bold not available under theming
|
||||||
m_macThemeFontID = kThemeMiniSystemFont;
|
m_macThemeFontID = kThemeMiniSystemFont;
|
||||||
break;
|
break;
|
||||||
case wxOSX_SYSTEM_FONT_LABELS:
|
case wxOSX_SYSTEM_FONT_LABELS:
|
||||||
|
@@ -65,7 +65,7 @@
|
|||||||
#include "wx/osx/uma.h"
|
#include "wx/osx/uma.h"
|
||||||
#else
|
#else
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
// bring in themeing
|
// bring in theming
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
|
|
||||||
#if wxOSX_USE_COCOA
|
#if wxOSX_USE_COCOA
|
||||||
// to get the themeing APIs
|
// to get the theming APIs
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -68,7 +68,7 @@
|
|||||||
#else
|
#else
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
#if wxOSX_USE_COCOA
|
#if wxOSX_USE_COCOA
|
||||||
// bring in themeing
|
// bring in theming
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user