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

NAME

6       wxFontDialog - See external documentation: wxFontDialog.
7

DESCRIPTION

9       See external documentation: wxFontDialog.
10
11       This class is derived (and can use functions) from:
12       wxDialog
13       wxTopLevelWindow
14       wxWindow
15       wxEvtHandler
16

DATA TYPES

18         wxFontDialog():
19
20
21           An  object  reference,  The  representation  is internal and can be
22           changed without notice. It can't be used for comparsion  stored  on
23           disc or distributed for use on other nodes.
24

EXPORTS

26       new() -> wxFontDialog()
27
28              See external documentation.
29
30       new(Parent, Data) -> wxFontDialog()
31
32              Types:
33
34                 Parent = wxWindow:wxWindow()
35                 Data = wxFontData:wxFontData()
36
37              See external documentation.
38
39       create(This, Parent, Data) -> boolean()
40
41              Types:
42
43                 This = wxFontDialog()
44                 Parent = wxWindow:wxWindow()
45                 Data = wxFontData:wxFontData()
46
47              See external documentation.
48
49       getFontData(This) -> wxFontData:wxFontData()
50
51              Types:
52
53                 This = wxFontDialog()
54
55              See external documentation.
56
57       destroy(This::wxFontDialog()) -> ok
58
59              Destroys this object, do not use object again
60

AUTHORS

62       <>
63
64
65
66                                  wx 1.9.3.1                   wxFontDialog(3)
Impressum