Spelling fixes.
Changed "MacOS X" occurrences to "OS X" (in docs only). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -128,7 +128,7 @@ On Windows using a compiler other than MinGW/Cygwin, you would build the
|
|||||||
wxWidgets library from the @c "build/msw" directory which contains the relevant
|
wxWidgets library from the @c "build/msw" directory which contains the relevant
|
||||||
makefiles.
|
makefiles.
|
||||||
|
|
||||||
On Windows using MinGW/Cygwin, and on Unix, MacOS X and OS/2, you invoke
|
On Windows using MinGW/Cygwin, and on Unix, OS X and OS/2, you invoke
|
||||||
'configure' (found in the top-level of the wxWidgets source hierarchy), from
|
'configure' (found in the top-level of the wxWidgets source hierarchy), from
|
||||||
within a suitable empty directory for containing makefiles, object files and
|
within a suitable empty directory for containing makefiles, object files and
|
||||||
libraries.
|
libraries.
|
||||||
|
@@ -62,7 +62,7 @@ distribution.
|
|||||||
@subsection page_port_wxosx_carbon wxOSX/Carbon
|
@subsection page_port_wxosx_carbon wxOSX/Carbon
|
||||||
|
|
||||||
wxOSX/Carbon is a port of wxWidgets for the Macintosh OS platform. Currently
|
wxOSX/Carbon is a port of wxWidgets for the Macintosh OS platform. Currently
|
||||||
MacOS X 10.5 or higher are supported. wxOSX/Carbon can be compiled both using
|
OS X 10.5 or higher are supported. wxOSX/Carbon can be compiled both using
|
||||||
Apple's command line developer tools as well as Apple's Xcode IDE. wxOSX/Carbon
|
Apple's command line developer tools as well as Apple's Xcode IDE. wxOSX/Carbon
|
||||||
supports both the Intel and PowerPC architectures and can be used to produce
|
supports both the Intel and PowerPC architectures and can be used to produce
|
||||||
"universal binaries" in order create application which can run both
|
"universal binaries" in order create application which can run both
|
||||||
@@ -81,7 +81,7 @@ distribution.
|
|||||||
@subsection page_port_wxosx_cocoa wxOSX/Cocoa
|
@subsection page_port_wxosx_cocoa wxOSX/Cocoa
|
||||||
|
|
||||||
wxOSX/Cocoa is another port of wxWidgets for the Macintosh OS platform.
|
wxOSX/Cocoa is another port of wxWidgets for the Macintosh OS platform.
|
||||||
Currently MacOS X 10.5 or higher are supported. In contrast to wxOSX/Carbon,
|
Currently OS X 10.5 or higher are supported. In contrast to wxOSX/Carbon,
|
||||||
it uses the Cocoa API in place of Carbon. Much work has gone into this port
|
it uses the Cocoa API in place of Carbon. Much work has gone into this port
|
||||||
and many controls are functional, but the port has not reached the maturity of
|
and many controls are functional, but the port has not reached the maturity of
|
||||||
the wxOSX/Carbon port yet. It is possible to use wxOSX/Cocoa on 64-bit
|
the wxOSX/Carbon port yet. It is possible to use wxOSX/Cocoa on 64-bit
|
||||||
|
@@ -43,11 +43,11 @@ most aspects of GUI and non-GUI application programming. Sometimes,
|
|||||||
various aspects of these design goals contradict each other and this
|
various aspects of these design goals contradict each other and this
|
||||||
holds true especially for the Linux platform which – from the
|
holds true especially for the Linux platform which – from the
|
||||||
point of view of the desktop environment integration – is
|
point of view of the desktop environment integration – is
|
||||||
lagging behind the other two major desktops (Windows and MacOS X)
|
lagging behind the other two major desktops (Windows and OS X)
|
||||||
mostly because of the schism between the GTK+ based GNOME desktop and
|
mostly because of the schism between the GTK+ based GNOME desktop and
|
||||||
the Qt<A HREF="http://www.trolltech.com/"><SUP>[5]</SUP></A> based
|
the Qt<A HREF="http://www.trolltech.com/"><SUP>[5]</SUP></A> based
|
||||||
KDE<A HREF="http://www.kde.org/"><SUP>[6]</SUP></A> desktop. So far,
|
KDE<A HREF="http://www.kde.org/"><SUP>[6]</SUP></A> desktop. So far,
|
||||||
the typical wxWidgets user targeted Windows, maybe MacOS X and Linux
|
the typical wxWidgets user targeted Windows, maybe OS X and Linux
|
||||||
<I>in general</I>, so the aim was to make wxGTK applications run as
|
<I>in general</I>, so the aim was to make wxGTK applications run as
|
||||||
well as possible on as many versions of Linux as possible, including
|
well as possible on as many versions of Linux as possible, including
|
||||||
those using the KDE environment. Luckily, most of these distributions
|
those using the KDE environment. Luckily, most of these distributions
|
||||||
|
@@ -433,8 +433,8 @@ public:
|
|||||||
@note
|
@note
|
||||||
Please note that @e wxID_ABOUT and @e wxID_EXIT are predefined by wxWidgets
|
Please note that @e wxID_ABOUT and @e wxID_EXIT are predefined by wxWidgets
|
||||||
and have a special meaning since entries using these IDs will be taken out
|
and have a special meaning since entries using these IDs will be taken out
|
||||||
of the normal menus under MacOS X and will be inserted into the system menu
|
of the normal menus under OS X and will be inserted into the system menu
|
||||||
(following the appropriate MacOS X interface guideline).
|
(following the appropriate OS X interface guideline).
|
||||||
|
|
||||||
Menu items may be either @e normal items, @e check items or @e radio items.
|
Menu items may be either @e normal items, @e check items or @e radio items.
|
||||||
Normal items don't have any special properties while the check items have a
|
Normal items don't have any special properties while the check items have a
|
||||||
|
Reference in New Issue
Block a user