1wxOverlay(3)               Erlang Module Definition               wxOverlay(3)
2
3
4

NAME

6       wxOverlay - Functions for wxOverlay class
7

DESCRIPTION

9       Creates  an overlay over an existing window, allowing for manipulations
10       like rubberbanding, etc. On wxOSX the overlay is implemented  with  na‐
11       tive platform APIs, on the other platforms it is simulated using wxMem‐
12       oryDC.
13
14       See: wxDCOverlay, wxDC
15
16       wxWidgets docs: wxOverlay
17

DATA TYPES

19       wxOverlay() = wx:wx_object()
20

EXPORTS

22       new() -> wxOverlay()
23
24       destroy(This :: wxOverlay()) -> ok
25
26       reset(This) -> ok
27
28              Types:
29
30                 This = wxOverlay()
31
32              Clears the overlay without restoring the former state.
33
34              To be done, for  example,  when  the  window  content  has  been
35              changed and repainted.
36
37
38
39wxWidgets team.                     wx 2.1                        wxOverlay(3)
Impressum