summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxMoveEvent.xml
blob: 5736b079bd94e9bfe015ff66f750e9d54dc12ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxMoveEvent</title>
</header>
<module>wxMoveEvent</module>
<modulesummary>Functions for wxMoveEvent class</modulesummary>
<description><p>A move event holds information about window position change.
      </p><p>These events are currently generated for top level (see <seeerl marker="wxTopLevelWindow"><c>wxTopLevelWindow</c></seeerl>) windows in all ports, but are not generated for the child windows in wxGTK.
      </p><p>See: {X,Y}, <url href="https://docs.wxwidgets.org/3.1/overview_events.html#overview_events">Overview events</url>
      </p>
  <p>This class is derived (and can use functions) from: 
    <seeerl marker="wxEvent"><c>wxEvent</c></seeerl></p>
  
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_move_event.html">wxMoveEvent</url></p>
  </description><section><title>Events</title><p>Use <seemfa marker="wxEvtHandler#connect/3"><c>wxEvtHandler:connect/3</c></seemfa> with <seetype marker="#wxMoveEventType"><c>wxMoveEventType</c></seetype> to subscribe to events of this type.</p></section>
<datatypes>
    <datatype><name name="wxMoveEvent"/></datatype>
    <datatype><name name="wxMove"/></datatype>
    <datatype><name name="wxMoveEventType"/></datatype></datatypes>

<funcs>
  <func>
    <name name="getPosition" arity="1" clause_i="1" since=""/>
    <fsummary>Returns the position of the window generating the move change event. </fsummary>
    <desc><p>Returns the position of the window generating the move change event. 
      </p></desc>
  </func>
  
  <func>
    <name name="getRect" arity="1" clause_i="1" since=""/>
    <fsummary/>
    <desc/>
  </func>
  </funcs>
</erlref>