Document that move events are only generated for non-TLW in wxMSW

wxGTK only sends these events for TLWs.

Closes #18485.
This commit is contained in:
Vadim Zeitlin 2019-09-29 00:04:58 +02:00
parent 121336a3d8
commit 7a1bc568e5

View File

@ -4615,9 +4615,11 @@ public:
/**
@class wxMoveEvent
A move event holds information about wxTopLevelWindow move change events.
A move event holds information about window position change.
These events are currently only generated by wxMSW port.
These events are currently generated for top level (see wxTopLevelWindow)
windows in all ports, but are not generated for the child windows in
wxGTK.
@beginEventTable{wxMoveEvent}
@event{EVT_MOVE(func)}