1wxBitmapDataObject(3) Erlang Module Definition wxBitmapDataObject(3)
2
3
4
6 wxBitmapDataObject - See external documentation: wxBitmapDataObject.
7
9 See external documentation: wxBitmapDataObject.
10
11 This class is derived (and can use functions) from:
12 wxDataObject
13
15 wxBitmapDataObject():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxBitmapDataObject()
24
25 Equivalent to new([]).
26
27 new(Options::[Option]) -> wxBitmapDataObject()
28
29 Types:
30
31 Option = {bitmap, wxBitmap:wxBitmap()}
32
33 See external documentation.
34 Also:
35 new(Bitmap) -> wxBitmapDataObject() when
36 Bitmap::wxBitmap:wxBitmap().
37
38
39 getBitmap(This) -> wxBitmap:wxBitmap()
40
41 Types:
42
43 This = wxBitmapDataObject()
44
45 See external documentation.
46
47 setBitmap(This, Bitmap) -> ok
48
49 Types:
50
51 This = wxBitmapDataObject()
52 Bitmap = wxBitmap:wxBitmap()
53
54 See external documentation.
55
56 destroy(This::wxBitmapDataObject()) -> ok
57
58 Destroys this object, do not use object again
59
61 <>
62
63
64
65 wx 1.9 wxBitmapDataObject(3)