Documentation patch from Olly Betts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1184,7 +1184,7 @@ an EVT_SIZE handler that calls Layout().</p>
|
||||
<p>Fixed deadlock problem that happened when using threads.</p>
|
||||
<p>Added new HTML printing classes.</p>
|
||||
<p>Added wxWindow.GetHandle</p>
|
||||
<p>Apparently wxMouseEvent.Position has been depreciated in wxWindows as
|
||||
<p>Apparently wxMouseEvent.Position has been deprecated in wxWindows as
|
||||
it is no longer available by default. You can use GetPositionTuple
|
||||
(returning a tuple with x,y) instead, or GetPosition (returning a
|
||||
wxPoint.)</p>
|
||||
@@ -1242,7 +1242,7 @@ pages. See the demo for an example.</p>
|
||||
wxGTK. Added them back in since the methods exist now.</p>
|
||||
<p>Wrapped the wxHtmlHelpController and related classes.</p>
|
||||
<p>Wrapped the C++ versions of wxSizer and friends. The Python-only
|
||||
versions are still in the library, but depreciated. (You will get a
|
||||
versions are still in the library, but deprecated. (You will get a
|
||||
warning message if you try to use them, but the warning can be
|
||||
disabled.) The usage of the C++ versions is slightly different, and
|
||||
the functionality of wxBorderSizer is now part of wxBoxSizer. I have
|
||||
@@ -1381,7 +1381,7 @@ matches MSW's.</p>
|
||||
<p>Added wxGrid.GetCells</p>
|
||||
<p>Added wxSystemSettings static methods as functions with names like
|
||||
wxSystemSettings_GetSystemColour.</p>
|
||||
<p>Removed wxPyMenu since using menu callbacks have been depreciated in
|
||||
<p>Removed wxPyMenu since using menu callbacks have been deprecated in
|
||||
wxWindows. Use wxMenu and events instead.</p>
|
||||
<dl>
|
||||
<dt>Added alternate wxBitmap constructor (for MSW only) as</dt>
|
||||
|
Reference in New Issue
Block a user