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

NAME

6       wxBitmapDataObject - See external documentation: wxBitmapDataObject.
7

DESCRIPTION

9       See external documentation: wxBitmapDataObject.
10
11       This class is derived (and can use functions) from:
12       wxDataObject
13

DATA TYPES

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

EXPORTS

23       new() -> wxBitmapDataObject()
24
25              Equivalent to new([]).
26
27       new(Options::[Option]) -> wxBitmapDataObject()
28       new(Bitmap) -> wxBitmapDataObject()
29
30              Types:
31
32                 Option = {bitmap, wxBitmap:wxBitmap()}
33                 Bitmap = wxBitmap:wxBitmap()
34
35              See external documentation.
36              Also:
37              new(Bitmap) -> wxBitmapDataObject() when
38              Bitmap::wxBitmap:wxBitmap().
39
40
41       getBitmap(This) -> wxBitmap:wxBitmap()
42
43              Types:
44
45                 This = wxBitmapDataObject()
46
47              See external documentation.
48
49       setBitmap(This, Bitmap) -> ok
50
51              Types:
52
53                 This = wxBitmapDataObject()
54                 Bitmap = wxBitmap:wxBitmap()
55
56              See external documentation.
57
58       destroy(This::wxBitmapDataObject()) -> ok
59
60              Destroys this object, do not use object again
61

AUTHORS

63       <>
64
65
66
67                                   wx 1.9.3              wxBitmapDataObject(3)
Impressum