Mention that resource forks are deprecated under Mac in wxCursor docs.
See #12614. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,7 +140,9 @@ public:
|
|||||||
- under MacOS, it defaults to @c wxBITMAP_TYPE_MACCURSOR_RESOURCE;
|
- under MacOS, it defaults to @c wxBITMAP_TYPE_MACCURSOR_RESOURCE;
|
||||||
when specifying a string resource name, first the color cursors 'crsr'
|
when specifying a string resource name, first the color cursors 'crsr'
|
||||||
and then the black/white cursors 'CURS' in the resource chain are scanned
|
and then the black/white cursors 'CURS' in the resource chain are scanned
|
||||||
through.
|
through. Note that resource forks are deprecated on OS X so this
|
||||||
|
is only available for legacy reasons and should not be used in
|
||||||
|
new code.
|
||||||
- under GTK, it defaults to @c wxBITMAP_TYPE_XPM.
|
- under GTK, it defaults to @c wxBITMAP_TYPE_XPM.
|
||||||
See the wxCursor(const wxImage& image) ctor for more info.
|
See the wxCursor(const wxImage& image) ctor for more info.
|
||||||
- under X11, it defaults to @c wxBITMAP_TYPE_XPM.
|
- under X11, it defaults to @c wxBITMAP_TYPE_XPM.
|
||||||
|
Reference in New Issue
Block a user