Add OSX prefix, and be clear that this is OS X only API to avoid any expectation that this API may work elsewhere.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-12-09 05:25:32 +00:00
parent 94b6ce7f4b
commit ebf7d5c40a
7 changed files with 22 additions and 17 deletions

View File

@@ -441,16 +441,21 @@ public:
virtual bool ShouldPreventAppExit() const;
/**
This function sets the wxTopLevelWindow's modified state, so that the
wxTopLevelWindow can change its GUI to reflect the current state. (e.g. on
Mac, the close button gets a black dot to reflect that there are unsaved changes)
This function sets the wxTopLevelWindow's modified state on OS X,
which currently draws a black dot in the wxTopLevelWindow's close button.
On other platforms, this method does nothing.
@see OSXIsModified()
*/
virtual void SetModified(bool modified);
virtual void OSXSetModified(bool modified);
/**
Returns the current modified state of the wxTopLevelWindow.
Returns the current modified state of the wxTopLevelWindow on OS X.
On other platforms, this method does nothing.
@see OSXSetModified()
*/
virtual bool GetModified() const;
virtual bool OSXIsModified() const;
/**
Depending on the value of @a show parameter the window is either shown