Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
the capture before release it. Documented wxMouseCaptureChangedEvent and GetCapture/FindCapture. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,6 +157,7 @@ All (GUI):
|
||||
for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
|
||||
- added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
|
||||
- added wxTextCtrl::EmulateKeyPress()
|
||||
- Added wxMouseCaptureChangedEvent
|
||||
|
||||
wxMSW:
|
||||
|
||||
@@ -180,6 +181,8 @@ wxMSW:
|
||||
- wxWindowDC and wxClientDC::GetSize() works correctly now
|
||||
- Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
|
||||
- Multiline labels in buttons are now supoprted (simply use "\n" in the label)
|
||||
- Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
|
||||
has the capture before release it.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user