1%%
2%% Search data file for wx 2.1
3%% generated September 21, 2021
4%%
5{"wx.html", {function, {"wx", "wx"}},
6[
7  {"parent_class", "parent_class(X1)", "parent_class-1"},
8  {"new", "new()", "new-0"},
9  {"new", "new(Options::[Option])", "new-1"},
10  {"destroy", "destroy()", "destroy-0"},
11  {"get_env", "get_env()", "get_env-0"},
12  {"set_env", "set_env(Wx_env::wx_env())", "set_env-1"},
13  {"null", "null()", "null-0"},
14  {"is_null", "is_null(Wx_ref::wx_object())", "is_null-1"},
15  {"equal", "equal(Wx_ref::wx_object(), X2::wx_object())", "equal-2"},
16  {"getObjectType", "getObjectType(Wx_ref::wx_object())", "getObjectType-1"},
17  {"typeCast", "typeCast(Old::wx_object(), NewType::atom())", "typeCast-2"},
18  {"batch", "batch(Fun::function())", "batch-1"},
19  {"foreach", "foreach(Fun::function(), List::list())", "foreach-2"},
20  {"map", "map(Fun::function(), List::list())", "map-2"},
21  {"foldl", "foldl(Fun::function(), Acc::term(), List::list())", "foldl-3"},
22  {"foldr", "foldr(Fun::function(), Acc::term(), List::list())", "foldr-3"},
23  {"create_memory", "create_memory(Size::integer())", "create_memory-1"},
24  {"get_memory_bin", "get_memory_bin(Wx_mem::wx_memory())", "get_memory_bin-1"},
25  {"retain_memory", "retain_memory(Wx_mem::wx_memory())", "retain_memory-1"},
26  {"release_memory", "release_memory(Wx_mem::wx_memory())", "release_memory-1"},
27  {"debug", "debug(Debug::Level | [Level])", "debug-1"},
28  {"demo", "demo()", "demo-0"}
29]}.
30{"wx.html", {module, "wx"}, ["wx"]}.
31{"wx_object.html", {function, {"wx", "wx_object"}},
32[
33  {"start", "start(Name, Mod, Args, Options)", "start-4"},
34  {"start_link", "start_link(Mod, Args, Options)", "start_link-3"},
35  {"start_link", "start_link(Name, Mod, Args, Options)", "start_link-4"},
36  {"stop", "stop(Obj)", "stop-1"},
37  {"stop", "stop(Obj, Reason, Timeout)", "stop-3"},
38  {"call", "call(Obj, Request)", "call-2"},
39  {"call", "call(Obj, Request, Timeout)", "call-3"},
40  {"send_request", "send_request(Obj, Request::term())", "send_request-2"},
41  {"wait_response", "wait_response(RequestId::request_id())", "wait_response-1"},
42  {"wait_response", "wait_response(Key::request_id(), Timeout::timeout())", "wait_response-2"},
43  {"check_response", "check_response(Msg::term(), Key::request_id())", "check_response-2"},
44  {"cast", "cast(Obj, Request)", "cast-2"},
45  {"get_pid", "get_pid(Obj)", "get_pid-1"},
46  {"set_pid", "set_pid(Obj, Pid::pid())", "set_pid-2"},
47  {"reply", "reply(X1::{pid(), Tag::term()}, Reply::term())", "reply-2"}
48]}.
49{"wx_object.html", {module, "wx"}, ["wx_object"]}.
50{"wxAcceleratorEntry.html", {function, {"wx", "wxAcceleratorEntry"}},
51[
52  {"new", "new()", "new-0"},
53  {"new", "new(Options :: [Option])", "new-1"},
54  {"new", "new(Entry)", "new-1"},
55  {"getCommand", "getCommand(This)", "getCommand-1"},
56  {"getFlags", "getFlags(This)", "getFlags-1"},
57  {"getKeyCode", "getKeyCode(This)", "getKeyCode-1"},
58  {"set", "set(This, Flags, KeyCode, Cmd)", "set-4"},
59  {"set", "set(This, Flags, KeyCode, Cmd, Options :: [Option])", "set-5"},
60  {"destroy", "destroy(This :: wxAcceleratorEntry())", "destroy-1"}
61]}.
62{"wxAcceleratorEntry.html", {module, "wx"}, ["wxAcceleratorEntry"]}.
63{"wxAcceleratorTable.html", {function, {"wx", "wxAcceleratorTable"}},
64[
65  {"new", "new()", "new-0"},
66  {"new", "new(N, Entries)", "new-2"},
67  {"destroy", "destroy(This :: wxAcceleratorTable())", "destroy-1"},
68  {"ok", "ok(This)", "ok-1"},
69  {"isOk", "isOk(This)", "isOk-1"}
70]}.
71{"wxAcceleratorTable.html", {module, "wx"}, ["wxAcceleratorTable"]}.
72{"wxActivateEvent.html", {function, {"wx", "wxActivateEvent"}},
73[
74  {"getActive", "getActive(This)", "getActive-1"}
75]}.
76{"wxActivateEvent.html", {module, "wx"}, ["wxActivateEvent"]}.
77{"wxArtProvider.html", {function, {"wx", "wxArtProvider"}},
78[
79  {"getBitmap", "getBitmap(Id)", "getBitmap-1"},
80  {"getBitmap", "getBitmap(Id, Options :: [Option])", "getBitmap-2"},
81  {"getIcon", "getIcon(Id)", "getIcon-1"},
82  {"getIcon", "getIcon(Id, Options :: [Option])", "getIcon-2"}
83]}.
84{"wxArtProvider.html", {module, "wx"}, ["wxArtProvider"]}.
85{"wxAuiDockArt.html", {function, {"wx", "wxAuiDockArt"}},
86[
87  {"getColour", "getColour(This, Id)", "getColour-2"},
88  {"getFont", "getFont(This, Id)", "getFont-2"},
89  {"getMetric", "getMetric(This, Id)", "getMetric-2"},
90  {"setColour", "setColour(This, Id, Colour)", "setColour-3"},
91  {"setFont", "setFont(This, Id, Font)", "setFont-3"},
92  {"setMetric", "setMetric(This, Id, New_val)", "setMetric-3"}
93]}.
94{"wxAuiDockArt.html", {module, "wx"}, ["wxAuiDockArt"]}.
95{"wxAuiManagerEvent.html", {function, {"wx", "wxAuiManagerEvent"}},
96[
97  {"setManager", "setManager(This, Manager)", "setManager-2"},
98  {"getManager", "getManager(This)", "getManager-1"},
99  {"setPane", "setPane(This, Pane)", "setPane-2"},
100  {"getPane", "getPane(This)", "getPane-1"},
101  {"setButton", "setButton(This, Button)", "setButton-2"},
102  {"getButton", "getButton(This)", "getButton-1"},
103  {"setDC", "setDC(This, Pdc)", "setDC-2"},
104  {"getDC", "getDC(This)", "getDC-1"},
105  {"veto", "veto(This)", "veto-1"},
106  {"veto", "veto(This, Options :: [Option])", "veto-2"},
107  {"getVeto", "getVeto(This)", "getVeto-1"},
108  {"setCanVeto", "setCanVeto(This, Can_veto)", "setCanVeto-2"},
109  {"canVeto", "canVeto(This)", "canVeto-1"}
110]}.
111{"wxAuiManagerEvent.html", {module, "wx"}, ["wxAuiManagerEvent"]}.
112{"wxAuiManager.html", {function, {"wx", "wxAuiManager"}},
113[
114  {"new", "new()", "new-0"},
115  {"new", "new(Options :: [Option])", "new-1"},
116  {"destroy", "destroy(This :: wxAuiManager())", "destroy-1"},
117  {"addPane", "addPane(This, Window)", "addPane-2"},
118  {"addPane", "addPane(This, Window, Options :: [Option])", "addPane-3"},
119  {"addPane", "addPane(This, Window, Pane_info)", "addPane-3"},
120  {"addPane", "addPane(This, Window, Pane_info, Drop_pos)", "addPane-4"},
121  {"detachPane", "detachPane(This, Window)", "detachPane-2"},
122  {"getAllPanes", "getAllPanes(This)", "getAllPanes-1"},
123  {"getArtProvider", "getArtProvider(This)", "getArtProvider-1"},
124  {"getDockSizeConstraint", "getDockSizeConstraint(This)", "getDockSizeConstraint-1"},
125  {"getFlags", "getFlags(This)", "getFlags-1"},
126  {"getManagedWindow", "getManagedWindow(This)", "getManagedWindow-1"},
127  {"getManager", "getManager(Window)", "getManager-1"},
128  {"getPane", "getPane(This, Name)", "getPane-2"},
129  {"getPane", "getPane(This, Window)", "getPane-2"},
130  {"hideHint", "hideHint(This)", "hideHint-1"},
131  {"insertPane", "insertPane(This, Window, Insert_location)", "insertPane-3"},
132  {"insertPane", "insertPane(This, Window, Insert_location, Options :: [Option])", "insertPane-4"},
133  {"loadPaneInfo", "loadPaneInfo(This, Pane_part, Pane)", "loadPaneInfo-3"},
134  {"loadPerspective", "loadPerspective(This, Perspective)", "loadPerspective-2"},
135  {"loadPerspective", "loadPerspective(This, Perspective, Options :: [Option])", "loadPerspective-3"},
136  {"savePaneInfo", "savePaneInfo(This, Pane)", "savePaneInfo-2"},
137  {"savePerspective", "savePerspective(This)", "savePerspective-1"},
138  {"setArtProvider", "setArtProvider(This, Art_provider)", "setArtProvider-2"},
139  {"setDockSizeConstraint", "setDockSizeConstraint(This, Widthpct, Heightpct)", "setDockSizeConstraint-3"},
140  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
141  {"setManagedWindow", "setManagedWindow(This, Managed_wnd)", "setManagedWindow-2"},
142  {"showHint", "showHint(This, Rect)", "showHint-2"},
143  {"unInit", "unInit(This)", "unInit-1"},
144  {"update", "update(This)", "update-1"}
145]}.
146{"wxAuiManager.html", {module, "wx"}, ["wxAuiManager"]}.
147{"wxAuiNotebookEvent.html", {function, {"wx", "wxAuiNotebookEvent"}},
148[
149  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
150  {"getSelection", "getSelection(This)", "getSelection-1"},
151  {"setOldSelection", "setOldSelection(This, Page)", "setOldSelection-2"},
152  {"getOldSelection", "getOldSelection(This)", "getOldSelection-1"},
153  {"setDragSource", "setDragSource(This, S)", "setDragSource-2"},
154  {"getDragSource", "getDragSource(This)", "getDragSource-1"}
155]}.
156{"wxAuiNotebookEvent.html", {module, "wx"}, ["wxAuiNotebookEvent"]}.
157{"wxAuiNotebook.html", {function, {"wx", "wxAuiNotebook"}},
158[
159  {"new", "new()", "new-0"},
160  {"new", "new(Parent)", "new-1"},
161  {"new", "new(Parent, Options :: [Option])", "new-2"},
162  {"addPage", "addPage(This, Page, Caption)", "addPage-3"},
163  {"addPage", "addPage(This, Page, Caption, Options :: [Option])", "addPage-4"},
164  {"addPage", "addPage(This, Page, Text, Select, ImageId)", "addPage-5"},
165  {"create", "create(This, Parent)", "create-2"},
166  {"create", "create(This, Parent, Winid)", "create-3"},
167  {"create", "create(This, Parent, Winid :: [Option])", "create-3"},
168  {"create", "create(This, Parent, Winid, Options :: [Option])", "create-4"},
169  {"deletePage", "deletePage(This, Page)", "deletePage-2"},
170  {"getArtProvider", "getArtProvider(This)", "getArtProvider-1"},
171  {"getPage", "getPage(This, Page_idx)", "getPage-2"},
172  {"getPageBitmap", "getPageBitmap(This, Page)", "getPageBitmap-2"},
173  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
174  {"getPageIndex", "getPageIndex(This, Page_wnd)", "getPageIndex-2"},
175  {"getPageText", "getPageText(This, Page)", "getPageText-2"},
176  {"getSelection", "getSelection(This)", "getSelection-1"},
177  {"insertPage", "insertPage(This, Page_idx, Page, Caption)", "insertPage-4"},
178  {"insertPage", "insertPage(This, Page_idx, Page, Caption, Options :: [Option])", "insertPage-5"},
179  {"insertPage", "insertPage(This, Index, Page, Text, Select, ImageId)", "insertPage-6"},
180  {"removePage", "removePage(This, Page)", "removePage-2"},
181  {"setArtProvider", "setArtProvider(This, Art)", "setArtProvider-2"},
182  {"setFont", "setFont(This, Font)", "setFont-2"},
183  {"setPageBitmap", "setPageBitmap(This, Page, Bitmap)", "setPageBitmap-3"},
184  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"},
185  {"setSelection", "setSelection(This, New_page)", "setSelection-2"},
186  {"setTabCtrlHeight", "setTabCtrlHeight(This, Height)", "setTabCtrlHeight-2"},
187  {"setUniformBitmapSize", "setUniformBitmapSize(This, Size)", "setUniformBitmapSize-2"},
188  {"destroy", "destroy(This :: wxAuiNotebook())", "destroy-1"}
189]}.
190{"wxAuiNotebook.html", {module, "wx"}, ["wxAuiNotebook"]}.
191{"wxAuiPaneInfo.html", {function, {"wx", "wxAuiPaneInfo"}},
192[
193  {"new", "new()", "new-0"},
194  {"new", "new(C)", "new-1"},
195  {"bestSize", "bestSize(This, Size)", "bestSize-2"},
196  {"bestSize", "bestSize(This, X, Y)", "bestSize-3"},
197  {"bottom", "bottom(This)", "bottom-1"},
198  {"bottomDockable", "bottomDockable(This)", "bottomDockable-1"},
199  {"bottomDockable", "bottomDockable(This, Options :: [Option])", "bottomDockable-2"},
200  {"caption", "caption(This, C)", "caption-2"},
201  {"captionVisible", "captionVisible(This)", "captionVisible-1"},
202  {"captionVisible", "captionVisible(This, Options :: [Option])", "captionVisible-2"},
203  {"centre", "centre(This)", "centre-1"},
204  {"centrePane", "centrePane(This)", "centrePane-1"},
205  {"closeButton", "closeButton(This)", "closeButton-1"},
206  {"closeButton", "closeButton(This, Options :: [Option])", "closeButton-2"},
207  {"defaultPane", "defaultPane(This)", "defaultPane-1"},
208  {"destroyOnClose", "destroyOnClose(This)", "destroyOnClose-1"},
209  {"destroyOnClose", "destroyOnClose(This, Options :: [Option])", "destroyOnClose-2"},
210  {"direction", "direction(This, Direction)", "direction-2"},
211  {"dock", "dock(This)", "dock-1"},
212  {"dockable", "dockable(This)", "dockable-1"},
213  {"dockable", "dockable(This, Options :: [Option])", "dockable-2"},
214  {"fixed", "fixed(This)", "fixed-1"},
215  {"float", "float(This)", "float-1"},
216  {"floatable", "floatable(This)", "floatable-1"},
217  {"floatable", "floatable(This, Options :: [Option])", "floatable-2"},
218  {"floatingPosition", "floatingPosition(This, Pos)", "floatingPosition-2"},
219  {"floatingPosition", "floatingPosition(This, X, Y)", "floatingPosition-3"},
220  {"floatingSize", "floatingSize(This, Size)", "floatingSize-2"},
221  {"floatingSize", "floatingSize(This, X, Y)", "floatingSize-3"},
222  {"gripper", "gripper(This)", "gripper-1"},
223  {"gripper", "gripper(This, Options :: [Option])", "gripper-2"},
224  {"gripperTop", "gripperTop(This)", "gripperTop-1"},
225  {"gripperTop", "gripperTop(This, Options :: [Option])", "gripperTop-2"},
226  {"hasBorder", "hasBorder(This)", "hasBorder-1"},
227  {"hasCaption", "hasCaption(This)", "hasCaption-1"},
228  {"hasCloseButton", "hasCloseButton(This)", "hasCloseButton-1"},
229  {"hasFlag", "hasFlag(This, Flag)", "hasFlag-2"},
230  {"hasGripper", "hasGripper(This)", "hasGripper-1"},
231  {"hasGripperTop", "hasGripperTop(This)", "hasGripperTop-1"},
232  {"hasMaximizeButton", "hasMaximizeButton(This)", "hasMaximizeButton-1"},
233  {"hasMinimizeButton", "hasMinimizeButton(This)", "hasMinimizeButton-1"},
234  {"hasPinButton", "hasPinButton(This)", "hasPinButton-1"},
235  {"hide", "hide(This)", "hide-1"},
236  {"isBottomDockable", "isBottomDockable(This)", "isBottomDockable-1"},
237  {"isDocked", "isDocked(This)", "isDocked-1"},
238  {"isFixed", "isFixed(This)", "isFixed-1"},
239  {"isFloatable", "isFloatable(This)", "isFloatable-1"},
240  {"isFloating", "isFloating(This)", "isFloating-1"},
241  {"isLeftDockable", "isLeftDockable(This)", "isLeftDockable-1"},
242  {"isMovable", "isMovable(This)", "isMovable-1"},
243  {"isOk", "isOk(This)", "isOk-1"},
244  {"isResizable", "isResizable(This)", "isResizable-1"},
245  {"isRightDockable", "isRightDockable(This)", "isRightDockable-1"},
246  {"isShown", "isShown(This)", "isShown-1"},
247  {"isToolbar", "isToolbar(This)", "isToolbar-1"},
248  {"isTopDockable", "isTopDockable(This)", "isTopDockable-1"},
249  {"layer", "layer(This, Layer)", "layer-2"},
250  {"left", "left(This)", "left-1"},
251  {"leftDockable", "leftDockable(This)", "leftDockable-1"},
252  {"leftDockable", "leftDockable(This, Options :: [Option])", "leftDockable-2"},
253  {"maxSize", "maxSize(This, Size)", "maxSize-2"},
254  {"maxSize", "maxSize(This, X, Y)", "maxSize-3"},
255  {"maximizeButton", "maximizeButton(This)", "maximizeButton-1"},
256  {"maximizeButton", "maximizeButton(This, Options :: [Option])", "maximizeButton-2"},
257  {"minSize", "minSize(This, Size)", "minSize-2"},
258  {"minSize", "minSize(This, X, Y)", "minSize-3"},
259  {"minimizeButton", "minimizeButton(This)", "minimizeButton-1"},
260  {"minimizeButton", "minimizeButton(This, Options :: [Option])", "minimizeButton-2"},
261  {"movable", "movable(This)", "movable-1"},
262  {"movable", "movable(This, Options :: [Option])", "movable-2"},
263  {"name", "name(This, N)", "name-2"},
264  {"paneBorder", "paneBorder(This)", "paneBorder-1"},
265  {"paneBorder", "paneBorder(This, Options :: [Option])", "paneBorder-2"},
266  {"pinButton", "pinButton(This)", "pinButton-1"},
267  {"pinButton", "pinButton(This, Options :: [Option])", "pinButton-2"},
268  {"position", "position(This, Pos)", "position-2"},
269  {"resizable", "resizable(This)", "resizable-1"},
270  {"resizable", "resizable(This, Options :: [Option])", "resizable-2"},
271  {"right", "right(This)", "right-1"},
272  {"rightDockable", "rightDockable(This)", "rightDockable-1"},
273  {"rightDockable", "rightDockable(This, Options :: [Option])", "rightDockable-2"},
274  {"row", "row(This, Row)", "row-2"},
275  {"safeSet", "safeSet(This, Source)", "safeSet-2"},
276  {"setFlag", "setFlag(This, Flag, Option_state)", "setFlag-3"},
277  {"show", "show(This)", "show-1"},
278  {"show", "show(This, Options :: [Option])", "show-2"},
279  {"toolbarPane", "toolbarPane(This)", "toolbarPane-1"},
280  {"top", "top(This)", "top-1"},
281  {"topDockable", "topDockable(This)", "topDockable-1"},
282  {"topDockable", "topDockable(This, Options :: [Option])", "topDockable-2"},
283  {"window", "window(This, W)", "window-2"},
284  {"getWindow", "getWindow(This)", "getWindow-1"},
285  {"getFrame", "getFrame(This)", "getFrame-1"},
286  {"getDirection", "getDirection(This)", "getDirection-1"},
287  {"getLayer", "getLayer(This)", "getLayer-1"},
288  {"getRow", "getRow(This)", "getRow-1"},
289  {"getPosition", "getPosition(This)", "getPosition-1"},
290  {"getFloatingPosition", "getFloatingPosition(This)", "getFloatingPosition-1"},
291  {"getFloatingSize", "getFloatingSize(This)", "getFloatingSize-1"},
292  {"destroy", "destroy(This :: wxAuiPaneInfo())", "destroy-1"}
293]}.
294{"wxAuiPaneInfo.html", {module, "wx"}, ["wxAuiPaneInfo"]}.
295{"wxAuiSimpleTabArt.html", {function, {"wx", "wxAuiSimpleTabArt"}},
296[
297  {"new", "new()", "new-0"},
298  {"destroy", "destroy(This :: wxAuiSimpleTabArt())", "destroy-1"}
299]}.
300{"wxAuiSimpleTabArt.html", {module, "wx"}, ["wxAuiSimpleTabArt"]}.
301{"wxAuiTabArt.html", {function, {"wx", "wxAuiTabArt"}},
302[
303  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
304  {"setMeasuringFont", "setMeasuringFont(This, Font)", "setMeasuringFont-2"},
305  {"setNormalFont", "setNormalFont(This, Font)", "setNormalFont-2"},
306  {"setSelectedFont", "setSelectedFont(This, Font)", "setSelectedFont-2"},
307  {"setColour", "setColour(This, Colour)", "setColour-2"},
308  {"setActiveColour", "setActiveColour(This, Colour)", "setActiveColour-2"}
309]}.
310{"wxAuiTabArt.html", {module, "wx"}, ["wxAuiTabArt"]}.
311{"wxBitmapButton.html", {function, {"wx", "wxBitmapButton"}},
312[
313  {"new", "new()", "new-0"},
314  {"new", "new(Parent, Id, Bitmap)", "new-3"},
315  {"new", "new(Parent, Id, Bitmap, Options :: [Option])", "new-4"},
316  {"create", "create(This, Parent, Id, Bitmap)", "create-4"},
317  {"create", "create(This, Parent, Id, Bitmap, Options :: [Option])", "create-5"},
318  {"newCloseButton", "newCloseButton(Parent, Winid)", "newCloseButton-2"},
319  {"destroy", "destroy(This :: wxBitmapButton())", "destroy-1"}
320]}.
321{"wxBitmapButton.html", {module, "wx"}, ["wxBitmapButton"]}.
322{"wxBitmapDataObject.html", {function, {"wx", "wxBitmapDataObject"}},
323[
324  {"new", "new()", "new-0"},
325  {"new", "new(Options :: [Option])", "new-1"},
326  {"new", "new(Bitmap)", "new-1"},
327  {"getBitmap", "getBitmap(This)", "getBitmap-1"},
328  {"setBitmap", "setBitmap(This, Bitmap)", "setBitmap-2"},
329  {"destroy", "destroy(This :: wxBitmapDataObject())", "destroy-1"}
330]}.
331{"wxBitmapDataObject.html", {module, "wx"}, ["wxBitmapDataObject"]}.
332{"wxBitmap.html", {function, {"wx", "wxBitmap"}},
333[
334  {"new", "new()", "new-0"},
335  {"new", "new(Name)", "new-1"},
336  {"new", "new(Sz)", "new-1"},
337  {"new", "new(Img)", "new-1"},
338  {"new", "new(Width, Height)", "new-2"},
339  {"new", "new(Name, Height :: [Option])", "new-2"},
340  {"new", "new(Sz, Height :: [Option])", "new-2"},
341  {"new", "new(Img, Height :: [Option])", "new-2"},
342  {"new", "new(Bits, Width, Height)", "new-3"},
343  {"new", "new(Width, Height, Height :: [Option])", "new-3"},
344  {"new", "new(Bits, Width, Height, Options :: [Option])", "new-4"},
345  {"destroy", "destroy(This :: wxBitmap())", "destroy-1"},
346  {"convertToImage", "convertToImage(This)", "convertToImage-1"},
347  {"copyFromIcon", "copyFromIcon(This, Icon)", "copyFromIcon-2"},
348  {"create", "create(This, Sz)", "create-2"},
349  {"create", "create(This, Width, Height)", "create-3"},
350  {"create", "create(This, Sz, Height :: [Option])", "create-3"},
351  {"create", "create(This, Width, Height, Options :: [Option])", "create-4"},
352  {"create", "create(This, Width, Height, Dc)", "create-4"},
353  {"getDepth", "getDepth(This)", "getDepth-1"},
354  {"getHeight", "getHeight(This)", "getHeight-1"},
355  {"getPalette", "getPalette(This)", "getPalette-1"},
356  {"getMask", "getMask(This)", "getMask-1"},
357  {"getWidth", "getWidth(This)", "getWidth-1"},
358  {"getSubBitmap", "getSubBitmap(This, Rect)", "getSubBitmap-2"},
359  {"loadFile", "loadFile(This, Name)", "loadFile-2"},
360  {"loadFile", "loadFile(This, Name, Options :: [Option])", "loadFile-3"},
361  {"ok", "ok(This)", "ok-1"},
362  {"isOk", "isOk(This)", "isOk-1"},
363  {"saveFile", "saveFile(This, Name, Type)", "saveFile-3"},
364  {"saveFile", "saveFile(This, Name, Type, Options :: [Option])", "saveFile-4"},
365  {"setDepth", "setDepth(This, Depth)", "setDepth-2"},
366  {"setHeight", "setHeight(This, Height)", "setHeight-2"},
367  {"setMask", "setMask(This, Mask)", "setMask-2"},
368  {"setPalette", "setPalette(This, Palette)", "setPalette-2"},
369  {"setWidth", "setWidth(This, Width)", "setWidth-2"}
370]}.
371{"wxBitmap.html", {module, "wx"}, ["wxBitmap"]}.
372{"wxBookCtrlBase.html", {function, {"wx", "wxBookCtrlBase"}},
373[
374  {"addPage", "addPage(This, Page, Text)", "addPage-3"},
375  {"addPage", "addPage(This, Page, Text, Options :: [Option])", "addPage-4"},
376  {"insertPage", "insertPage(This, Index, Page, Text)", "insertPage-4"},
377  {"insertPage", "insertPage(This, Index, Page, Text, Options :: [Option])", "insertPage-5"},
378  {"deletePage", "deletePage(This, Page)", "deletePage-2"},
379  {"removePage", "removePage(This, Page)", "removePage-2"},
380  {"deleteAllPages", "deleteAllPages(This)", "deleteAllPages-1"},
381  {"getPage", "getPage(This, Page)", "getPage-2"},
382  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
383  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
384  {"advanceSelection", "advanceSelection(This)", "advanceSelection-1"},
385  {"advanceSelection", "advanceSelection(This, Options :: [Option])", "advanceSelection-2"},
386  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
387  {"getSelection", "getSelection(This)", "getSelection-1"},
388  {"changeSelection", "changeSelection(This, Page)", "changeSelection-2"},
389  {"hitTest", "hitTest(This, Pt)", "hitTest-2"},
390  {"getPageText", "getPageText(This, NPage)", "getPageText-2"},
391  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"}
392]}.
393{"wxBookCtrlBase.html", {module, "wx"}, ["wxBookCtrlBase"]}.
394{"wxBookCtrlEvent.html", {function, {"wx", "wxBookCtrlEvent"}},
395[
396  {"getOldSelection", "getOldSelection(This)", "getOldSelection-1"},
397  {"getSelection", "getSelection(This)", "getSelection-1"},
398  {"setOldSelection", "setOldSelection(This, Page)", "setOldSelection-2"},
399  {"setSelection", "setSelection(This, Page)", "setSelection-2"}
400]}.
401{"wxBookCtrlEvent.html", {module, "wx"}, ["wxBookCtrlEvent"]}.
402{"wxBoxSizer.html", {function, {"wx", "wxBoxSizer"}},
403[
404  {"new", "new(Orient)", "new-1"},
405  {"getOrientation", "getOrientation(This)", "getOrientation-1"},
406  {"destroy", "destroy(This :: wxBoxSizer())", "destroy-1"}
407]}.
408{"wxBoxSizer.html", {module, "wx"}, ["wxBoxSizer"]}.
409{"wxBrush.html", {function, {"wx", "wxBrush"}},
410[
411  {"new", "new()", "new-0"},
412  {"new", "new(Colour)", "new-1"},
413  {"new", "new(Brush)", "new-1"},
414  {"new", "new(Colour, Options :: [Option])", "new-2"},
415  {"destroy", "destroy(This :: wxBrush())", "destroy-1"},
416  {"getColour", "getColour(This)", "getColour-1"},
417  {"getStipple", "getStipple(This)", "getStipple-1"},
418  {"getStyle", "getStyle(This)", "getStyle-1"},
419  {"isHatch", "isHatch(This)", "isHatch-1"},
420  {"isOk", "isOk(This)", "isOk-1"},
421  {"setColour", "setColour(This, Colour)", "setColour-2"},
422  {"setColour", "setColour(This, Red, Green, Blue)", "setColour-4"},
423  {"setStipple", "setStipple(This, Bitmap)", "setStipple-2"},
424  {"setStyle", "setStyle(This, Style)", "setStyle-2"}
425]}.
426{"wxBrush.html", {module, "wx"}, ["wxBrush"]}.
427{"wxBufferedDC.html", {function, {"wx", "wxBufferedDC"}},
428[
429  {"new", "new()", "new-0"},
430  {"new", "new(Dc)", "new-1"},
431  {"new", "new(Dc, Area)", "new-2"},
432  {"new", "new(Dc, Area :: [Option])", "new-2"},
433  {"new", "new(Dc, Area, Options :: [Option])", "new-3"},
434  {"destroy", "destroy(This :: wxBufferedDC())", "destroy-1"},
435  {"init", "init(This, Dc)", "init-2"},
436  {"init", "init(This, Dc, Area)", "init-3"},
437  {"init", "init(This, Dc, Area :: [Option])", "init-3"},
438  {"init", "init(This, Dc, Area, Options :: [Option])", "init-4"}
439]}.
440{"wxBufferedDC.html", {module, "wx"}, ["wxBufferedDC"]}.
441{"wxBufferedPaintDC.html", {function, {"wx", "wxBufferedPaintDC"}},
442[
443  {"new", "new(Window)", "new-1"},
444  {"new", "new(Window, Buffer)", "new-2"},
445  {"new", "new(Window, Buffer :: [Option])", "new-2"},
446  {"new", "new(Window, Buffer, Options :: [Option])", "new-3"},
447  {"destroy", "destroy(This :: wxBufferedPaintDC())", "destroy-1"}
448]}.
449{"wxBufferedPaintDC.html", {module, "wx"}, ["wxBufferedPaintDC"]}.
450{"wxButton.html", {function, {"wx", "wxButton"}},
451[
452  {"new", "new()", "new-0"},
453  {"new", "new(Parent, Id)", "new-2"},
454  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
455  {"create", "create(This, Parent, Id)", "create-3"},
456  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
457  {"getDefaultSize", "getDefaultSize()", "getDefaultSize-0"},
458  {"getDefaultSize", "getDefaultSize(Win)", "getDefaultSize-1"},
459  {"setDefault", "setDefault(This)", "setDefault-1"},
460  {"setLabel", "setLabel(This, Label)", "setLabel-2"},
461  {"getBitmapDisabled", "getBitmapDisabled(This)", "getBitmapDisabled-1"},
462  {"getBitmapFocus", "getBitmapFocus(This)", "getBitmapFocus-1"},
463  {"getBitmapLabel", "getBitmapLabel(This)", "getBitmapLabel-1"},
464  {"setBitmapDisabled", "setBitmapDisabled(This, Bitmap)", "setBitmapDisabled-2"},
465  {"setBitmapFocus", "setBitmapFocus(This, Bitmap)", "setBitmapFocus-2"},
466  {"setBitmapLabel", "setBitmapLabel(This, Bitmap)", "setBitmapLabel-2"},
467  {"destroy", "destroy(This :: wxButton())", "destroy-1"}
468]}.
469{"wxButton.html", {module, "wx"}, ["wxButton"]}.
470{"wxCalendarCtrl.html", {function, {"wx", "wxCalendarCtrl"}},
471[
472  {"new", "new()", "new-0"},
473  {"new", "new(Parent, Id)", "new-2"},
474  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
475  {"create", "create(This, Parent, Id)", "create-3"},
476  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
477  {"destroy", "destroy(This :: wxCalendarCtrl())", "destroy-1"},
478  {"setDate", "setDate(This, Date)", "setDate-2"},
479  {"getDate", "getDate(This)", "getDate-1"},
480  {"enableYearChange", "enableYearChange(This)", "enableYearChange-1"},
481  {"enableYearChange", "enableYearChange(This, Options :: [Option])", "enableYearChange-2"},
482  {"enableMonthChange", "enableMonthChange(This)", "enableMonthChange-1"},
483  {"enableMonthChange", "enableMonthChange(This, Options :: [Option])", "enableMonthChange-2"},
484  {"enableHolidayDisplay", "enableHolidayDisplay(This)", "enableHolidayDisplay-1"},
485  {"enableHolidayDisplay", "enableHolidayDisplay(This, Options :: [Option])", "enableHolidayDisplay-2"},
486  {"setHeaderColours", "setHeaderColours(This, ColFg, ColBg)", "setHeaderColours-3"},
487  {"getHeaderColourFg", "getHeaderColourFg(This)", "getHeaderColourFg-1"},
488  {"getHeaderColourBg", "getHeaderColourBg(This)", "getHeaderColourBg-1"},
489  {"setHighlightColours", "setHighlightColours(This, ColFg, ColBg)", "setHighlightColours-3"},
490  {"getHighlightColourFg", "getHighlightColourFg(This)", "getHighlightColourFg-1"},
491  {"getHighlightColourBg", "getHighlightColourBg(This)", "getHighlightColourBg-1"},
492  {"setHolidayColours", "setHolidayColours(This, ColFg, ColBg)", "setHolidayColours-3"},
493  {"getHolidayColourFg", "getHolidayColourFg(This)", "getHolidayColourFg-1"},
494  {"getHolidayColourBg", "getHolidayColourBg(This)", "getHolidayColourBg-1"},
495  {"getAttr", "getAttr(This, Day)", "getAttr-2"},
496  {"setAttr", "setAttr(This, Day, Attr)", "setAttr-3"},
497  {"setHoliday", "setHoliday(This, Day)", "setHoliday-2"},
498  {"resetAttr", "resetAttr(This, Day)", "resetAttr-2"},
499  {"hitTest", "hitTest(This, Pos)", "hitTest-2"}
500]}.
501{"wxCalendarCtrl.html", {module, "wx"}, ["wxCalendarCtrl"]}.
502{"wxCalendarDateAttr.html", {function, {"wx", "wxCalendarDateAttr"}},
503[
504  {"new", "new()", "new-0"},
505  {"new", "new(Border)", "new-1"},
506  {"new", "new(Border :: [Option])", "new-1"},
507  {"new", "new(Border, Options :: [Option])", "new-2"},
508  {"setTextColour", "setTextColour(This, ColText)", "setTextColour-2"},
509  {"setBackgroundColour", "setBackgroundColour(This, ColBack)", "setBackgroundColour-2"},
510  {"setBorderColour", "setBorderColour(This, Col)", "setBorderColour-2"},
511  {"setFont", "setFont(This, Font)", "setFont-2"},
512  {"setBorder", "setBorder(This, Border)", "setBorder-2"},
513  {"setHoliday", "setHoliday(This, Holiday)", "setHoliday-2"},
514  {"hasTextColour", "hasTextColour(This)", "hasTextColour-1"},
515  {"hasBackgroundColour", "hasBackgroundColour(This)", "hasBackgroundColour-1"},
516  {"hasBorderColour", "hasBorderColour(This)", "hasBorderColour-1"},
517  {"hasFont", "hasFont(This)", "hasFont-1"},
518  {"hasBorder", "hasBorder(This)", "hasBorder-1"},
519  {"isHoliday", "isHoliday(This)", "isHoliday-1"},
520  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
521  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
522  {"getBorderColour", "getBorderColour(This)", "getBorderColour-1"},
523  {"getFont", "getFont(This)", "getFont-1"},
524  {"getBorder", "getBorder(This)", "getBorder-1"},
525  {"destroy", "destroy(This :: wxCalendarDateAttr())", "destroy-1"}
526]}.
527{"wxCalendarDateAttr.html", {module, "wx"}, ["wxCalendarDateAttr"]}.
528{"wxCalendarEvent.html", {function, {"wx", "wxCalendarEvent"}},
529[
530  {"getWeekDay", "getWeekDay(This)", "getWeekDay-1"},
531  {"getDate", "getDate(This)", "getDate-1"}
532]}.
533{"wxCalendarEvent.html", {module, "wx"}, ["wxCalendarEvent"]}.
534{"wxCaret.html", {function, {"wx", "wxCaret"}},
535[
536  {"new", "new(Window, Size)", "new-2"},
537  {"new", "new(Window, Width, Height)", "new-3"},
538  {"create", "create(This, Window, Size)", "create-3"},
539  {"create", "create(This, Window, Width, Height)", "create-4"},
540  {"getBlinkTime", "getBlinkTime()", "getBlinkTime-0"},
541  {"getPosition", "getPosition(This)", "getPosition-1"},
542  {"getSize", "getSize(This)", "getSize-1"},
543  {"getWindow", "getWindow(This)", "getWindow-1"},
544  {"hide", "hide(This)", "hide-1"},
545  {"isOk", "isOk(This)", "isOk-1"},
546  {"isVisible", "isVisible(This)", "isVisible-1"},
547  {"move", "move(This, Pt)", "move-2"},
548  {"move", "move(This, X, Y)", "move-3"},
549  {"setBlinkTime", "setBlinkTime(Milliseconds)", "setBlinkTime-1"},
550  {"setSize", "setSize(This, Size)", "setSize-2"},
551  {"setSize", "setSize(This, Width, Height)", "setSize-3"},
552  {"show", "show(This)", "show-1"},
553  {"show", "show(This, Options :: [Option])", "show-2"},
554  {"destroy", "destroy(This :: wxCaret())", "destroy-1"}
555]}.
556{"wxCaret.html", {module, "wx"}, ["wxCaret"]}.
557{"wxCheckBox.html", {function, {"wx", "wxCheckBox"}},
558[
559  {"new", "new()", "new-0"},
560  {"new", "new(Parent, Id, Label)", "new-3"},
561  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
562  {"destroy", "destroy(This :: wxCheckBox())", "destroy-1"},
563  {"create", "create(This, Parent, Id, Label)", "create-4"},
564  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"},
565  {"getValue", "getValue(This)", "getValue-1"},
566  {"get3StateValue", "get3StateValue(This)", "get3StateValue-1"},
567  {"is3rdStateAllowedForUser", "is3rdStateAllowedForUser(This)", "is3rdStateAllowedForUser-1"},
568  {"is3State", "is3State(This)", "is3State-1"},
569  {"isChecked", "isChecked(This)", "isChecked-1"},
570  {"setValue", "setValue(This, State)", "setValue-2"},
571  {"set3StateValue", "set3StateValue(This, State)", "set3StateValue-2"}
572]}.
573{"wxCheckBox.html", {module, "wx"}, ["wxCheckBox"]}.
574{"wxCheckListBox.html", {function, {"wx", "wxCheckListBox"}},
575[
576  {"new", "new()", "new-0"},
577  {"new", "new(Parent, Id)", "new-2"},
578  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
579  {"destroy", "destroy(This :: wxCheckListBox())", "destroy-1"},
580  {"check", "check(This, Item)", "check-2"},
581  {"check", "check(This, Item, Options :: [Option])", "check-3"},
582  {"isChecked", "isChecked(This, Item)", "isChecked-2"}
583]}.
584{"wxCheckListBox.html", {module, "wx"}, ["wxCheckListBox"]}.
585{"wxChildFocusEvent.html", {function, {"wx", "wxChildFocusEvent"}},
586[
587  {"getWindow", "getWindow(This)", "getWindow-1"}
588]}.
589{"wxChildFocusEvent.html", {module, "wx"}, ["wxChildFocusEvent"]}.
590{"wxChoicebook.html", {function, {"wx", "wxChoicebook"}},
591[
592  {"new", "new()", "new-0"},
593  {"new", "new(Parent, Id)", "new-2"},
594  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
595  {"addPage", "addPage(This, Page, Text)", "addPage-3"},
596  {"addPage", "addPage(This, Page, Text, Options :: [Option])", "addPage-4"},
597  {"advanceSelection", "advanceSelection(This)", "advanceSelection-1"},
598  {"advanceSelection", "advanceSelection(This, Options :: [Option])", "advanceSelection-2"},
599  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
600  {"create", "create(This, Parent, Id)", "create-3"},
601  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
602  {"deleteAllPages", "deleteAllPages(This)", "deleteAllPages-1"},
603  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
604  {"getImageList", "getImageList(This)", "getImageList-1"},
605  {"getPage", "getPage(This, Page)", "getPage-2"},
606  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
607  {"getPageImage", "getPageImage(This, NPage)", "getPageImage-2"},
608  {"getPageText", "getPageText(This, NPage)", "getPageText-2"},
609  {"getSelection", "getSelection(This)", "getSelection-1"},
610  {"hitTest", "hitTest(This, Pt)", "hitTest-2"},
611  {"insertPage", "insertPage(This, Index, Page, Text)", "insertPage-4"},
612  {"insertPage", "insertPage(This, Index, Page, Text, Options :: [Option])", "insertPage-5"},
613  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
614  {"setPageSize", "setPageSize(This, Size)", "setPageSize-2"},
615  {"setPageImage", "setPageImage(This, Page, Image)", "setPageImage-3"},
616  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"},
617  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
618  {"changeSelection", "changeSelection(This, Page)", "changeSelection-2"},
619  {"destroy", "destroy(This :: wxChoicebook())", "destroy-1"}
620]}.
621{"wxChoicebook.html", {module, "wx"}, ["wxChoicebook"]}.
622{"wxChoice.html", {function, {"wx", "wxChoice"}},
623[
624  {"new", "new()", "new-0"},
625  {"new", "new(Parent, Id)", "new-2"},
626  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
627  {"destroy", "destroy(This :: wxChoice())", "destroy-1"},
628  {"create", "create(This, Parent, Id, Pos, Size, Choices)", "create-6"},
629  {"create", "create(This, Parent, Id, Pos, Size, Choices, Options :: [Option])", "create-7"},
630  {"delete", "delete(This, N)", "delete-2"},
631  {"getColumns", "getColumns(This)", "getColumns-1"},
632  {"setColumns", "setColumns(This)", "setColumns-1"},
633  {"setColumns", "setColumns(This, Options :: [Option])", "setColumns-2"}
634]}.
635{"wxChoice.html", {module, "wx"}, ["wxChoice"]}.
636{"wxClientDC.html", {function, {"wx", "wxClientDC"}},
637[
638  {"new", "new(Window)", "new-1"},
639  {"destroy", "destroy(This :: wxClientDC())", "destroy-1"}
640]}.
641{"wxClientDC.html", {module, "wx"}, ["wxClientDC"]}.
642{"wxClipboardTextEvent.html", {function, {"wx", "wxClipboardTextEvent"}},
643[
644]}.
645{"wxClipboardTextEvent.html", {module, "wx"}, ["wxClipboardTextEvent"]}.
646{"wxClipboard.html", {function, {"wx", "wxClipboard"}},
647[
648  {"new", "new()", "new-0"},
649  {"destroy", "destroy(This :: wxClipboard())", "destroy-1"},
650  {"addData", "addData(This, Data)", "addData-2"},
651  {"clear", "clear(This)", "clear-1"},
652  {"close", "close(This)", "close-1"},
653  {"flush", "flush(This)", "flush-1"},
654  {"getData", "getData(This, Data)", "getData-2"},
655  {"isOpened", "isOpened(This)", "isOpened-1"},
656  {"open", "open(This)", "open-1"},
657  {"setData", "setData(This, Data)", "setData-2"},
658  {"usePrimarySelection", "usePrimarySelection(This)", "usePrimarySelection-1"},
659  {"usePrimarySelection", "usePrimarySelection(This, Options :: [Option])", "usePrimarySelection-2"},
660  {"isSupported", "isSupported(This, Format)", "isSupported-2"},
661  {"get", "get()", "get-0"}
662]}.
663{"wxClipboard.html", {module, "wx"}, ["wxClipboard"]}.
664{"wxCloseEvent.html", {function, {"wx", "wxCloseEvent"}},
665[
666  {"canVeto", "canVeto(This)", "canVeto-1"},
667  {"getLoggingOff", "getLoggingOff(This)", "getLoggingOff-1"},
668  {"setCanVeto", "setCanVeto(This, CanVeto)", "setCanVeto-2"},
669  {"setLoggingOff", "setLoggingOff(This, LoggingOff)", "setLoggingOff-2"},
670  {"veto", "veto(This)", "veto-1"},
671  {"veto", "veto(This, Options :: [Option])", "veto-2"}
672]}.
673{"wxCloseEvent.html", {module, "wx"}, ["wxCloseEvent"]}.
674{"wxColourData.html", {function, {"wx", "wxColourData"}},
675[
676  {"new", "new()", "new-0"},
677  {"destroy", "destroy(This :: wxColourData())", "destroy-1"},
678  {"getChooseFull", "getChooseFull(This)", "getChooseFull-1"},
679  {"getColour", "getColour(This)", "getColour-1"},
680  {"getCustomColour", "getCustomColour(This, I)", "getCustomColour-2"},
681  {"setChooseFull", "setChooseFull(This, Flag)", "setChooseFull-2"},
682  {"setColour", "setColour(This, Colour)", "setColour-2"},
683  {"setCustomColour", "setCustomColour(This, I, Colour)", "setCustomColour-3"}
684]}.
685{"wxColourData.html", {module, "wx"}, ["wxColourData"]}.
686{"wxColourDialog.html", {function, {"wx", "wxColourDialog"}},
687[
688  {"new", "new()", "new-0"},
689  {"new", "new(Parent)", "new-1"},
690  {"new", "new(Parent, Options :: [Option])", "new-2"},
691  {"destroy", "destroy(This :: wxColourDialog())", "destroy-1"},
692  {"create", "create(This, Parent)", "create-2"},
693  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
694  {"getColourData", "getColourData(This)", "getColourData-1"}
695]}.
696{"wxColourDialog.html", {module, "wx"}, ["wxColourDialog"]}.
697{"wxColourPickerCtrl.html", {function, {"wx", "wxColourPickerCtrl"}},
698[
699  {"new", "new()", "new-0"},
700  {"new", "new(Parent, Id)", "new-2"},
701  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
702  {"create", "create(This, Parent, Id)", "create-3"},
703  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
704  {"getColour", "getColour(This)", "getColour-1"},
705  {"setColour", "setColour(This, Colname)", "setColour-2"},
706  {"setColour", "setColour(This, Col)", "setColour-2"},
707  {"destroy", "destroy(This :: wxColourPickerCtrl())", "destroy-1"}
708]}.
709{"wxColourPickerCtrl.html", {module, "wx"}, ["wxColourPickerCtrl"]}.
710{"wxColourPickerEvent.html", {function, {"wx", "wxColourPickerEvent"}},
711[
712  {"getColour", "getColour(This)", "getColour-1"}
713]}.
714{"wxColourPickerEvent.html", {module, "wx"}, ["wxColourPickerEvent"]}.
715{"wxComboBox.html", {function, {"wx", "wxComboBox"}},
716[
717  {"new", "new()", "new-0"},
718  {"new", "new(Parent, Id)", "new-2"},
719  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
720  {"destroy", "destroy(This :: wxComboBox())", "destroy-1"},
721  {"create", "create(This, Parent, Id, Value, Pos, Size, Choices)", "create-7"},
722  {"create", "create(This, Parent, Id, Value, Pos, Size, Choices,Options :: [Option])", "create-8"},
723  {"canCopy", "canCopy(This)", "canCopy-1"},
724  {"canCut", "canCut(This)", "canCut-1"},
725  {"canPaste", "canPaste(This)", "canPaste-1"},
726  {"canRedo", "canRedo(This)", "canRedo-1"},
727  {"canUndo", "canUndo(This)", "canUndo-1"},
728  {"copy", "copy(This)", "copy-1"},
729  {"cut", "cut(This)", "cut-1"},
730  {"getInsertionPoint", "getInsertionPoint(This)", "getInsertionPoint-1"},
731  {"getLastPosition", "getLastPosition(This)", "getLastPosition-1"},
732  {"getValue", "getValue(This)", "getValue-1"},
733  {"paste", "paste(This)", "paste-1"},
734  {"redo", "redo(This)", "redo-1"},
735  {"replace", "replace(This, From, To, Value)", "replace-4"},
736  {"remove", "remove(This, From, To)", "remove-3"},
737  {"setInsertionPoint", "setInsertionPoint(This, Pos)", "setInsertionPoint-2"},
738  {"setInsertionPointEnd", "setInsertionPointEnd(This)", "setInsertionPointEnd-1"},
739  {"setSelection", "setSelection(This, N)", "setSelection-2"},
740  {"setSelection", "setSelection(This, From, To)", "setSelection-3"},
741  {"setValue", "setValue(This, Text)", "setValue-2"},
742  {"undo", "undo(This)", "undo-1"}
743]}.
744{"wxComboBox.html", {module, "wx"}, ["wxComboBox"]}.
745{"wxCommandEvent.html", {function, {"wx", "wxCommandEvent"}},
746[
747  {"getClientData", "getClientData(This)", "getClientData-1"},
748  {"getExtraLong", "getExtraLong(This)", "getExtraLong-1"},
749  {"getInt", "getInt(This)", "getInt-1"},
750  {"getSelection", "getSelection(This)", "getSelection-1"},
751  {"getString", "getString(This)", "getString-1"},
752  {"isChecked", "isChecked(This)", "isChecked-1"},
753  {"isSelection", "isSelection(This)", "isSelection-1"},
754  {"setInt", "setInt(This, IntCommand)", "setInt-2"},
755  {"setString", "setString(This, String)", "setString-2"}
756]}.
757{"wxCommandEvent.html", {module, "wx"}, ["wxCommandEvent"]}.
758{"wxContextMenuEvent.html", {function, {"wx", "wxContextMenuEvent"}},
759[
760  {"getPosition", "getPosition(This)", "getPosition-1"},
761  {"setPosition", "setPosition(This, Point)", "setPosition-2"}
762]}.
763{"wxContextMenuEvent.html", {module, "wx"}, ["wxContextMenuEvent"]}.
764{"wxControlWithItems.html", {function, {"wx", "wxControlWithItems"}},
765[
766  {"append", "append(This, Item)", "append-2"},
767  {"append", "append(This, Item, ClientData)", "append-3"},
768  {"appendStrings", "appendStrings(This, Items)", "appendStrings-2"},
769  {"appendStrings", "appendStrings(This, Items, ClientsData)", "appendStrings-3"},
770  {"clear", "clear(This)", "clear-1"},
771  {"delete", "delete(This, N)", "delete-2"},
772  {"findString", "findString(This, String)", "findString-2"},
773  {"findString", "findString(This, String, Options :: [Option])", "findString-3"},
774  {"getClientData", "getClientData(This, N)", "getClientData-2"},
775  {"setClientData", "setClientData(This, N, Data)", "setClientData-3"},
776  {"getCount", "getCount(This)", "getCount-1"},
777  {"getSelection", "getSelection(This)", "getSelection-1"},
778  {"getString", "getString(This, N)", "getString-2"},
779  {"getStringSelection", "getStringSelection(This)", "getStringSelection-1"},
780  {"insert", "insert(This, Item, Pos)", "insert-3"},
781  {"insert", "insert(This, Item, Pos, ClientData)", "insert-4"},
782  {"insertStrings", "insertStrings(This, Items, Pos)", "insertStrings-3"},
783  {"insertStrings", "insertStrings(This, Items, Pos, ClientsData)", "insertStrings-4"},
784  {"isEmpty", "isEmpty(This)", "isEmpty-1"},
785  {"select", "select(This, N)", "select-2"},
786  {"setSelection", "setSelection(This, N)", "setSelection-2"},
787  {"setString", "setString(This, N, String)", "setString-3"},
788  {"setStringSelection", "setStringSelection(This, String)", "setStringSelection-2"}
789]}.
790{"wxControlWithItems.html", {module, "wx"}, ["wxControlWithItems"]}.
791{"wxControl.html", {function, {"wx", "wxControl"}},
792[
793  {"getLabel", "getLabel(This)", "getLabel-1"},
794  {"setLabel", "setLabel(This, Label)", "setLabel-2"}
795]}.
796{"wxControl.html", {module, "wx"}, ["wxControl"]}.
797{"wxCursor.html", {function, {"wx", "wxCursor"}},
798[
799  {"new", "new()", "new-0"},
800  {"new", "new(CursorName)", "new-1"},
801  {"new", "new(Image)", "new-1"},
802  {"new", "new(CursorId)", "new-1"},
803  {"new", "new(CursorName, Options :: [Option])", "new-2"},
804  {"destroy", "destroy(This :: wxCursor())", "destroy-1"},
805  {"ok", "ok(This)", "ok-1"},
806  {"isOk", "isOk(This)", "isOk-1"}
807]}.
808{"wxCursor.html", {module, "wx"}, ["wxCursor"]}.
809{"wxDataObject.html", {function, {"wx", "wxDataObject"}},
810[
811]}.
812{"wxDataObject.html", {module, "wx"}, ["wxDataObject"]}.
813{"wxDateEvent.html", {function, {"wx", "wxDateEvent"}},
814[
815  {"getDate", "getDate(This)", "getDate-1"}
816]}.
817{"wxDateEvent.html", {module, "wx"}, ["wxDateEvent"]}.
818{"wxDatePickerCtrl.html", {function, {"wx", "wxDatePickerCtrl"}},
819[
820  {"new", "new()", "new-0"},
821  {"new", "new(Parent, Id)", "new-2"},
822  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
823  {"getRange", "getRange(This, Dt1, Dt2)", "getRange-3"},
824  {"getValue", "getValue(This)", "getValue-1"},
825  {"setRange", "setRange(This, Dt1, Dt2)", "setRange-3"},
826  {"setValue", "setValue(This, Dt)", "setValue-2"},
827  {"destroy", "destroy(This :: wxDatePickerCtrl())", "destroy-1"}
828]}.
829{"wxDatePickerCtrl.html", {module, "wx"}, ["wxDatePickerCtrl"]}.
830{"wxDCOverlay.html", {function, {"wx", "wxDCOverlay"}},
831[
832  {"new", "new(Overlay, Dc)", "new-2"},
833  {"new", "new(Overlay, Dc, X, Y, Width, Height)", "new-6"},
834  {"destroy", "destroy(This :: wxDCOverlay())", "destroy-1"},
835  {"clear", "clear(This)", "clear-1"}
836]}.
837{"wxDCOverlay.html", {module, "wx"}, ["wxDCOverlay"]}.
838{"wxDC.html", {function, {"wx", "wxDC"}},
839[
840  {"blit", "blit(This, Dest, Size, Source, Src)", "blit-5"},
841  {"blit", "blit(This, Dest, Size, Source, Src, Options :: [Option])", "blit-6"},
842  {"calcBoundingBox", "calcBoundingBox(This, X, Y)", "calcBoundingBox-3"},
843  {"clear", "clear(This)", "clear-1"},
844  {"crossHair", "crossHair(This, Pt)", "crossHair-2"},
845  {"destroyClippingRegion", "destroyClippingRegion(This)", "destroyClippingRegion-1"},
846  {"deviceToLogicalX", "deviceToLogicalX(This, X)", "deviceToLogicalX-2"},
847  {"deviceToLogicalXRel", "deviceToLogicalXRel(This, X)", "deviceToLogicalXRel-2"},
848  {"deviceToLogicalY", "deviceToLogicalY(This, Y)", "deviceToLogicalY-2"},
849  {"deviceToLogicalYRel", "deviceToLogicalYRel(This, Y)", "deviceToLogicalYRel-2"},
850  {"drawArc", "drawArc(This, PtStart, PtEnd, Centre)", "drawArc-4"},
851  {"drawBitmap", "drawBitmap(This, Bmp, Pt)", "drawBitmap-3"},
852  {"drawBitmap", "drawBitmap(This, Bmp, Pt, Options :: [Option])", "drawBitmap-4"},
853  {"drawCheckMark", "drawCheckMark(This, Rect)", "drawCheckMark-2"},
854  {"drawCircle", "drawCircle(This, Pt, Radius)", "drawCircle-3"},
855  {"drawEllipse", "drawEllipse(This, Rect)", "drawEllipse-2"},
856  {"drawEllipse", "drawEllipse(This, Pt, Size)", "drawEllipse-3"},
857  {"drawEllipticArc", "drawEllipticArc(This, Pt, Sz, Sa, Ea)", "drawEllipticArc-5"},
858  {"drawIcon", "drawIcon(This, Icon, Pt)", "drawIcon-3"},
859  {"drawLabel", "drawLabel(This, Text, Rect)", "drawLabel-3"},
860  {"drawLabel", "drawLabel(This, Text, Rect, Options :: [Option])", "drawLabel-4"},
861  {"drawLine", "drawLine(This, Pt1, Pt2)", "drawLine-3"},
862  {"drawLines", "drawLines(This, Points)", "drawLines-2"},
863  {"drawLines", "drawLines(This, Points, Options :: [Option])", "drawLines-3"},
864  {"drawPolygon", "drawPolygon(This, Points)", "drawPolygon-2"},
865  {"drawPolygon", "drawPolygon(This, Points, Options :: [Option])", "drawPolygon-3"},
866  {"drawPoint", "drawPoint(This, Pt)", "drawPoint-2"},
867  {"drawRectangle", "drawRectangle(This, Rect)", "drawRectangle-2"},
868  {"drawRectangle", "drawRectangle(This, Pt, Sz)", "drawRectangle-3"},
869  {"drawRotatedText", "drawRotatedText(This, Text, Point, Angle)", "drawRotatedText-4"},
870  {"drawRoundedRectangle", "drawRoundedRectangle(This, Rect, Radius)", "drawRoundedRectangle-3"},
871  {"drawRoundedRectangle", "drawRoundedRectangle(This, Pt, Sz, Radius)", "drawRoundedRectangle-4"},
872  {"drawText", "drawText(This, Text, Pt)", "drawText-3"},
873  {"endDoc", "endDoc(This)", "endDoc-1"},
874  {"endPage", "endPage(This)", "endPage-1"},
875  {"floodFill", "floodFill(This, Pt, Col)", "floodFill-3"},
876  {"floodFill", "floodFill(This, Pt, Col, Options :: [Option])", "floodFill-4"},
877  {"getBackground", "getBackground(This)", "getBackground-1"},
878  {"getBackgroundMode", "getBackgroundMode(This)", "getBackgroundMode-1"},
879  {"getBrush", "getBrush(This)", "getBrush-1"},
880  {"getCharHeight", "getCharHeight(This)", "getCharHeight-1"},
881  {"getCharWidth", "getCharWidth(This)", "getCharWidth-1"},
882  {"getClippingBox", "getClippingBox(This)", "getClippingBox-1"},
883  {"getFont", "getFont(This)", "getFont-1"},
884  {"getLayoutDirection", "getLayoutDirection(This)", "getLayoutDirection-1"},
885  {"getLogicalFunction", "getLogicalFunction(This)", "getLogicalFunction-1"},
886  {"getMapMode", "getMapMode(This)", "getMapMode-1"},
887  {"getMultiLineTextExtent", "getMultiLineTextExtent(This, String)", "getMultiLineTextExtent-2"},
888  {"getMultiLineTextExtent", "getMultiLineTextExtent(This, String, Options :: [Option])", "getMultiLineTextExtent-3"},
889  {"getPartialTextExtents", "getPartialTextExtents(This, Text)", "getPartialTextExtents-2"},
890  {"getPen", "getPen(This)", "getPen-1"},
891  {"getPixel", "getPixel(This, Pos)", "getPixel-2"},
892  {"getPPI", "getPPI(This)", "getPPI-1"},
893  {"getSize", "getSize(This)", "getSize-1"},
894  {"getSizeMM", "getSizeMM(This)", "getSizeMM-1"},
895  {"getTextBackground", "getTextBackground(This)", "getTextBackground-1"},
896  {"getTextExtent", "getTextExtent(This, String)", "getTextExtent-2"},
897  {"getTextExtent", "getTextExtent(This, String, Options :: [Option])", "getTextExtent-3"},
898  {"getTextForeground", "getTextForeground(This)", "getTextForeground-1"},
899  {"getUserScale", "getUserScale(This)", "getUserScale-1"},
900  {"gradientFillConcentric", "gradientFillConcentric(This, Rect, InitialColour, DestColour)", "gradientFillConcentric-4"},
901  {"gradientFillConcentric", "gradientFillConcentric(This, Rect, InitialColour, DestColour,CircleCenter)", "gradientFillConcentric-5"},
902  {"gradientFillLinear", "gradientFillLinear(This, Rect, InitialColour, DestColour)", "gradientFillLinear-4"},
903  {"gradientFillLinear", "gradientFillLinear(This, Rect, InitialColour, DestColour,Options :: [Option])", "gradientFillLinear-5"},
904  {"logicalToDeviceX", "logicalToDeviceX(This, X)", "logicalToDeviceX-2"},
905  {"logicalToDeviceXRel", "logicalToDeviceXRel(This, X)", "logicalToDeviceXRel-2"},
906  {"logicalToDeviceY", "logicalToDeviceY(This, Y)", "logicalToDeviceY-2"},
907  {"logicalToDeviceYRel", "logicalToDeviceYRel(This, Y)", "logicalToDeviceYRel-2"},
908  {"maxX", "maxX(This)", "maxX-1"},
909  {"maxY", "maxY(This)", "maxY-1"},
910  {"minX", "minX(This)", "minX-1"},
911  {"minY", "minY(This)", "minY-1"},
912  {"isOk", "isOk(This)", "isOk-1"},
913  {"resetBoundingBox", "resetBoundingBox(This)", "resetBoundingBox-1"},
914  {"setAxisOrientation", "setAxisOrientation(This, XLeftRight, YBottomUp)", "setAxisOrientation-3"},
915  {"setBackground", "setBackground(This, Brush)", "setBackground-2"},
916  {"setBackgroundMode", "setBackgroundMode(This, Mode)", "setBackgroundMode-2"},
917  {"setBrush", "setBrush(This, Brush)", "setBrush-2"},
918  {"setClippingRegion", "setClippingRegion(This, Rect)", "setClippingRegion-2"},
919  {"setClippingRegion", "setClippingRegion(This, Pt, Sz)", "setClippingRegion-3"},
920  {"setDeviceOrigin", "setDeviceOrigin(This, X, Y)", "setDeviceOrigin-3"},
921  {"setFont", "setFont(This, Font)", "setFont-2"},
922  {"setLayoutDirection", "setLayoutDirection(This, Dir)", "setLayoutDirection-2"},
923  {"setLogicalFunction", "setLogicalFunction(This, Function)", "setLogicalFunction-2"},
924  {"setMapMode", "setMapMode(This, Mode)", "setMapMode-2"},
925  {"setPalette", "setPalette(This, Palette)", "setPalette-2"},
926  {"setPen", "setPen(This, Pen)", "setPen-2"},
927  {"setTextBackground", "setTextBackground(This, Colour)", "setTextBackground-2"},
928  {"setTextForeground", "setTextForeground(This, Colour)", "setTextForeground-2"},
929  {"setUserScale", "setUserScale(This, XScale, YScale)", "setUserScale-3"},
930  {"startDoc", "startDoc(This, Message)", "startDoc-2"},
931  {"startPage", "startPage(This)", "startPage-1"}
932]}.
933{"wxDC.html", {module, "wx"}, ["wxDC"]}.
934{"wxDialog.html", {function, {"wx", "wxDialog"}},
935[
936  {"new", "new()", "new-0"},
937  {"new", "new(Parent, Id, Title)", "new-3"},
938  {"new", "new(Parent, Id, Title, Options :: [Option])", "new-4"},
939  {"destroy", "destroy(This :: wxDialog())", "destroy-1"},
940  {"create", "create(This, Parent, Id, Title)", "create-4"},
941  {"create", "create(This, Parent, Id, Title, Options :: [Option])", "create-5"},
942  {"createButtonSizer", "createButtonSizer(This, Flags)", "createButtonSizer-2"},
943  {"createStdDialogButtonSizer", "createStdDialogButtonSizer(This, Flags)", "createStdDialogButtonSizer-2"},
944  {"endModal", "endModal(This, RetCode)", "endModal-2"},
945  {"getAffirmativeId", "getAffirmativeId(This)", "getAffirmativeId-1"},
946  {"getReturnCode", "getReturnCode(This)", "getReturnCode-1"},
947  {"isModal", "isModal(This)", "isModal-1"},
948  {"setAffirmativeId", "setAffirmativeId(This, Id)", "setAffirmativeId-2"},
949  {"setReturnCode", "setReturnCode(This, RetCode)", "setReturnCode-2"},
950  {"show", "show(This)", "show-1"},
951  {"show", "show(This, Options :: [Option])", "show-2"},
952  {"showModal", "showModal(This)", "showModal-1"}
953]}.
954{"wxDialog.html", {module, "wx"}, ["wxDialog"]}.
955{"wxDirDialog.html", {function, {"wx", "wxDirDialog"}},
956[
957  {"new", "new(Parent)", "new-1"},
958  {"new", "new(Parent, Options :: [Option])", "new-2"},
959  {"destroy", "destroy(This :: wxDirDialog())", "destroy-1"},
960  {"getPath", "getPath(This)", "getPath-1"},
961  {"getMessage", "getMessage(This)", "getMessage-1"},
962  {"setMessage", "setMessage(This, Message)", "setMessage-2"},
963  {"setPath", "setPath(This, Path)", "setPath-2"}
964]}.
965{"wxDirDialog.html", {module, "wx"}, ["wxDirDialog"]}.
966{"wxDirPickerCtrl.html", {function, {"wx", "wxDirPickerCtrl"}},
967[
968  {"new", "new()", "new-0"},
969  {"new", "new(Parent, Id)", "new-2"},
970  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
971  {"create", "create(This, Parent, Id)", "create-3"},
972  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
973  {"getPath", "getPath(This)", "getPath-1"},
974  {"setPath", "setPath(This, Dirname)", "setPath-2"},
975  {"destroy", "destroy(This :: wxDirPickerCtrl())", "destroy-1"}
976]}.
977{"wxDirPickerCtrl.html", {module, "wx"}, ["wxDirPickerCtrl"]}.
978{"wxDisplayChangedEvent.html", {function, {"wx", "wxDisplayChangedEvent"}},
979[
980]}.
981{"wxDisplayChangedEvent.html", {module, "wx"}, ["wxDisplayChangedEvent"]}.
982{"wxDisplay.html", {function, {"wx", "wxDisplay"}},
983[
984  {"new", "new()", "new-0"},
985  {"new", "new(Index)", "new-1"},
986  {"new", "new(Window)", "new-1"},
987  {"destroy", "destroy(This :: wxDisplay())", "destroy-1"},
988  {"isOk", "isOk(This)", "isOk-1"},
989  {"getClientArea", "getClientArea(This)", "getClientArea-1"},
990  {"getGeometry", "getGeometry(This)", "getGeometry-1"},
991  {"getName", "getName(This)", "getName-1"},
992  {"isPrimary", "isPrimary(This)", "isPrimary-1"},
993  {"getCount", "getCount()", "getCount-0"},
994  {"getFromPoint", "getFromPoint(Pt)", "getFromPoint-1"},
995  {"getFromWindow", "getFromWindow(Win)", "getFromWindow-1"},
996  {"getPPI", "getPPI(This)", "getPPI-1"}
997]}.
998{"wxDisplay.html", {module, "wx"}, ["wxDisplay"]}.
999{"wxDropFilesEvent.html", {function, {"wx", "wxDropFilesEvent"}},
1000[
1001  {"getPosition", "getPosition(This)", "getPosition-1"},
1002  {"getNumberOfFiles", "getNumberOfFiles(This)", "getNumberOfFiles-1"},
1003  {"getFiles", "getFiles(This)", "getFiles-1"}
1004]}.
1005{"wxDropFilesEvent.html", {module, "wx"}, ["wxDropFilesEvent"]}.
1006{"wxEraseEvent.html", {function, {"wx", "wxEraseEvent"}},
1007[
1008  {"getDC", "getDC(This)", "getDC-1"}
1009]}.
1010{"wxEraseEvent.html", {module, "wx"}, ["wxEraseEvent"]}.
1011{"wxEvent.html", {function, {"wx", "wxEvent"}},
1012[
1013  {"getId", "getId(This)", "getId-1"},
1014  {"getSkipped", "getSkipped(This)", "getSkipped-1"},
1015  {"getTimestamp", "getTimestamp(This)", "getTimestamp-1"},
1016  {"isCommandEvent", "isCommandEvent(This)", "isCommandEvent-1"},
1017  {"resumePropagation", "resumePropagation(This, PropagationLevel)", "resumePropagation-2"},
1018  {"shouldPropagate", "shouldPropagate(This)", "shouldPropagate-1"},
1019  {"skip", "skip(This)", "skip-1"},
1020  {"skip", "skip(This, Options :: [Option])", "skip-2"},
1021  {"stopPropagation", "stopPropagation(This)", "stopPropagation-1"}
1022]}.
1023{"wxEvent.html", {module, "wx"}, ["wxEvent"]}.
1024{"wxEvtHandler.html", {function, {"wx", "wxEvtHandler"}},
1025[
1026  {"connect", "connect(This :: wxEvtHandler(), EventType :: wxEventType())", "connect-2"},
1027  {"connect", "connect(This :: wxEvtHandler(),EventType :: wxEventType(),Options :: [Option])", "connect-3"},
1028  {"disconnect", "disconnect(This :: wxEvtHandler())", "disconnect-1"},
1029  {"disconnect", "disconnect(This :: wxEvtHandler(), EventType :: wxEventType())", "disconnect-2"},
1030  {"disconnect", "disconnect(This :: wxEvtHandler(),EventType :: wxEventType(),Opts :: [Option])", "disconnect-3"}
1031]}.
1032{"wxEvtHandler.html", {module, "wx"}, ["wxEvtHandler"]}.
1033{"wxFileDataObject.html", {function, {"wx", "wxFileDataObject"}},
1034[
1035  {"new", "new()", "new-0"},
1036  {"addFile", "addFile(This, File)", "addFile-2"},
1037  {"getFilenames", "getFilenames(This)", "getFilenames-1"},
1038  {"destroy", "destroy(This :: wxFileDataObject())", "destroy-1"}
1039]}.
1040{"wxFileDataObject.html", {module, "wx"}, ["wxFileDataObject"]}.
1041{"wxFileDialog.html", {function, {"wx", "wxFileDialog"}},
1042[
1043  {"new", "new(Parent)", "new-1"},
1044  {"new", "new(Parent, Options :: [Option])", "new-2"},
1045  {"destroy", "destroy(This :: wxFileDialog())", "destroy-1"},
1046  {"getDirectory", "getDirectory(This)", "getDirectory-1"},
1047  {"getFilename", "getFilename(This)", "getFilename-1"},
1048  {"getFilenames", "getFilenames(This)", "getFilenames-1"},
1049  {"getFilterIndex", "getFilterIndex(This)", "getFilterIndex-1"},
1050  {"getMessage", "getMessage(This)", "getMessage-1"},
1051  {"getPath", "getPath(This)", "getPath-1"},
1052  {"getPaths", "getPaths(This)", "getPaths-1"},
1053  {"getWildcard", "getWildcard(This)", "getWildcard-1"},
1054  {"setDirectory", "setDirectory(This, Directory)", "setDirectory-2"},
1055  {"setFilename", "setFilename(This, Setfilename)", "setFilename-2"},
1056  {"setFilterIndex", "setFilterIndex(This, FilterIndex)", "setFilterIndex-2"},
1057  {"setMessage", "setMessage(This, Message)", "setMessage-2"},
1058  {"setPath", "setPath(This, Path)", "setPath-2"},
1059  {"setWildcard", "setWildcard(This, WildCard)", "setWildcard-2"}
1060]}.
1061{"wxFileDialog.html", {module, "wx"}, ["wxFileDialog"]}.
1062{"wxFileDirPickerEvent.html", {function, {"wx", "wxFileDirPickerEvent"}},
1063[
1064  {"getPath", "getPath(This)", "getPath-1"}
1065]}.
1066{"wxFileDirPickerEvent.html", {module, "wx"}, ["wxFileDirPickerEvent"]}.
1067{"wxFilePickerCtrl.html", {function, {"wx", "wxFilePickerCtrl"}},
1068[
1069  {"new", "new()", "new-0"},
1070  {"new", "new(Parent, Id)", "new-2"},
1071  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
1072  {"create", "create(This, Parent, Id)", "create-3"},
1073  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
1074  {"getPath", "getPath(This)", "getPath-1"},
1075  {"setPath", "setPath(This, Filename)", "setPath-2"},
1076  {"destroy", "destroy(This :: wxFilePickerCtrl())", "destroy-1"}
1077]}.
1078{"wxFilePickerCtrl.html", {module, "wx"}, ["wxFilePickerCtrl"]}.
1079{"wxFindReplaceData.html", {function, {"wx", "wxFindReplaceData"}},
1080[
1081  {"new", "new()", "new-0"},
1082  {"new", "new(Options :: [Option])", "new-1"},
1083  {"getFindString", "getFindString(This)", "getFindString-1"},
1084  {"getReplaceString", "getReplaceString(This)", "getReplaceString-1"},
1085  {"getFlags", "getFlags(This)", "getFlags-1"},
1086  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
1087  {"setFindString", "setFindString(This, Str)", "setFindString-2"},
1088  {"setReplaceString", "setReplaceString(This, Str)", "setReplaceString-2"},
1089  {"destroy", "destroy(This :: wxFindReplaceData())", "destroy-1"}
1090]}.
1091{"wxFindReplaceData.html", {module, "wx"}, ["wxFindReplaceData"]}.
1092{"wxFindReplaceDialog.html", {function, {"wx", "wxFindReplaceDialog"}},
1093[
1094  {"new", "new()", "new-0"},
1095  {"new", "new(Parent, Data, Title)", "new-3"},
1096  {"new", "new(Parent, Data, Title, Options :: [Option])", "new-4"},
1097  {"destroy", "destroy(This :: wxFindReplaceDialog())", "destroy-1"},
1098  {"create", "create(This, Parent, Data, Title)", "create-4"},
1099  {"create", "create(This, Parent, Data, Title, Options :: [Option])", "create-5"},
1100  {"getData", "getData(This)", "getData-1"}
1101]}.
1102{"wxFindReplaceDialog.html", {module, "wx"}, ["wxFindReplaceDialog"]}.
1103{"wxFlexGridSizer.html", {function, {"wx", "wxFlexGridSizer"}},
1104[
1105  {"new", "new(Cols)", "new-1"},
1106  {"new", "new(Cols, Options :: [Option])", "new-2"},
1107  {"new", "new(Cols, Vgap, Hgap)", "new-3"},
1108  {"new", "new(Rows, Cols, Gap)", "new-3"},
1109  {"new", "new(Rows, Cols, Vgap, Hgap)", "new-4"},
1110  {"addGrowableCol", "addGrowableCol(This, Idx)", "addGrowableCol-2"},
1111  {"addGrowableCol", "addGrowableCol(This, Idx, Options :: [Option])", "addGrowableCol-3"},
1112  {"addGrowableRow", "addGrowableRow(This, Idx)", "addGrowableRow-2"},
1113  {"addGrowableRow", "addGrowableRow(This, Idx, Options :: [Option])", "addGrowableRow-3"},
1114  {"getFlexibleDirection", "getFlexibleDirection(This)", "getFlexibleDirection-1"},
1115  {"getNonFlexibleGrowMode", "getNonFlexibleGrowMode(This)", "getNonFlexibleGrowMode-1"},
1116  {"removeGrowableCol", "removeGrowableCol(This, Idx)", "removeGrowableCol-2"},
1117  {"removeGrowableRow", "removeGrowableRow(This, Idx)", "removeGrowableRow-2"},
1118  {"setFlexibleDirection", "setFlexibleDirection(This, Direction)", "setFlexibleDirection-2"},
1119  {"setNonFlexibleGrowMode", "setNonFlexibleGrowMode(This, Mode)", "setNonFlexibleGrowMode-2"},
1120  {"destroy", "destroy(This :: wxFlexGridSizer())", "destroy-1"}
1121]}.
1122{"wxFlexGridSizer.html", {module, "wx"}, ["wxFlexGridSizer"]}.
1123{"wxFocusEvent.html", {function, {"wx", "wxFocusEvent"}},
1124[
1125  {"getWindow", "getWindow(This)", "getWindow-1"}
1126]}.
1127{"wxFocusEvent.html", {module, "wx"}, ["wxFocusEvent"]}.
1128{"wxFontData.html", {function, {"wx", "wxFontData"}},
1129[
1130  {"new", "new()", "new-0"},
1131  {"new", "new(Data)", "new-1"},
1132  {"enableEffects", "enableEffects(This, Enable)", "enableEffects-2"},
1133  {"getAllowSymbols", "getAllowSymbols(This)", "getAllowSymbols-1"},
1134  {"getColour", "getColour(This)", "getColour-1"},
1135  {"getChosenFont", "getChosenFont(This)", "getChosenFont-1"},
1136  {"getEnableEffects", "getEnableEffects(This)", "getEnableEffects-1"},
1137  {"getInitialFont", "getInitialFont(This)", "getInitialFont-1"},
1138  {"getShowHelp", "getShowHelp(This)", "getShowHelp-1"},
1139  {"setAllowSymbols", "setAllowSymbols(This, AllowSymbols)", "setAllowSymbols-2"},
1140  {"setChosenFont", "setChosenFont(This, Font)", "setChosenFont-2"},
1141  {"setColour", "setColour(This, Colour)", "setColour-2"},
1142  {"setInitialFont", "setInitialFont(This, Font)", "setInitialFont-2"},
1143  {"setRange", "setRange(This, Min, Max)", "setRange-3"},
1144  {"setShowHelp", "setShowHelp(This, ShowHelp)", "setShowHelp-2"},
1145  {"destroy", "destroy(This :: wxFontData())", "destroy-1"}
1146]}.
1147{"wxFontData.html", {module, "wx"}, ["wxFontData"]}.
1148{"wxFontDialog.html", {function, {"wx", "wxFontDialog"}},
1149[
1150  {"new", "new()", "new-0"},
1151  {"new", "new(Parent, Data)", "new-2"},
1152  {"create", "create(This, Parent, Data)", "create-3"},
1153  {"getFontData", "getFontData(This)", "getFontData-1"},
1154  {"destroy", "destroy(This :: wxFontDialog())", "destroy-1"}
1155]}.
1156{"wxFontDialog.html", {module, "wx"}, ["wxFontDialog"]}.
1157{"wxFontPickerCtrl.html", {function, {"wx", "wxFontPickerCtrl"}},
1158[
1159  {"new", "new()", "new-0"},
1160  {"new", "new(Parent, Id)", "new-2"},
1161  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
1162  {"create", "create(This, Parent, Id)", "create-3"},
1163  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
1164  {"getSelectedFont", "getSelectedFont(This)", "getSelectedFont-1"},
1165  {"setSelectedFont", "setSelectedFont(This, Font)", "setSelectedFont-2"},
1166  {"getMaxPointSize", "getMaxPointSize(This)", "getMaxPointSize-1"},
1167  {"setMaxPointSize", "setMaxPointSize(This, Max)", "setMaxPointSize-2"},
1168  {"destroy", "destroy(This :: wxFontPickerCtrl())", "destroy-1"}
1169]}.
1170{"wxFontPickerCtrl.html", {module, "wx"}, ["wxFontPickerCtrl"]}.
1171{"wxFontPickerEvent.html", {function, {"wx", "wxFontPickerEvent"}},
1172[
1173  {"getFont", "getFont(This)", "getFont-1"}
1174]}.
1175{"wxFontPickerEvent.html", {module, "wx"}, ["wxFontPickerEvent"]}.
1176{"wxFont.html", {function, {"wx", "wxFont"}},
1177[
1178  {"new", "new()", "new-0"},
1179  {"new", "new(NativeInfoString)", "new-1"},
1180  {"new", "new(Font)", "new-1"},
1181  {"new", "new(PointSize, Family, Style, Weight)", "new-4"},
1182  {"new", "new(PixelSize, Family, Style, Weight)", "new-4"},
1183  {"new", "new(PointSize, Family, Style, Weight, Options :: [Option])", "new-5"},
1184  {"new", "new(PixelSize, Family, Style, Weight, Options :: [Option])", "new-5"},
1185  {"destroy", "destroy(This :: wxFont())", "destroy-1"},
1186  {"isFixedWidth", "isFixedWidth(This)", "isFixedWidth-1"},
1187  {"getDefaultEncoding", "getDefaultEncoding()", "getDefaultEncoding-0"},
1188  {"getFaceName", "getFaceName(This)", "getFaceName-1"},
1189  {"getFamily", "getFamily(This)", "getFamily-1"},
1190  {"getNativeFontInfoDesc", "getNativeFontInfoDesc(This)", "getNativeFontInfoDesc-1"},
1191  {"getNativeFontInfoUserDesc", "getNativeFontInfoUserDesc(This)", "getNativeFontInfoUserDesc-1"},
1192  {"getPointSize", "getPointSize(This)", "getPointSize-1"},
1193  {"getStyle", "getStyle(This)", "getStyle-1"},
1194  {"getUnderlined", "getUnderlined(This)", "getUnderlined-1"},
1195  {"getWeight", "getWeight(This)", "getWeight-1"},
1196  {"ok", "ok(This)", "ok-1"},
1197  {"isOk", "isOk(This)", "isOk-1"},
1198  {"setDefaultEncoding", "setDefaultEncoding(Encoding)", "setDefaultEncoding-1"},
1199  {"setFaceName", "setFaceName(This, FaceName)", "setFaceName-2"},
1200  {"setFamily", "setFamily(This, Family)", "setFamily-2"},
1201  {"setPointSize", "setPointSize(This, PointSize)", "setPointSize-2"},
1202  {"setStyle", "setStyle(This, Style)", "setStyle-2"},
1203  {"setUnderlined", "setUnderlined(This, Underlined)", "setUnderlined-2"},
1204  {"setWeight", "setWeight(This, Weight)", "setWeight-2"}
1205]}.
1206{"wxFont.html", {module, "wx"}, ["wxFont"]}.
1207{"wxFrame.html", {function, {"wx", "wxFrame"}},
1208[
1209  {"new", "new()", "new-0"},
1210  {"new", "new(Parent, Id, Title)", "new-3"},
1211  {"new", "new(Parent, Id, Title, Options :: [Option])", "new-4"},
1212  {"destroy", "destroy(This :: wxFrame())", "destroy-1"},
1213  {"create", "create(This, Parent, Id, Title)", "create-4"},
1214  {"create", "create(This, Parent, Id, Title, Options :: [Option])", "create-5"},
1215  {"createStatusBar", "createStatusBar(This)", "createStatusBar-1"},
1216  {"createStatusBar", "createStatusBar(This, Options :: [Option])", "createStatusBar-2"},
1217  {"createToolBar", "createToolBar(This)", "createToolBar-1"},
1218  {"createToolBar", "createToolBar(This, Options :: [Option])", "createToolBar-2"},
1219  {"getClientAreaOrigin", "getClientAreaOrigin(This)", "getClientAreaOrigin-1"},
1220  {"getMenuBar", "getMenuBar(This)", "getMenuBar-1"},
1221  {"getStatusBar", "getStatusBar(This)", "getStatusBar-1"},
1222  {"getStatusBarPane", "getStatusBarPane(This)", "getStatusBarPane-1"},
1223  {"getToolBar", "getToolBar(This)", "getToolBar-1"},
1224  {"processCommand", "processCommand(This, Id)", "processCommand-2"},
1225  {"sendSizeEvent", "sendSizeEvent(This)", "sendSizeEvent-1"},
1226  {"sendSizeEvent", "sendSizeEvent(This, Options :: [Option])", "sendSizeEvent-2"},
1227  {"setMenuBar", "setMenuBar(This, MenuBar)", "setMenuBar-2"},
1228  {"setStatusBar", "setStatusBar(This, StatusBar)", "setStatusBar-2"},
1229  {"setStatusBarPane", "setStatusBarPane(This, N)", "setStatusBarPane-2"},
1230  {"setStatusText", "setStatusText(This, Text)", "setStatusText-2"},
1231  {"setStatusText", "setStatusText(This, Text, Options :: [Option])", "setStatusText-3"},
1232  {"setStatusWidths", "setStatusWidths(This, Widths_field)", "setStatusWidths-2"},
1233  {"setToolBar", "setToolBar(This, ToolBar)", "setToolBar-2"}
1234]}.
1235{"wxFrame.html", {module, "wx"}, ["wxFrame"]}.
1236{"wxGauge.html", {function, {"wx", "wxGauge"}},
1237[
1238  {"new", "new()", "new-0"},
1239  {"new", "new(Parent, Id, Range)", "new-3"},
1240  {"new", "new(Parent, Id, Range, Options :: [Option])", "new-4"},
1241  {"destroy", "destroy(This :: wxGauge())", "destroy-1"},
1242  {"create", "create(This, Parent, Id, Range)", "create-4"},
1243  {"create", "create(This, Parent, Id, Range, Options :: [Option])", "create-5"},
1244  {"getRange", "getRange(This)", "getRange-1"},
1245  {"getValue", "getValue(This)", "getValue-1"},
1246  {"isVertical", "isVertical(This)", "isVertical-1"},
1247  {"setRange", "setRange(This, Range)", "setRange-2"},
1248  {"setValue", "setValue(This, Pos)", "setValue-2"},
1249  {"pulse", "pulse(This)", "pulse-1"}
1250]}.
1251{"wxGauge.html", {module, "wx"}, ["wxGauge"]}.
1252{"wxGBSizerItem.html", {function, {"wx", "wxGBSizerItem"}},
1253[
1254]}.
1255{"wxGBSizerItem.html", {module, "wx"}, ["wxGBSizerItem"]}.
1256{"wxGCDC.html", {function, {"wx", "wxGCDC"}},
1257[
1258  {"new", "new()", "new-0"},
1259  {"new", "new(WindowDC)", "new-1"},
1260  {"destroy", "destroy(This :: wxGCDC())", "destroy-1"},
1261  {"getGraphicsContext", "getGraphicsContext(This)", "getGraphicsContext-1"},
1262  {"setGraphicsContext", "setGraphicsContext(This, Context)", "setGraphicsContext-2"}
1263]}.
1264{"wxGCDC.html", {module, "wx"}, ["wxGCDC"]}.
1265{"wxGenericDirCtrl.html", {function, {"wx", "wxGenericDirCtrl"}},
1266[
1267  {"new", "new()", "new-0"},
1268  {"new", "new(Parent)", "new-1"},
1269  {"new", "new(Parent, Options :: [Option])", "new-2"},
1270  {"destroy", "destroy(This :: wxGenericDirCtrl())", "destroy-1"},
1271  {"create", "create(This, Parent)", "create-2"},
1272  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
1273  {"init", "init(This)", "init-1"},
1274  {"collapseTree", "collapseTree(This)", "collapseTree-1"},
1275  {"expandPath", "expandPath(This, Path)", "expandPath-2"},
1276  {"getDefaultPath", "getDefaultPath(This)", "getDefaultPath-1"},
1277  {"getPath", "getPath(This)", "getPath-1"},
1278  {"getPath", "getPath(This, ItemId)", "getPath-2"},
1279  {"getFilePath", "getFilePath(This)", "getFilePath-1"},
1280  {"getFilter", "getFilter(This)", "getFilter-1"},
1281  {"getFilterIndex", "getFilterIndex(This)", "getFilterIndex-1"},
1282  {"getRootId", "getRootId(This)", "getRootId-1"},
1283  {"getTreeCtrl", "getTreeCtrl(This)", "getTreeCtrl-1"},
1284  {"reCreateTree", "reCreateTree(This)", "reCreateTree-1"},
1285  {"setDefaultPath", "setDefaultPath(This, Path)", "setDefaultPath-2"},
1286  {"setFilter", "setFilter(This, Filter)", "setFilter-2"},
1287  {"setFilterIndex", "setFilterIndex(This, N)", "setFilterIndex-2"},
1288  {"setPath", "setPath(This, Path)", "setPath-2"}
1289]}.
1290{"wxGenericDirCtrl.html", {module, "wx"}, ["wxGenericDirCtrl"]}.
1291{"wxGLCanvas.html", {function, {"wx", "wxGLCanvas"}},
1292[
1293  {"new", "new(Parent)", "new-1"},
1294  {"new", "new(Parent, Options :: [Option])", "new-2"},
1295  {"setCurrent", "setCurrent(This, Context)", "setCurrent-2"},
1296  {"swapBuffers", "swapBuffers(This)", "swapBuffers-1"},
1297  {"destroy", "destroy(This :: wxGLCanvas())", "destroy-1"}
1298]}.
1299{"wxGLCanvas.html", {module, "wx"}, ["wxGLCanvas"]}.
1300{"wxGLContext.html", {function, {"wx", "wxGLContext"}},
1301[
1302  {"new", "new(Win)", "new-1"},
1303  {"new", "new(Win, Options :: [Option])", "new-2"},
1304  {"setCurrent", "setCurrent(This, Win)", "setCurrent-2"},
1305  {"destroy", "destroy(This :: wxGLContext())", "destroy-1"}
1306]}.
1307{"wxGLContext.html", {module, "wx"}, ["wxGLContext"]}.
1308{"wxGraphicsBrush.html", {function, {"wx", "wxGraphicsBrush"}},
1309[
1310]}.
1311{"wxGraphicsBrush.html", {module, "wx"}, ["wxGraphicsBrush"]}.
1312{"wxGraphicsContext.html", {function, {"wx", "wxGraphicsContext"}},
1313[
1314  {"destroy", "destroy(This :: wxGraphicsContext())", "destroy-1"},
1315  {"create", "create()", "create-0"},
1316  {"create", "create(WindowDC)", "create-1"},
1317  {"createPen", "createPen(This, Pen)", "createPen-2"},
1318  {"createBrush", "createBrush(This, Brush)", "createBrush-2"},
1319  {"createRadialGradientBrush", "createRadialGradientBrush(This, StartX, StartY, EndX, EndY,Radius, Stops)", "createRadialGradientBrush-7"},
1320  {"createRadialGradientBrush", "createRadialGradientBrush(This, StartX, StartY, EndX, EndY,Radius, OColor, CColor)", "createRadialGradientBrush-8"},
1321  {"createLinearGradientBrush", "createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops)", "createLinearGradientBrush-6"},
1322  {"createLinearGradientBrush", "createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2)", "createLinearGradientBrush-7"},
1323  {"createFont", "createFont(This, Font)", "createFont-2"},
1324  {"createFont", "createFont(This, SizeInPixels, Facename)", "createFont-3"},
1325  {"createFont", "createFont(This, Font, Facename :: [Option])", "createFont-3"},
1326  {"createFont", "createFont(This, SizeInPixels, Facename, Options :: [Option])", "createFont-4"},
1327  {"createMatrix", "createMatrix(This)", "createMatrix-1"},
1328  {"createMatrix", "createMatrix(This, Options :: [Option])", "createMatrix-2"},
1329  {"createPath", "createPath(This)", "createPath-1"},
1330  {"clip", "clip(This, Region)", "clip-2"},
1331  {"clip", "clip(This, X, Y, W, H)", "clip-5"},
1332  {"resetClip", "resetClip(This)", "resetClip-1"},
1333  {"drawBitmap", "drawBitmap(This, Bmp, X, Y, W, H)", "drawBitmap-6"},
1334  {"drawEllipse", "drawEllipse(This, X, Y, W, H)", "drawEllipse-5"},
1335  {"drawIcon", "drawIcon(This, Icon, X, Y, W, H)", "drawIcon-6"},
1336  {"drawLines", "drawLines(This, Points)", "drawLines-2"},
1337  {"drawLines", "drawLines(This, Points, Options :: [Option])", "drawLines-3"},
1338  {"drawPath", "drawPath(This, Path)", "drawPath-2"},
1339  {"drawPath", "drawPath(This, Path, Options :: [Option])", "drawPath-3"},
1340  {"drawRectangle", "drawRectangle(This, X, Y, W, H)", "drawRectangle-5"},
1341  {"drawRoundedRectangle", "drawRoundedRectangle(This, X, Y, W, H, Radius)", "drawRoundedRectangle-6"},
1342  {"drawText", "drawText(This, Str, X, Y)", "drawText-4"},
1343  {"drawText", "drawText(This, Str, X, Y, Angle)", "drawText-5"},
1344  {"drawText", "drawText(This, Str, X, Y, BackgroundBrush)", "drawText-5"},
1345  {"drawText", "drawText(This, Str, X, Y, Angle, BackgroundBrush)", "drawText-6"},
1346  {"fillPath", "fillPath(This, Path)", "fillPath-2"},
1347  {"fillPath", "fillPath(This, Path, Options :: [Option])", "fillPath-3"},
1348  {"strokePath", "strokePath(This, Path)", "strokePath-2"},
1349  {"getPartialTextExtents", "getPartialTextExtents(This, Text)", "getPartialTextExtents-2"},
1350  {"getTextExtent", "getTextExtent(This, Text)", "getTextExtent-2"},
1351  {"rotate", "rotate(This, Angle)", "rotate-2"},
1352  {"scale", "scale(This, XScale, YScale)", "scale-3"},
1353  {"translate", "translate(This, Dx, Dy)", "translate-3"},
1354  {"getTransform", "getTransform(This)", "getTransform-1"},
1355  {"setTransform", "setTransform(This, Matrix)", "setTransform-2"},
1356  {"concatTransform", "concatTransform(This, Matrix)", "concatTransform-2"},
1357  {"setBrush", "setBrush(This, Brush)", "setBrush-2"},
1358  {"setFont", "setFont(This, Font)", "setFont-2"},
1359  {"setFont", "setFont(This, Font, Colour)", "setFont-3"},
1360  {"setPen", "setPen(This, Pen)", "setPen-2"},
1361  {"strokeLine", "strokeLine(This, X1, Y1, X2, Y2)", "strokeLine-5"},
1362  {"strokeLines", "strokeLines(This, Points)", "strokeLines-2"}
1363]}.
1364{"wxGraphicsContext.html", {module, "wx"}, ["wxGraphicsContext"]}.
1365{"wxGraphicsFont.html", {function, {"wx", "wxGraphicsFont"}},
1366[
1367]}.
1368{"wxGraphicsFont.html", {module, "wx"}, ["wxGraphicsFont"]}.
1369{"wxGraphicsGradientStops.html", {function, {"wx", "wxGraphicsGradientStops"}},
1370[
1371  {"new", "new()", "new-0"},
1372  {"new", "new(Options :: [Option])", "new-1"},
1373  {"item", "item(This, N)", "item-2"},
1374  {"getCount", "getCount(This)", "getCount-1"},
1375  {"setStartColour", "setStartColour(This, Col)", "setStartColour-2"},
1376  {"getStartColour", "getStartColour(This)", "getStartColour-1"},
1377  {"setEndColour", "setEndColour(This, Col)", "setEndColour-2"},
1378  {"getEndColour", "getEndColour(This)", "getEndColour-1"},
1379  {"add", "add(This, Col, Pos)", "add-3"},
1380  {"destroy", "destroy(This :: wxGraphicsGradientStops())", "destroy-1"}
1381]}.
1382{"wxGraphicsGradientStops.html", {module, "wx"}, ["wxGraphicsGradientStops"]}.
1383{"wxGraphicsMatrix.html", {function, {"wx", "wxGraphicsMatrix"}},
1384[
1385  {"concat", "concat(This, T)", "concat-2"},
1386  {"get", "get(This)", "get-1"},
1387  {"invert", "invert(This)", "invert-1"},
1388  {"isEqual", "isEqual(This, T)", "isEqual-2"},
1389  {"isIdentity", "isIdentity(This)", "isIdentity-1"},
1390  {"rotate", "rotate(This, Angle)", "rotate-2"},
1391  {"scale", "scale(This, XScale, YScale)", "scale-3"},
1392  {"translate", "translate(This, Dx, Dy)", "translate-3"},
1393  {"set", "set(This)", "set-1"},
1394  {"set", "set(This, Options :: [Option])", "set-2"},
1395  {"transformPoint", "transformPoint(This)", "transformPoint-1"},
1396  {"transformDistance", "transformDistance(This)", "transformDistance-1"}
1397]}.
1398{"wxGraphicsMatrix.html", {module, "wx"}, ["wxGraphicsMatrix"]}.
1399{"wxGraphicsObject.html", {function, {"wx", "wxGraphicsObject"}},
1400[
1401  {"destroy", "destroy(This :: wxGraphicsObject())", "destroy-1"},
1402  {"getRenderer", "getRenderer(This)", "getRenderer-1"},
1403  {"isNull", "isNull(This)", "isNull-1"}
1404]}.
1405{"wxGraphicsObject.html", {module, "wx"}, ["wxGraphicsObject"]}.
1406{"wxGraphicsPath.html", {function, {"wx", "wxGraphicsPath"}},
1407[
1408  {"moveToPoint", "moveToPoint(This, P)", "moveToPoint-2"},
1409  {"moveToPoint", "moveToPoint(This, X, Y)", "moveToPoint-3"},
1410  {"addArc", "addArc(This, C, R, StartAngle, EndAngle, Clockwise)", "addArc-6"},
1411  {"addArc", "addArc(This, X, Y, R, StartAngle, EndAngle, Clockwise)", "addArc-7"},
1412  {"addArcToPoint", "addArcToPoint(This, X1, Y1, X2, Y2, R)", "addArcToPoint-6"},
1413  {"addCircle", "addCircle(This, X, Y, R)", "addCircle-4"},
1414  {"addCurveToPoint", "addCurveToPoint(This, C1, C2, E)", "addCurveToPoint-4"},
1415  {"addCurveToPoint", "addCurveToPoint(This, Cx1, Cy1, Cx2, Cy2, X, Y)", "addCurveToPoint-7"},
1416  {"addEllipse", "addEllipse(This, X, Y, W, H)", "addEllipse-5"},
1417  {"addLineToPoint", "addLineToPoint(This, P)", "addLineToPoint-2"},
1418  {"addLineToPoint", "addLineToPoint(This, X, Y)", "addLineToPoint-3"},
1419  {"addPath", "addPath(This, Path)", "addPath-2"},
1420  {"addQuadCurveToPoint", "addQuadCurveToPoint(This, Cx, Cy, X, Y)", "addQuadCurveToPoint-5"},
1421  {"addRectangle", "addRectangle(This, X, Y, W, H)", "addRectangle-5"},
1422  {"addRoundedRectangle", "addRoundedRectangle(This, X, Y, W, H, Radius)", "addRoundedRectangle-6"},
1423  {"closeSubpath", "closeSubpath(This)", "closeSubpath-1"},
1424  {"contains", "contains(This, C)", "contains-2"},
1425  {"contains", "contains(This, X, Y)", "contains-3"},
1426  {"contains", "contains(This, C, Y :: [Option])", "contains-3"},
1427  {"contains", "contains(This, X, Y, Options :: [Option])", "contains-4"},
1428  {"getBox", "getBox(This)", "getBox-1"},
1429  {"getCurrentPoint", "getCurrentPoint(This)", "getCurrentPoint-1"},
1430  {"transform", "transform(This, Matrix)", "transform-2"}
1431]}.
1432{"wxGraphicsPath.html", {module, "wx"}, ["wxGraphicsPath"]}.
1433{"wxGraphicsPen.html", {function, {"wx", "wxGraphicsPen"}},
1434[
1435]}.
1436{"wxGraphicsPen.html", {module, "wx"}, ["wxGraphicsPen"]}.
1437{"wxGraphicsRenderer.html", {function, {"wx", "wxGraphicsRenderer"}},
1438[
1439  {"getDefaultRenderer", "getDefaultRenderer()", "getDefaultRenderer-0"},
1440  {"createContext", "createContext(This, WindowDC)", "createContext-2"},
1441  {"createBrush", "createBrush(This, Brush)", "createBrush-2"},
1442  {"createLinearGradientBrush", "createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops)", "createLinearGradientBrush-6"},
1443  {"createRadialGradientBrush", "createRadialGradientBrush(This, StartX, StartY, EndX, EndY,Radius, Stops)", "createRadialGradientBrush-7"},
1444  {"createFont", "createFont(This, Font)", "createFont-2"},
1445  {"createFont", "createFont(This, SizeInPixels, Facename)", "createFont-3"},
1446  {"createFont", "createFont(This, Font, Facename :: [Option])", "createFont-3"},
1447  {"createFont", "createFont(This, SizeInPixels, Facename, Options :: [Option])", "createFont-4"},
1448  {"createMatrix", "createMatrix(This)", "createMatrix-1"},
1449  {"createMatrix", "createMatrix(This, Options :: [Option])", "createMatrix-2"},
1450  {"createPath", "createPath(This)", "createPath-1"}
1451]}.
1452{"wxGraphicsRenderer.html", {module, "wx"}, ["wxGraphicsRenderer"]}.
1453{"wxGridBagSizer.html", {function, {"wx", "wxGridBagSizer"}},
1454[
1455  {"new", "new()", "new-0"},
1456  {"new", "new(Options :: [Option])", "new-1"},
1457  {"add", "add(This, Item)", "add-2"},
1458  {"add", "add(This, Window, Pos)", "add-3"},
1459  {"add", "add(This, Width, Height, Pos)", "add-4"},
1460  {"add", "add(This, Window, Pos, Pos :: [Option])", "add-4"},
1461  {"add", "add(This, Width, Height, Pos, Options :: [Option])", "add-5"},
1462  {"calcMin", "calcMin(This)", "calcMin-1"},
1463  {"checkForIntersection", "checkForIntersection(This, Item)", "checkForIntersection-2"},
1464  {"checkForIntersection", "checkForIntersection(This, Pos, Span)", "checkForIntersection-3"},
1465  {"checkForIntersection", "checkForIntersection(This, Item, Span :: [Option])", "checkForIntersection-3"},
1466  {"checkForIntersection", "checkForIntersection(This, Pos, Span, Options :: [Option])", "checkForIntersection-4"},
1467  {"findItem", "findItem(This, Window)", "findItem-2"},
1468  {"findItemAtPoint", "findItemAtPoint(This, Pt)", "findItemAtPoint-2"},
1469  {"findItemAtPosition", "findItemAtPosition(This, Pos)", "findItemAtPosition-2"},
1470  {"findItemWithData", "findItemWithData(This, UserData)", "findItemWithData-2"},
1471  {"getCellSize", "getCellSize(This, Row, Col)", "getCellSize-3"},
1472  {"getEmptyCellSize", "getEmptyCellSize(This)", "getEmptyCellSize-1"},
1473  {"getItemPosition", "getItemPosition(This, Window)", "getItemPosition-2"},
1474  {"getItemPosition", "getItemPosition(This, Index)", "getItemPosition-2"},
1475  {"getItemSpan", "getItemSpan(This, Window)", "getItemSpan-2"},
1476  {"getItemSpan", "getItemSpan(This, Index)", "getItemSpan-2"},
1477  {"setEmptyCellSize", "setEmptyCellSize(This, Sz)", "setEmptyCellSize-2"},
1478  {"setItemPosition", "setItemPosition(This, Window, Pos)", "setItemPosition-3"},
1479  {"setItemPosition", "setItemPosition(This, Index, Pos)", "setItemPosition-3"},
1480  {"setItemSpan", "setItemSpan(This, Window, Span)", "setItemSpan-3"},
1481  {"setItemSpan", "setItemSpan(This, Index, Span)", "setItemSpan-3"},
1482  {"destroy", "destroy(This :: wxGridBagSizer())", "destroy-1"}
1483]}.
1484{"wxGridBagSizer.html", {module, "wx"}, ["wxGridBagSizer"]}.
1485{"wxGridCellAttr.html", {function, {"wx", "wxGridCellAttr"}},
1486[
1487  {"setTextColour", "setTextColour(This, ColText)", "setTextColour-2"},
1488  {"setBackgroundColour", "setBackgroundColour(This, ColBack)", "setBackgroundColour-2"},
1489  {"setFont", "setFont(This, Font)", "setFont-2"},
1490  {"setAlignment", "setAlignment(This, HAlign, VAlign)", "setAlignment-3"},
1491  {"setReadOnly", "setReadOnly(This)", "setReadOnly-1"},
1492  {"setReadOnly", "setReadOnly(This, Options :: [Option])", "setReadOnly-2"},
1493  {"setRenderer", "setRenderer(This, Renderer)", "setRenderer-2"},
1494  {"setEditor", "setEditor(This, Editor)", "setEditor-2"},
1495  {"hasTextColour", "hasTextColour(This)", "hasTextColour-1"},
1496  {"hasBackgroundColour", "hasBackgroundColour(This)", "hasBackgroundColour-1"},
1497  {"hasFont", "hasFont(This)", "hasFont-1"},
1498  {"hasAlignment", "hasAlignment(This)", "hasAlignment-1"},
1499  {"hasRenderer", "hasRenderer(This)", "hasRenderer-1"},
1500  {"hasEditor", "hasEditor(This)", "hasEditor-1"},
1501  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
1502  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
1503  {"getFont", "getFont(This)", "getFont-1"},
1504  {"getAlignment", "getAlignment(This)", "getAlignment-1"},
1505  {"getRenderer", "getRenderer(This, Grid, Row, Col)", "getRenderer-4"},
1506  {"getEditor", "getEditor(This, Grid, Row, Col)", "getEditor-4"},
1507  {"isReadOnly", "isReadOnly(This)", "isReadOnly-1"},
1508  {"setDefAttr", "setDefAttr(This, DefAttr)", "setDefAttr-2"}
1509]}.
1510{"wxGridCellAttr.html", {module, "wx"}, ["wxGridCellAttr"]}.
1511{"wxGridCellBoolEditor.html", {function, {"wx", "wxGridCellBoolEditor"}},
1512[
1513  {"new", "new()", "new-0"},
1514  {"isTrueValue", "isTrueValue(Value)", "isTrueValue-1"},
1515  {"useStringValues", "useStringValues()", "useStringValues-0"},
1516  {"useStringValues", "useStringValues(Options :: [Option])", "useStringValues-1"},
1517  {"destroy", "destroy(This :: wxGridCellBoolEditor())", "destroy-1"}
1518]}.
1519{"wxGridCellBoolEditor.html", {module, "wx"}, ["wxGridCellBoolEditor"]}.
1520{"wxGridCellBoolRenderer.html", {function, {"wx", "wxGridCellBoolRenderer"}},
1521[
1522  {"new", "new()", "new-0"},
1523  {"destroy", "destroy(This :: wxGridCellBoolRenderer())", "destroy-1"}
1524]}.
1525{"wxGridCellBoolRenderer.html", {module, "wx"}, ["wxGridCellBoolRenderer"]}.
1526{"wxGridCellChoiceEditor.html", {function, {"wx", "wxGridCellChoiceEditor"}},
1527[
1528  {"new", "new(Choices)", "new-1"},
1529  {"new", "new(Choices, Options :: [Option])", "new-2"},
1530  {"setParameters", "setParameters(This, Params)", "setParameters-2"},
1531  {"destroy", "destroy(This :: wxGridCellChoiceEditor())", "destroy-1"}
1532]}.
1533{"wxGridCellChoiceEditor.html", {module, "wx"}, ["wxGridCellChoiceEditor"]}.
1534{"wxGridCellEditor.html", {function, {"wx", "wxGridCellEditor"}},
1535[
1536  {"create", "create(This, Parent, Id, EvtHandler)", "create-4"},
1537  {"isCreated", "isCreated(This)", "isCreated-1"},
1538  {"setSize", "setSize(This, Rect)", "setSize-2"},
1539  {"show", "show(This, Show)", "show-2"},
1540  {"show", "show(This, Show, Options :: [Option])", "show-3"},
1541  {"reset", "reset(This)", "reset-1"},
1542  {"startingKey", "startingKey(This, Event)", "startingKey-2"},
1543  {"startingClick", "startingClick(This)", "startingClick-1"},
1544  {"handleReturn", "handleReturn(This, Event)", "handleReturn-2"}
1545]}.
1546{"wxGridCellEditor.html", {module, "wx"}, ["wxGridCellEditor"]}.
1547{"wxGridCellFloatEditor.html", {function, {"wx", "wxGridCellFloatEditor"}},
1548[
1549  {"new", "new()", "new-0"},
1550  {"new", "new(Options :: [Option])", "new-1"},
1551  {"setParameters", "setParameters(This, Params)", "setParameters-2"},
1552  {"destroy", "destroy(This :: wxGridCellFloatEditor())", "destroy-1"}
1553]}.
1554{"wxGridCellFloatEditor.html", {module, "wx"}, ["wxGridCellFloatEditor"]}.
1555{"wxGridCellFloatRenderer.html", {function, {"wx", "wxGridCellFloatRenderer"}},
1556[
1557  {"new", "new()", "new-0"},
1558  {"new", "new(Options :: [Option])", "new-1"},
1559  {"getPrecision", "getPrecision(This)", "getPrecision-1"},
1560  {"getWidth", "getWidth(This)", "getWidth-1"},
1561  {"setParameters", "setParameters(This, Params)", "setParameters-2"},
1562  {"setPrecision", "setPrecision(This, Precision)", "setPrecision-2"},
1563  {"setWidth", "setWidth(This, Width)", "setWidth-2"},
1564  {"destroy", "destroy(This :: wxGridCellFloatRenderer())", "destroy-1"}
1565]}.
1566{"wxGridCellFloatRenderer.html", {module, "wx"}, ["wxGridCellFloatRenderer"]}.
1567{"wxGridCellNumberEditor.html", {function, {"wx", "wxGridCellNumberEditor"}},
1568[
1569  {"new", "new()", "new-0"},
1570  {"new", "new(Options :: [Option])", "new-1"},
1571  {"getValue", "getValue(This)", "getValue-1"},
1572  {"setParameters", "setParameters(This, Params)", "setParameters-2"},
1573  {"destroy", "destroy(This :: wxGridCellNumberEditor())", "destroy-1"}
1574]}.
1575{"wxGridCellNumberEditor.html", {module, "wx"}, ["wxGridCellNumberEditor"]}.
1576{"wxGridCellNumberRenderer.html", {function, {"wx", "wxGridCellNumberRenderer"}},
1577[
1578  {"new", "new()", "new-0"},
1579  {"destroy", "destroy(This :: wxGridCellNumberRenderer())", "destroy-1"}
1580]}.
1581{"wxGridCellNumberRenderer.html", {module, "wx"}, ["wxGridCellNumberRenderer"]}.
1582{"wxGridCellRenderer.html", {function, {"wx", "wxGridCellRenderer"}},
1583[
1584  {"draw", "draw(This, Grid, Attr, Dc, Rect, Row, Col, IsSelected)", "draw-8"},
1585  {"getBestSize", "getBestSize(This, Grid, Attr, Dc, Row, Col)", "getBestSize-6"}
1586]}.
1587{"wxGridCellRenderer.html", {module, "wx"}, ["wxGridCellRenderer"]}.
1588{"wxGridCellStringRenderer.html", {function, {"wx", "wxGridCellStringRenderer"}},
1589[
1590  {"new", "new()", "new-0"},
1591  {"destroy", "destroy(This :: wxGridCellStringRenderer())", "destroy-1"}
1592]}.
1593{"wxGridCellStringRenderer.html", {module, "wx"}, ["wxGridCellStringRenderer"]}.
1594{"wxGridCellTextEditor.html", {function, {"wx", "wxGridCellTextEditor"}},
1595[
1596  {"new", "new()", "new-0"},
1597  {"new", "new(Options :: [Option])", "new-1"},
1598  {"setParameters", "setParameters(This, Params)", "setParameters-2"},
1599  {"destroy", "destroy(This :: wxGridCellTextEditor())", "destroy-1"}
1600]}.
1601{"wxGridCellTextEditor.html", {module, "wx"}, ["wxGridCellTextEditor"]}.
1602{"wxGridEvent.html", {function, {"wx", "wxGridEvent"}},
1603[
1604  {"altDown", "altDown(This)", "altDown-1"},
1605  {"controlDown", "controlDown(This)", "controlDown-1"},
1606  {"getCol", "getCol(This)", "getCol-1"},
1607  {"getPosition", "getPosition(This)", "getPosition-1"},
1608  {"getRow", "getRow(This)", "getRow-1"},
1609  {"metaDown", "metaDown(This)", "metaDown-1"},
1610  {"selecting", "selecting(This)", "selecting-1"},
1611  {"shiftDown", "shiftDown(This)", "shiftDown-1"}
1612]}.
1613{"wxGridEvent.html", {module, "wx"}, ["wxGridEvent"]}.
1614{"wxGridSizer.html", {function, {"wx", "wxGridSizer"}},
1615[
1616  {"new", "new(Cols)", "new-1"},
1617  {"new", "new(Cols, Options :: [Option])", "new-2"},
1618  {"new", "new(Cols, Vgap, Hgap)", "new-3"},
1619  {"new", "new(Rows, Cols, Gap)", "new-3"},
1620  {"new", "new(Rows, Cols, Vgap, Hgap)", "new-4"},
1621  {"getCols", "getCols(This)", "getCols-1"},
1622  {"getHGap", "getHGap(This)", "getHGap-1"},
1623  {"getRows", "getRows(This)", "getRows-1"},
1624  {"getVGap", "getVGap(This)", "getVGap-1"},
1625  {"setCols", "setCols(This, Cols)", "setCols-2"},
1626  {"setHGap", "setHGap(This, Gap)", "setHGap-2"},
1627  {"setRows", "setRows(This, Rows)", "setRows-2"},
1628  {"setVGap", "setVGap(This, Gap)", "setVGap-2"},
1629  {"destroy", "destroy(This :: wxGridSizer())", "destroy-1"}
1630]}.
1631{"wxGridSizer.html", {module, "wx"}, ["wxGridSizer"]}.
1632{"wxGrid.html", {function, {"wx", "wxGrid"}},
1633[
1634  {"new", "new()", "new-0"},
1635  {"new", "new(Parent, Id)", "new-2"},
1636  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
1637  {"destroy", "destroy(This :: wxGrid())", "destroy-1"},
1638  {"appendCols", "appendCols(This)", "appendCols-1"},
1639  {"appendCols", "appendCols(This, Options :: [Option])", "appendCols-2"},
1640  {"appendRows", "appendRows(This)", "appendRows-1"},
1641  {"appendRows", "appendRows(This, Options :: [Option])", "appendRows-2"},
1642  {"autoSize", "autoSize(This)", "autoSize-1"},
1643  {"autoSizeColumn", "autoSizeColumn(This, Col)", "autoSizeColumn-2"},
1644  {"autoSizeColumn", "autoSizeColumn(This, Col, Options :: [Option])", "autoSizeColumn-3"},
1645  {"autoSizeColumns", "autoSizeColumns(This)", "autoSizeColumns-1"},
1646  {"autoSizeColumns", "autoSizeColumns(This, Options :: [Option])", "autoSizeColumns-2"},
1647  {"autoSizeRow", "autoSizeRow(This, Row)", "autoSizeRow-2"},
1648  {"autoSizeRow", "autoSizeRow(This, Row, Options :: [Option])", "autoSizeRow-3"},
1649  {"autoSizeRows", "autoSizeRows(This)", "autoSizeRows-1"},
1650  {"autoSizeRows", "autoSizeRows(This, Options :: [Option])", "autoSizeRows-2"},
1651  {"beginBatch", "beginBatch(This)", "beginBatch-1"},
1652  {"blockToDeviceRect", "blockToDeviceRect(This, TopLeft, BottomRight)", "blockToDeviceRect-3"},
1653  {"canDragCell", "canDragCell(This)", "canDragCell-1"},
1654  {"canDragColMove", "canDragColMove(This)", "canDragColMove-1"},
1655  {"canDragGridRowEdges", "canDragGridRowEdges(This)", "canDragGridRowEdges-1"},
1656  {"canDragColSize", "canDragColSize(This, Col)", "canDragColSize-2"},
1657  {"canDragRowSize", "canDragRowSize(This, Row)", "canDragRowSize-2"},
1658  {"canDragGridSize", "canDragGridSize(This)", "canDragGridSize-1"},
1659  {"canEnableCellControl", "canEnableCellControl(This)", "canEnableCellControl-1"},
1660  {"cellToRect", "cellToRect(This, Coords)", "cellToRect-2"},
1661  {"cellToRect", "cellToRect(This, Row, Col)", "cellToRect-3"},
1662  {"clearGrid", "clearGrid(This)", "clearGrid-1"},
1663  {"clearSelection", "clearSelection(This)", "clearSelection-1"},
1664  {"createGrid", "createGrid(This, NumRows, NumCols)", "createGrid-3"},
1665  {"createGrid", "createGrid(This, NumRows, NumCols, Options :: [Option])", "createGrid-4"},
1666  {"deleteCols", "deleteCols(This)", "deleteCols-1"},
1667  {"deleteCols", "deleteCols(This, Options :: [Option])", "deleteCols-2"},
1668  {"deleteRows", "deleteRows(This)", "deleteRows-1"},
1669  {"deleteRows", "deleteRows(This, Options :: [Option])", "deleteRows-2"},
1670  {"disableCellEditControl", "disableCellEditControl(This)", "disableCellEditControl-1"},
1671  {"disableDragColSize", "disableDragColSize(This)", "disableDragColSize-1"},
1672  {"disableDragGridSize", "disableDragGridSize(This)", "disableDragGridSize-1"},
1673  {"disableDragRowSize", "disableDragRowSize(This)", "disableDragRowSize-1"},
1674  {"enableCellEditControl", "enableCellEditControl(This)", "enableCellEditControl-1"},
1675  {"enableCellEditControl", "enableCellEditControl(This, Options :: [Option])", "enableCellEditControl-2"},
1676  {"enableDragColSize", "enableDragColSize(This)", "enableDragColSize-1"},
1677  {"enableDragColSize", "enableDragColSize(This, Options :: [Option])", "enableDragColSize-2"},
1678  {"enableDragGridSize", "enableDragGridSize(This)", "enableDragGridSize-1"},
1679  {"enableDragGridSize", "enableDragGridSize(This, Options :: [Option])", "enableDragGridSize-2"},
1680  {"enableDragRowSize", "enableDragRowSize(This)", "enableDragRowSize-1"},
1681  {"enableDragRowSize", "enableDragRowSize(This, Options :: [Option])", "enableDragRowSize-2"},
1682  {"enableEditing", "enableEditing(This, Edit)", "enableEditing-2"},
1683  {"enableGridLines", "enableGridLines(This)", "enableGridLines-1"},
1684  {"enableGridLines", "enableGridLines(This, Options :: [Option])", "enableGridLines-2"},
1685  {"endBatch", "endBatch(This)", "endBatch-1"},
1686  {"fit", "fit(This)", "fit-1"},
1687  {"forceRefresh", "forceRefresh(This)", "forceRefresh-1"},
1688  {"getBatchCount", "getBatchCount(This)", "getBatchCount-1"},
1689  {"getCellAlignment", "getCellAlignment(This, Row, Col)", "getCellAlignment-3"},
1690  {"getCellBackgroundColour", "getCellBackgroundColour(This, Row, Col)", "getCellBackgroundColour-3"},
1691  {"getCellEditor", "getCellEditor(This, Row, Col)", "getCellEditor-3"},
1692  {"getCellFont", "getCellFont(This, Row, Col)", "getCellFont-3"},
1693  {"getCellRenderer", "getCellRenderer(This, Row, Col)", "getCellRenderer-3"},
1694  {"getCellTextColour", "getCellTextColour(This, Row, Col)", "getCellTextColour-3"},
1695  {"getCellValue", "getCellValue(This, Coords)", "getCellValue-2"},
1696  {"getCellValue", "getCellValue(This, Row, Col)", "getCellValue-3"},
1697  {"getColLabelAlignment", "getColLabelAlignment(This)", "getColLabelAlignment-1"},
1698  {"getColLabelSize", "getColLabelSize(This)", "getColLabelSize-1"},
1699  {"getColLabelValue", "getColLabelValue(This, Col)", "getColLabelValue-2"},
1700  {"getColMinimalAcceptableWidth", "getColMinimalAcceptableWidth(This)", "getColMinimalAcceptableWidth-1"},
1701  {"getDefaultCellAlignment", "getDefaultCellAlignment(This)", "getDefaultCellAlignment-1"},
1702  {"getDefaultCellBackgroundColour", "getDefaultCellBackgroundColour(This)", "getDefaultCellBackgroundColour-1"},
1703  {"getDefaultCellFont", "getDefaultCellFont(This)", "getDefaultCellFont-1"},
1704  {"getDefaultCellTextColour", "getDefaultCellTextColour(This)", "getDefaultCellTextColour-1"},
1705  {"getDefaultColLabelSize", "getDefaultColLabelSize(This)", "getDefaultColLabelSize-1"},
1706  {"getDefaultColSize", "getDefaultColSize(This)", "getDefaultColSize-1"},
1707  {"getDefaultEditor", "getDefaultEditor(This)", "getDefaultEditor-1"},
1708  {"getDefaultEditorForCell", "getDefaultEditorForCell(This, C)", "getDefaultEditorForCell-2"},
1709  {"getDefaultEditorForCell", "getDefaultEditorForCell(This, Row, Col)", "getDefaultEditorForCell-3"},
1710  {"getDefaultEditorForType", "getDefaultEditorForType(This, TypeName)", "getDefaultEditorForType-2"},
1711  {"getDefaultRenderer", "getDefaultRenderer(This)", "getDefaultRenderer-1"},
1712  {"getDefaultRendererForCell", "getDefaultRendererForCell(This, Row, Col)", "getDefaultRendererForCell-3"},
1713  {"getDefaultRendererForType", "getDefaultRendererForType(This, TypeName)", "getDefaultRendererForType-2"},
1714  {"getDefaultRowLabelSize", "getDefaultRowLabelSize(This)", "getDefaultRowLabelSize-1"},
1715  {"getDefaultRowSize", "getDefaultRowSize(This)", "getDefaultRowSize-1"},
1716  {"getGridCursorCol", "getGridCursorCol(This)", "getGridCursorCol-1"},
1717  {"getGridCursorRow", "getGridCursorRow(This)", "getGridCursorRow-1"},
1718  {"getGridLineColour", "getGridLineColour(This)", "getGridLineColour-1"},
1719  {"gridLinesEnabled", "gridLinesEnabled(This)", "gridLinesEnabled-1"},
1720  {"getLabelBackgroundColour", "getLabelBackgroundColour(This)", "getLabelBackgroundColour-1"},
1721  {"getLabelFont", "getLabelFont(This)", "getLabelFont-1"},
1722  {"getLabelTextColour", "getLabelTextColour(This)", "getLabelTextColour-1"},
1723  {"getNumberCols", "getNumberCols(This)", "getNumberCols-1"},
1724  {"getNumberRows", "getNumberRows(This)", "getNumberRows-1"},
1725  {"getOrCreateCellAttr", "getOrCreateCellAttr(This, Row, Col)", "getOrCreateCellAttr-3"},
1726  {"getRowMinimalAcceptableHeight", "getRowMinimalAcceptableHeight(This)", "getRowMinimalAcceptableHeight-1"},
1727  {"getRowLabelAlignment", "getRowLabelAlignment(This)", "getRowLabelAlignment-1"},
1728  {"getRowLabelSize", "getRowLabelSize(This)", "getRowLabelSize-1"},
1729  {"getRowLabelValue", "getRowLabelValue(This, Row)", "getRowLabelValue-2"},
1730  {"getRowSize", "getRowSize(This, Row)", "getRowSize-2"},
1731  {"getScrollLineX", "getScrollLineX(This)", "getScrollLineX-1"},
1732  {"getScrollLineY", "getScrollLineY(This)", "getScrollLineY-1"},
1733  {"getSelectedCells", "getSelectedCells(This)", "getSelectedCells-1"},
1734  {"getSelectedCols", "getSelectedCols(This)", "getSelectedCols-1"},
1735  {"getSelectedRows", "getSelectedRows(This)", "getSelectedRows-1"},
1736  {"getSelectionBackground", "getSelectionBackground(This)", "getSelectionBackground-1"},
1737  {"getSelectionBlockTopLeft", "getSelectionBlockTopLeft(This)", "getSelectionBlockTopLeft-1"},
1738  {"getSelectionBlockBottomRight", "getSelectionBlockBottomRight(This)", "getSelectionBlockBottomRight-1"},
1739  {"getSelectionForeground", "getSelectionForeground(This)", "getSelectionForeground-1"},
1740  {"getGridWindow", "getGridWindow(This)", "getGridWindow-1"},
1741  {"getGridRowLabelWindow", "getGridRowLabelWindow(This)", "getGridRowLabelWindow-1"},
1742  {"getGridColLabelWindow", "getGridColLabelWindow(This)", "getGridColLabelWindow-1"},
1743  {"getGridCornerLabelWindow", "getGridCornerLabelWindow(This)", "getGridCornerLabelWindow-1"},
1744  {"hideCellEditControl", "hideCellEditControl(This)", "hideCellEditControl-1"},
1745  {"insertCols", "insertCols(This)", "insertCols-1"},
1746  {"insertCols", "insertCols(This, Options :: [Option])", "insertCols-2"},
1747  {"insertRows", "insertRows(This)", "insertRows-1"},
1748  {"insertRows", "insertRows(This, Options :: [Option])", "insertRows-2"},
1749  {"isCellEditControlEnabled", "isCellEditControlEnabled(This)", "isCellEditControlEnabled-1"},
1750  {"isCurrentCellReadOnly", "isCurrentCellReadOnly(This)", "isCurrentCellReadOnly-1"},
1751  {"isEditable", "isEditable(This)", "isEditable-1"},
1752  {"isInSelection", "isInSelection(This, Coords)", "isInSelection-2"},
1753  {"isInSelection", "isInSelection(This, Row, Col)", "isInSelection-3"},
1754  {"isReadOnly", "isReadOnly(This, Row, Col)", "isReadOnly-3"},
1755  {"isSelection", "isSelection(This)", "isSelection-1"},
1756  {"isVisible", "isVisible(This, Coords)", "isVisible-2"},
1757  {"isVisible", "isVisible(This, Row, Col)", "isVisible-3"},
1758  {"isVisible", "isVisible(This, Coords, Col :: [Option])", "isVisible-3"},
1759  {"isVisible", "isVisible(This, Row, Col, Options :: [Option])", "isVisible-4"},
1760  {"makeCellVisible", "makeCellVisible(This, Coords)", "makeCellVisible-2"},
1761  {"makeCellVisible", "makeCellVisible(This, Row, Col)", "makeCellVisible-3"},
1762  {"moveCursorDown", "moveCursorDown(This, ExpandSelection)", "moveCursorDown-2"},
1763  {"moveCursorLeft", "moveCursorLeft(This, ExpandSelection)", "moveCursorLeft-2"},
1764  {"moveCursorRight", "moveCursorRight(This, ExpandSelection)", "moveCursorRight-2"},
1765  {"moveCursorUp", "moveCursorUp(This, ExpandSelection)", "moveCursorUp-2"},
1766  {"moveCursorDownBlock", "moveCursorDownBlock(This, ExpandSelection)", "moveCursorDownBlock-2"},
1767  {"moveCursorLeftBlock", "moveCursorLeftBlock(This, ExpandSelection)", "moveCursorLeftBlock-2"},
1768  {"moveCursorRightBlock", "moveCursorRightBlock(This, ExpandSelection)", "moveCursorRightBlock-2"},
1769  {"moveCursorUpBlock", "moveCursorUpBlock(This, ExpandSelection)", "moveCursorUpBlock-2"},
1770  {"movePageDown", "movePageDown(This)", "movePageDown-1"},
1771  {"movePageUp", "movePageUp(This)", "movePageUp-1"},
1772  {"registerDataType", "registerDataType(This, TypeName, Renderer, Editor)", "registerDataType-4"},
1773  {"saveEditControlValue", "saveEditControlValue(This)", "saveEditControlValue-1"},
1774  {"selectAll", "selectAll(This)", "selectAll-1"},
1775  {"selectBlock", "selectBlock(This, TopLeft, BottomRight)", "selectBlock-3"},
1776  {"selectBlock", "selectBlock(This, TopLeft, BottomRight, Options :: [Option])", "selectBlock-4"},
1777  {"selectBlock", "selectBlock(This, TopRow, LeftCol, BottomRow, RightCol)", "selectBlock-5"},
1778  {"selectBlock", "selectBlock(This, TopRow, LeftCol, BottomRow, RightCol,Options :: [Option])", "selectBlock-6"},
1779  {"selectCol", "selectCol(This, Col)", "selectCol-2"},
1780  {"selectCol", "selectCol(This, Col, Options :: [Option])", "selectCol-3"},
1781  {"selectRow", "selectRow(This, Row)", "selectRow-2"},
1782  {"selectRow", "selectRow(This, Row, Options :: [Option])", "selectRow-3"},
1783  {"setCellAlignment", "setCellAlignment(This, Row, Col, Horiz, Vert)", "setCellAlignment-5"},
1784  {"setCellBackgroundColour", "setCellBackgroundColour(This, Row, Col, Colour)", "setCellBackgroundColour-4"},
1785  {"setCellEditor", "setCellEditor(This, Row, Col, Editor)", "setCellEditor-4"},
1786  {"setCellFont", "setCellFont(This, Row, Col, Font)", "setCellFont-4"},
1787  {"setCellRenderer", "setCellRenderer(This, Row, Col, Renderer)", "setCellRenderer-4"},
1788  {"setCellTextColour", "setCellTextColour(This, Row, Col, Colour)", "setCellTextColour-4"},
1789  {"setCellValue", "setCellValue(This, Coords, S)", "setCellValue-3"},
1790  {"setCellValue", "setCellValue(This, Row, Col, S)", "setCellValue-4"},
1791  {"setColAttr", "setColAttr(This, Col, Attr)", "setColAttr-3"},
1792  {"setColFormatBool", "setColFormatBool(This, Col)", "setColFormatBool-2"},
1793  {"setColFormatNumber", "setColFormatNumber(This, Col)", "setColFormatNumber-2"},
1794  {"setColFormatFloat", "setColFormatFloat(This, Col)", "setColFormatFloat-2"},
1795  {"setColFormatFloat", "setColFormatFloat(This, Col, Options :: [Option])", "setColFormatFloat-3"},
1796  {"setColFormatCustom", "setColFormatCustom(This, Col, TypeName)", "setColFormatCustom-3"},
1797  {"setColLabelAlignment", "setColLabelAlignment(This, Horiz, Vert)", "setColLabelAlignment-3"},
1798  {"setColLabelSize", "setColLabelSize(This, Height)", "setColLabelSize-2"},
1799  {"setColLabelValue", "setColLabelValue(This, Col, Value)", "setColLabelValue-3"},
1800  {"setColMinimalWidth", "setColMinimalWidth(This, Col, Width)", "setColMinimalWidth-3"},
1801  {"setColMinimalAcceptableWidth", "setColMinimalAcceptableWidth(This, Width)", "setColMinimalAcceptableWidth-2"},
1802  {"setColSize", "setColSize(This, Col, Width)", "setColSize-3"},
1803  {"setDefaultCellAlignment", "setDefaultCellAlignment(This, Horiz, Vert)", "setDefaultCellAlignment-3"},
1804  {"setDefaultCellBackgroundColour", "setDefaultCellBackgroundColour(This, Colour)", "setDefaultCellBackgroundColour-2"},
1805  {"setDefaultCellFont", "setDefaultCellFont(This, Font)", "setDefaultCellFont-2"},
1806  {"setDefaultCellTextColour", "setDefaultCellTextColour(This, Colour)", "setDefaultCellTextColour-2"},
1807  {"setDefaultEditor", "setDefaultEditor(This, Editor)", "setDefaultEditor-2"},
1808  {"setDefaultRenderer", "setDefaultRenderer(This, Renderer)", "setDefaultRenderer-2"},
1809  {"setDefaultColSize", "setDefaultColSize(This, Width)", "setDefaultColSize-2"},
1810  {"setDefaultColSize", "setDefaultColSize(This, Width, Options :: [Option])", "setDefaultColSize-3"},
1811  {"setDefaultRowSize", "setDefaultRowSize(This, Height)", "setDefaultRowSize-2"},
1812  {"setDefaultRowSize", "setDefaultRowSize(This, Height, Options :: [Option])", "setDefaultRowSize-3"},
1813  {"setGridCursor", "setGridCursor(This, Coords)", "setGridCursor-2"},
1814  {"setGridCursor", "setGridCursor(This, Row, Col)", "setGridCursor-3"},
1815  {"setGridLineColour", "setGridLineColour(This, Colour)", "setGridLineColour-2"},
1816  {"setLabelBackgroundColour", "setLabelBackgroundColour(This, Colour)", "setLabelBackgroundColour-2"},
1817  {"setLabelFont", "setLabelFont(This, Font)", "setLabelFont-2"},
1818  {"setLabelTextColour", "setLabelTextColour(This, Colour)", "setLabelTextColour-2"},
1819  {"setMargins", "setMargins(This, ExtraWidth, ExtraHeight)", "setMargins-3"},
1820  {"setReadOnly", "setReadOnly(This, Row, Col)", "setReadOnly-3"},
1821  {"setReadOnly", "setReadOnly(This, Row, Col, Options :: [Option])", "setReadOnly-4"},
1822  {"setRowAttr", "setRowAttr(This, Row, Attr)", "setRowAttr-3"},
1823  {"setRowLabelAlignment", "setRowLabelAlignment(This, Horiz, Vert)", "setRowLabelAlignment-3"},
1824  {"setRowLabelSize", "setRowLabelSize(This, Width)", "setRowLabelSize-2"},
1825  {"setRowLabelValue", "setRowLabelValue(This, Row, Value)", "setRowLabelValue-3"},
1826  {"setRowMinimalHeight", "setRowMinimalHeight(This, Row, Height)", "setRowMinimalHeight-3"},
1827  {"setRowMinimalAcceptableHeight", "setRowMinimalAcceptableHeight(This, Height)", "setRowMinimalAcceptableHeight-2"},
1828  {"setRowSize", "setRowSize(This, Row, Height)", "setRowSize-3"},
1829  {"setScrollLineX", "setScrollLineX(This, X)", "setScrollLineX-2"},
1830  {"setScrollLineY", "setScrollLineY(This, Y)", "setScrollLineY-2"},
1831  {"setSelectionBackground", "setSelectionBackground(This, C)", "setSelectionBackground-2"},
1832  {"setSelectionForeground", "setSelectionForeground(This, C)", "setSelectionForeground-2"},
1833  {"setSelectionMode", "setSelectionMode(This, Selmode)", "setSelectionMode-2"},
1834  {"showCellEditControl", "showCellEditControl(This)", "showCellEditControl-1"},
1835  {"xToCol", "xToCol(This, X)", "xToCol-2"},
1836  {"xToCol", "xToCol(This, X, Options :: [Option])", "xToCol-3"},
1837  {"xToEdgeOfCol", "xToEdgeOfCol(This, X)", "xToEdgeOfCol-2"},
1838  {"yToEdgeOfRow", "yToEdgeOfRow(This, Y)", "yToEdgeOfRow-2"},
1839  {"yToRow", "yToRow(This, Y)", "yToRow-2"},
1840  {"yToRow", "yToRow(This, Y, Options :: [Option])", "yToRow-3"}
1841]}.
1842{"wxGrid.html", {module, "wx"}, ["wxGrid"]}.
1843{"wxHelpEvent.html", {function, {"wx", "wxHelpEvent"}},
1844[
1845  {"getOrigin", "getOrigin(This)", "getOrigin-1"},
1846  {"getPosition", "getPosition(This)", "getPosition-1"},
1847  {"setOrigin", "setOrigin(This, Origin)", "setOrigin-2"},
1848  {"setPosition", "setPosition(This, Pt)", "setPosition-2"}
1849]}.
1850{"wxHelpEvent.html", {module, "wx"}, ["wxHelpEvent"]}.
1851{"wxHtmlEasyPrinting.html", {function, {"wx", "wxHtmlEasyPrinting"}},
1852[
1853  {"new", "new()", "new-0"},
1854  {"new", "new(Options :: [Option])", "new-1"},
1855  {"getPrintData", "getPrintData(This)", "getPrintData-1"},
1856  {"getPageSetupData", "getPageSetupData(This)", "getPageSetupData-1"},
1857  {"previewFile", "previewFile(This, Htmlfile)", "previewFile-2"},
1858  {"previewText", "previewText(This, Htmltext)", "previewText-2"},
1859  {"previewText", "previewText(This, Htmltext, Options :: [Option])", "previewText-3"},
1860  {"printFile", "printFile(This, Htmlfile)", "printFile-2"},
1861  {"printText", "printText(This, Htmltext)", "printText-2"},
1862  {"printText", "printText(This, Htmltext, Options :: [Option])", "printText-3"},
1863  {"pageSetup", "pageSetup(This)", "pageSetup-1"},
1864  {"setFonts", "setFonts(This, Normal_face, Fixed_face)", "setFonts-3"},
1865  {"setFonts", "setFonts(This, Normal_face, Fixed_face, Options :: [Option])", "setFonts-4"},
1866  {"setHeader", "setHeader(This, Header)", "setHeader-2"},
1867  {"setHeader", "setHeader(This, Header, Options :: [Option])", "setHeader-3"},
1868  {"setFooter", "setFooter(This, Footer)", "setFooter-2"},
1869  {"setFooter", "setFooter(This, Footer, Options :: [Option])", "setFooter-3"},
1870  {"destroy", "destroy(This :: wxHtmlEasyPrinting())", "destroy-1"}
1871]}.
1872{"wxHtmlEasyPrinting.html", {module, "wx"}, ["wxHtmlEasyPrinting"]}.
1873{"wxHtmlLinkEvent.html", {function, {"wx", "wxHtmlLinkEvent"}},
1874[
1875  {"getLinkInfo", "getLinkInfo(This)", "getLinkInfo-1"}
1876]}.
1877{"wxHtmlLinkEvent.html", {module, "wx"}, ["wxHtmlLinkEvent"]}.
1878{"wxHtmlWindow.html", {function, {"wx", "wxHtmlWindow"}},
1879[
1880  {"new", "new()", "new-0"},
1881  {"new", "new(Parent)", "new-1"},
1882  {"new", "new(Parent, Options :: [Option])", "new-2"},
1883  {"appendToPage", "appendToPage(This, Source)", "appendToPage-2"},
1884  {"getOpenedAnchor", "getOpenedAnchor(This)", "getOpenedAnchor-1"},
1885  {"getOpenedPage", "getOpenedPage(This)", "getOpenedPage-1"},
1886  {"getOpenedPageTitle", "getOpenedPageTitle(This)", "getOpenedPageTitle-1"},
1887  {"getRelatedFrame", "getRelatedFrame(This)", "getRelatedFrame-1"},
1888  {"historyBack", "historyBack(This)", "historyBack-1"},
1889  {"historyCanBack", "historyCanBack(This)", "historyCanBack-1"},
1890  {"historyCanForward", "historyCanForward(This)", "historyCanForward-1"},
1891  {"historyClear", "historyClear(This)", "historyClear-1"},
1892  {"historyForward", "historyForward(This)", "historyForward-1"},
1893  {"loadFile", "loadFile(This, Filename)", "loadFile-2"},
1894  {"loadPage", "loadPage(This, Location)", "loadPage-2"},
1895  {"selectAll", "selectAll(This)", "selectAll-1"},
1896  {"selectionToText", "selectionToText(This)", "selectionToText-1"},
1897  {"selectLine", "selectLine(This, Pos)", "selectLine-2"},
1898  {"selectWord", "selectWord(This, Pos)", "selectWord-2"},
1899  {"setBorders", "setBorders(This, B)", "setBorders-2"},
1900  {"setFonts", "setFonts(This, Normal_face, Fixed_face)", "setFonts-3"},
1901  {"setFonts", "setFonts(This, Normal_face, Fixed_face, Options :: [Option])", "setFonts-4"},
1902  {"setPage", "setPage(This, Source)", "setPage-2"},
1903  {"setRelatedFrame", "setRelatedFrame(This, Frame, Format)", "setRelatedFrame-3"},
1904  {"setRelatedStatusBar", "setRelatedStatusBar(This, Statusbar)", "setRelatedStatusBar-2"},
1905  {"setRelatedStatusBar", "setRelatedStatusBar(This, Index)", "setRelatedStatusBar-2"},
1906  {"setRelatedStatusBar", "setRelatedStatusBar(This, Statusbar, Options :: [Option])", "setRelatedStatusBar-3"},
1907  {"toText", "toText(This)", "toText-1"},
1908  {"destroy", "destroy(This :: wxHtmlWindow())", "destroy-1"}
1909]}.
1910{"wxHtmlWindow.html", {module, "wx"}, ["wxHtmlWindow"]}.
1911{"wxIconBundle.html", {function, {"wx", "wxIconBundle"}},
1912[
1913  {"new", "new()", "new-0"},
1914  {"new", "new(Ic)", "new-1"},
1915  {"new", "new(File)", "new-1"},
1916  {"new", "new(File, Type)", "new-2"},
1917  {"destroy", "destroy(This :: wxIconBundle())", "destroy-1"},
1918  {"addIcon", "addIcon(This, File)", "addIcon-2"},
1919  {"addIcon", "addIcon(This, Icon)", "addIcon-2"},
1920  {"addIcon", "addIcon(This, File, Type)", "addIcon-3"},
1921  {"getIcon", "getIcon(This)", "getIcon-1"},
1922  {"getIcon", "getIcon(This, Size)", "getIcon-2"},
1923  {"getIcon", "getIcon(This, Size :: [Option])", "getIcon-2"},
1924  {"getIcon", "getIcon(This, Size, Options :: [Option])", "getIcon-3"}
1925]}.
1926{"wxIconBundle.html", {module, "wx"}, ["wxIconBundle"]}.
1927{"wxIconizeEvent.html", {function, {"wx", "wxIconizeEvent"}},
1928[
1929  {"isIconized", "isIconized(This)", "isIconized-1"}
1930]}.
1931{"wxIconizeEvent.html", {module, "wx"}, ["wxIconizeEvent"]}.
1932{"wxIcon.html", {function, {"wx", "wxIcon"}},
1933[
1934  {"new", "new()", "new-0"},
1935  {"new", "new(Name)", "new-1"},
1936  {"new", "new(Icon)", "new-1"},
1937  {"new", "new(Name, Options :: [Option])", "new-2"},
1938  {"copyFromBitmap", "copyFromBitmap(This, Bmp)", "copyFromBitmap-2"},
1939  {"destroy", "destroy(This :: wxIcon())", "destroy-1"}
1940]}.
1941{"wxIcon.html", {module, "wx"}, ["wxIcon"]}.
1942{"wxIdleEvent.html", {function, {"wx", "wxIdleEvent"}},
1943[
1944  {"getMode", "getMode()", "getMode-0"},
1945  {"requestMore", "requestMore(This)", "requestMore-1"},
1946  {"requestMore", "requestMore(This, Options :: [Option])", "requestMore-2"},
1947  {"moreRequested", "moreRequested(This)", "moreRequested-1"},
1948  {"setMode", "setMode(Mode)", "setMode-1"}
1949]}.
1950{"wxIdleEvent.html", {module, "wx"}, ["wxIdleEvent"]}.
1951{"wxImageList.html", {function, {"wx", "wxImageList"}},
1952[
1953  {"new", "new()", "new-0"},
1954  {"new", "new(Width, Height)", "new-2"},
1955  {"new", "new(Width, Height, Options :: [Option])", "new-3"},
1956  {"add", "add(This, Icon)", "add-2"},
1957  {"add", "add(This, Bitmap, Mask)", "add-3"},
1958  {"add", "add(This, Bitmap, MaskColour)", "add-3"},
1959  {"create", "create(This, Width, Height)", "create-3"},
1960  {"create", "create(This, Width, Height, Options :: [Option])", "create-4"},
1961  {"draw", "draw(This, Index, Dc, X, Y)", "draw-5"},
1962  {"draw", "draw(This, Index, Dc, X, Y, Options :: [Option])", "draw-6"},
1963  {"getBitmap", "getBitmap(This, Index)", "getBitmap-2"},
1964  {"getIcon", "getIcon(This, Index)", "getIcon-2"},
1965  {"getImageCount", "getImageCount(This)", "getImageCount-1"},
1966  {"getSize", "getSize(This, Index)", "getSize-2"},
1967  {"remove", "remove(This, Index)", "remove-2"},
1968  {"removeAll", "removeAll(This)", "removeAll-1"},
1969  {"replace", "replace(This, Index, Icon)", "replace-3"},
1970  {"replace", "replace(This, Index, Bitmap, Mask)", "replace-4"},
1971  {"destroy", "destroy(This :: wxImageList())", "destroy-1"}
1972]}.
1973{"wxImageList.html", {module, "wx"}, ["wxImageList"]}.
1974{"wxImage.html", {function, {"wx", "wxImage"}},
1975[
1976  {"new", "new()", "new-0"},
1977  {"new", "new(Name)", "new-1"},
1978  {"new", "new(Sz)", "new-1"},
1979  {"new", "new(Width, Height)", "new-2"},
1980  {"new", "new(Sz, Data)", "new-2"},
1981  {"new", "new(Name, Height :: [Option])", "new-2"},
1982  {"new", "new(Sz, Height :: [Option])", "new-2"},
1983  {"new", "new(Width, Height, Data)", "new-3"},
1984  {"new", "new(Sz, Data, Alpha)", "new-3"},
1985  {"new", "new(Width, Height, Data :: [Option])", "new-3"},
1986  {"new", "new(Name, Mimetype, Data :: [Option])", "new-3"},
1987  {"new", "new(Sz, Data, Data :: [Option])", "new-3"},
1988  {"new", "new(Width, Height, Data, Alpha)", "new-4"},
1989  {"new", "new(Width, Height, Data, Alpha :: [Option])", "new-4"},
1990  {"new", "new(Sz, Data, Alpha, Alpha :: [Option])", "new-4"},
1991  {"new", "new(Width, Height, Data, Alpha, Options :: [Option])", "new-5"},
1992  {"destroy", "destroy(This :: wxImage())", "destroy-1"},
1993  {"blur", "blur(This, BlurRadius)", "blur-2"},
1994  {"blurHorizontal", "blurHorizontal(This, BlurRadius)", "blurHorizontal-2"},
1995  {"blurVertical", "blurVertical(This, BlurRadius)", "blurVertical-2"},
1996  {"convertAlphaToMask", "convertAlphaToMask(This)", "convertAlphaToMask-1"},
1997  {"convertAlphaToMask", "convertAlphaToMask(This, Options :: [Option])", "convertAlphaToMask-2"},
1998  {"convertAlphaToMask", "convertAlphaToMask(This, Mr, Mg, Mb)", "convertAlphaToMask-4"},
1999  {"convertAlphaToMask", "convertAlphaToMask(This, Mr, Mg, Mb, Options :: [Option])", "convertAlphaToMask-5"},
2000  {"convertToGreyscale", "convertToGreyscale(This)", "convertToGreyscale-1"},
2001  {"convertToGreyscale", "convertToGreyscale(This, Weight_r, Weight_g, Weight_b)", "convertToGreyscale-4"},
2002  {"convertToMono", "convertToMono(This, R, G, B)", "convertToMono-4"},
2003  {"copy", "copy(This)", "copy-1"},
2004  {"create", "create(This, Sz)", "create-2"},
2005  {"create", "create(This, Width, Height)", "create-3"},
2006  {"create", "create(This, Sz, Data)", "create-3"},
2007  {"create", "create(This, Sz, Height :: [Option])", "create-3"},
2008  {"create", "create(This, Width, Height, Data)", "create-4"},
2009  {"create", "create(This, Sz, Data, Alpha)", "create-4"},
2010  {"create", "create(This, Width, Height, Data :: [Option])", "create-4"},
2011  {"create", "create(This, Sz, Data, Data :: [Option])", "create-4"},
2012  {"create", "create(This, Width, Height, Data, Alpha)", "create-5"},
2013  {"create", "create(This, Width, Height, Data, Alpha :: [Option])", "create-5"},
2014  {"create", "create(This, Sz, Data, Alpha, Alpha :: [Option])", "create-5"},
2015  {"create", "create(This, Width, Height, Data, Alpha, Options :: [Option])", "create-6"},
2016  {"'Destroy'", "'Destroy'(This)", "'Destroy'-1"},
2017  {"findFirstUnusedColour", "findFirstUnusedColour(This)", "findFirstUnusedColour-1"},
2018  {"findFirstUnusedColour", "findFirstUnusedColour(This, Options :: [Option])", "findFirstUnusedColour-2"},
2019  {"getImageExtWildcard", "getImageExtWildcard()", "getImageExtWildcard-0"},
2020  {"getAlpha", "getAlpha(This)", "getAlpha-1"},
2021  {"getAlpha", "getAlpha(This, X, Y)", "getAlpha-3"},
2022  {"getBlue", "getBlue(This, X, Y)", "getBlue-3"},
2023  {"getData", "getData(This)", "getData-1"},
2024  {"getGreen", "getGreen(This, X, Y)", "getGreen-3"},
2025  {"getImageCount", "getImageCount(Filename)", "getImageCount-1"},
2026  {"getImageCount", "getImageCount(Filename, Options :: [Option])", "getImageCount-2"},
2027  {"getHeight", "getHeight(This)", "getHeight-1"},
2028  {"getMaskBlue", "getMaskBlue(This)", "getMaskBlue-1"},
2029  {"getMaskGreen", "getMaskGreen(This)", "getMaskGreen-1"},
2030  {"getMaskRed", "getMaskRed(This)", "getMaskRed-1"},
2031  {"getOrFindMaskColour", "getOrFindMaskColour(This)", "getOrFindMaskColour-1"},
2032  {"getPalette", "getPalette(This)", "getPalette-1"},
2033  {"getRed", "getRed(This, X, Y)", "getRed-3"},
2034  {"getSubImage", "getSubImage(This, Rect)", "getSubImage-2"},
2035  {"getWidth", "getWidth(This)", "getWidth-1"},
2036  {"hasAlpha", "hasAlpha(This)", "hasAlpha-1"},
2037  {"hasMask", "hasMask(This)", "hasMask-1"},
2038  {"getOption", "getOption(This, Name)", "getOption-2"},
2039  {"getOptionInt", "getOptionInt(This, Name)", "getOptionInt-2"},
2040  {"hasOption", "hasOption(This, Name)", "hasOption-2"},
2041  {"initAlpha", "initAlpha(This)", "initAlpha-1"},
2042  {"initStandardHandlers", "initStandardHandlers()", "initStandardHandlers-0"},
2043  {"isTransparent", "isTransparent(This, X, Y)", "isTransparent-3"},
2044  {"isTransparent", "isTransparent(This, X, Y, Options :: [Option])", "isTransparent-4"},
2045  {"loadFile", "loadFile(This, Name)", "loadFile-2"},
2046  {"loadFile", "loadFile(This, Name, Options :: [Option])", "loadFile-3"},
2047  {"loadFile", "loadFile(This, Name, Mimetype, Options :: [Option])", "loadFile-4"},
2048  {"ok", "ok(This)", "ok-1"},
2049  {"isOk", "isOk(This)", "isOk-1"},
2050  {"removeHandler", "removeHandler(Name)", "removeHandler-1"},
2051  {"mirror", "mirror(This)", "mirror-1"},
2052  {"mirror", "mirror(This, Options :: [Option])", "mirror-2"},
2053  {"replace", "replace(This, R1, G1, B1, R2, G2, B2)", "replace-7"},
2054  {"rescale", "rescale(This, Width, Height)", "rescale-3"},
2055  {"rescale", "rescale(This, Width, Height, Options :: [Option])", "rescale-4"},
2056  {"resize", "resize(This, Size, Pos)", "resize-3"},
2057  {"resize", "resize(This, Size, Pos, Options :: [Option])", "resize-4"},
2058  {"rotate", "rotate(This, Angle, RotationCentre)", "rotate-3"},
2059  {"rotate", "rotate(This, Angle, RotationCentre, Options :: [Option])", "rotate-4"},
2060  {"rotateHue", "rotateHue(This, Angle)", "rotateHue-2"},
2061  {"rotate90", "rotate90(This)", "rotate90-1"},
2062  {"rotate90", "rotate90(This, Options :: [Option])", "rotate90-2"},
2063  {"saveFile", "saveFile(This, Name)", "saveFile-2"},
2064  {"saveFile", "saveFile(This, Name, Type)", "saveFile-3"},
2065  {"saveFile", "saveFile(This, Name, Mimetype)", "saveFile-3"},
2066  {"scale", "scale(This, Width, Height)", "scale-3"},
2067  {"scale", "scale(This, Width, Height, Options :: [Option])", "scale-4"},
2068  {"size", "size(This, Size, Pos)", "size-3"},
2069  {"size", "size(This, Size, Pos, Options :: [Option])", "size-4"},
2070  {"setAlpha", "setAlpha(This, Alpha)", "setAlpha-2"},
2071  {"setAlpha", "setAlpha(This, Alpha, Options :: [Option])", "setAlpha-3"},
2072  {"setAlpha", "setAlpha(This, X, Y, Alpha)", "setAlpha-4"},
2073  {"setData", "setData(This, Data)", "setData-2"},
2074  {"setData", "setData(This, Data, Options :: [Option])", "setData-3"},
2075  {"setData", "setData(This, Data, New_width, New_height)", "setData-4"},
2076  {"setData", "setData(This, Data, New_width, New_height, Options :: [Option])", "setData-5"},
2077  {"setMask", "setMask(This)", "setMask-1"},
2078  {"setMask", "setMask(This, Options :: [Option])", "setMask-2"},
2079  {"setMaskColour", "setMaskColour(This, Red, Green, Blue)", "setMaskColour-4"},
2080  {"setMaskFromImage", "setMaskFromImage(This, Mask, Mr, Mg, Mb)", "setMaskFromImage-5"},
2081  {"setOption", "setOption(This, Name, Value)", "setOption-3"},
2082  {"setOption", "setOption(This, Name, Value)", "setOption-3"},
2083  {"setPalette", "setPalette(This, Palette)", "setPalette-2"},
2084  {"setRGB", "setRGB(This, Rect, Red, Green, Blue)", "setRGB-5"},
2085  {"setRGB", "setRGB(This, X, Y, R, G, B)", "setRGB-6"}
2086]}.
2087{"wxImage.html", {module, "wx"}, ["wxImage"]}.
2088{"wxInitDialogEvent.html", {function, {"wx", "wxInitDialogEvent"}},
2089[
2090]}.
2091{"wxInitDialogEvent.html", {module, "wx"}, ["wxInitDialogEvent"]}.
2092{"wxJoystickEvent.html", {function, {"wx", "wxJoystickEvent"}},
2093[
2094  {"buttonDown", "buttonDown(This)", "buttonDown-1"},
2095  {"buttonDown", "buttonDown(This, Options :: [Option])", "buttonDown-2"},
2096  {"buttonIsDown", "buttonIsDown(This)", "buttonIsDown-1"},
2097  {"buttonIsDown", "buttonIsDown(This, Options :: [Option])", "buttonIsDown-2"},
2098  {"buttonUp", "buttonUp(This)", "buttonUp-1"},
2099  {"buttonUp", "buttonUp(This, Options :: [Option])", "buttonUp-2"},
2100  {"getButtonChange", "getButtonChange(This)", "getButtonChange-1"},
2101  {"getButtonState", "getButtonState(This)", "getButtonState-1"},
2102  {"getJoystick", "getJoystick(This)", "getJoystick-1"},
2103  {"getPosition", "getPosition(This)", "getPosition-1"},
2104  {"getZPosition", "getZPosition(This)", "getZPosition-1"},
2105  {"isButton", "isButton(This)", "isButton-1"},
2106  {"isMove", "isMove(This)", "isMove-1"},
2107  {"isZMove", "isZMove(This)", "isZMove-1"}
2108]}.
2109{"wxJoystickEvent.html", {module, "wx"}, ["wxJoystickEvent"]}.
2110{"wxKeyEvent.html", {function, {"wx", "wxKeyEvent"}},
2111[
2112  {"altDown", "altDown(This)", "altDown-1"},
2113  {"cmdDown", "cmdDown(This)", "cmdDown-1"},
2114  {"controlDown", "controlDown(This)", "controlDown-1"},
2115  {"getKeyCode", "getKeyCode(This)", "getKeyCode-1"},
2116  {"getModifiers", "getModifiers(This)", "getModifiers-1"},
2117  {"getPosition", "getPosition(This)", "getPosition-1"},
2118  {"getRawKeyCode", "getRawKeyCode(This)", "getRawKeyCode-1"},
2119  {"getRawKeyFlags", "getRawKeyFlags(This)", "getRawKeyFlags-1"},
2120  {"getUnicodeKey", "getUnicodeKey(This)", "getUnicodeKey-1"},
2121  {"getX", "getX(This)", "getX-1"},
2122  {"getY", "getY(This)", "getY-1"},
2123  {"hasModifiers", "hasModifiers(This)", "hasModifiers-1"},
2124  {"metaDown", "metaDown(This)", "metaDown-1"},
2125  {"shiftDown", "shiftDown(This)", "shiftDown-1"}
2126]}.
2127{"wxKeyEvent.html", {module, "wx"}, ["wxKeyEvent"]}.
2128{"wxLayoutAlgorithm.html", {function, {"wx", "wxLayoutAlgorithm"}},
2129[
2130  {"new", "new()", "new-0"},
2131  {"destroy", "destroy(This :: wxLayoutAlgorithm())", "destroy-1"},
2132  {"layoutFrame", "layoutFrame(This, Frame)", "layoutFrame-2"},
2133  {"layoutFrame", "layoutFrame(This, Frame, Options :: [Option])", "layoutFrame-3"},
2134  {"layoutMDIFrame", "layoutMDIFrame(This, Frame)", "layoutMDIFrame-2"},
2135  {"layoutMDIFrame", "layoutMDIFrame(This, Frame, Options :: [Option])", "layoutMDIFrame-3"},
2136  {"layoutWindow", "layoutWindow(This, Parent)", "layoutWindow-2"},
2137  {"layoutWindow", "layoutWindow(This, Parent, Options :: [Option])", "layoutWindow-3"}
2138]}.
2139{"wxLayoutAlgorithm.html", {module, "wx"}, ["wxLayoutAlgorithm"]}.
2140{"wxListbook.html", {function, {"wx", "wxListbook"}},
2141[
2142  {"new", "new()", "new-0"},
2143  {"new", "new(Parent, Id)", "new-2"},
2144  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
2145  {"addPage", "addPage(This, Page, Text)", "addPage-3"},
2146  {"addPage", "addPage(This, Page, Text, Options :: [Option])", "addPage-4"},
2147  {"advanceSelection", "advanceSelection(This)", "advanceSelection-1"},
2148  {"advanceSelection", "advanceSelection(This, Options :: [Option])", "advanceSelection-2"},
2149  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
2150  {"create", "create(This, Parent, Id)", "create-3"},
2151  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
2152  {"deleteAllPages", "deleteAllPages(This)", "deleteAllPages-1"},
2153  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
2154  {"getImageList", "getImageList(This)", "getImageList-1"},
2155  {"getPage", "getPage(This, Page)", "getPage-2"},
2156  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
2157  {"getPageImage", "getPageImage(This, NPage)", "getPageImage-2"},
2158  {"getPageText", "getPageText(This, NPage)", "getPageText-2"},
2159  {"getSelection", "getSelection(This)", "getSelection-1"},
2160  {"hitTest", "hitTest(This, Pt)", "hitTest-2"},
2161  {"insertPage", "insertPage(This, Index, Page, Text)", "insertPage-4"},
2162  {"insertPage", "insertPage(This, Index, Page, Text, Options :: [Option])", "insertPage-5"},
2163  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
2164  {"setPageSize", "setPageSize(This, Size)", "setPageSize-2"},
2165  {"setPageImage", "setPageImage(This, Page, Image)", "setPageImage-3"},
2166  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"},
2167  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
2168  {"changeSelection", "changeSelection(This, Page)", "changeSelection-2"},
2169  {"destroy", "destroy(This :: wxListbook())", "destroy-1"}
2170]}.
2171{"wxListbook.html", {module, "wx"}, ["wxListbook"]}.
2172{"wxListBox.html", {function, {"wx", "wxListBox"}},
2173[
2174  {"new", "new()", "new-0"},
2175  {"new", "new(Parent, Id)", "new-2"},
2176  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
2177  {"destroy", "destroy(This :: wxListBox())", "destroy-1"},
2178  {"create", "create(This, Parent, Id, Pos, Size, Choices)", "create-6"},
2179  {"create", "create(This, Parent, Id, Pos, Size, Choices, Options :: [Option])", "create-7"},
2180  {"deselect", "deselect(This, N)", "deselect-2"},
2181  {"getSelections", "getSelections(This)", "getSelections-1"},
2182  {"insertItems", "insertItems(This, Items, Pos)", "insertItems-3"},
2183  {"isSelected", "isSelected(This, N)", "isSelected-2"},
2184  {"set", "set(This, Items)", "set-2"},
2185  {"hitTest", "hitTest(This, Point)", "hitTest-2"},
2186  {"hitTest", "hitTest(This, X, Y)", "hitTest-3"},
2187  {"setFirstItem", "setFirstItem(This, N)", "setFirstItem-2"},
2188  {"setFirstItem", "setFirstItem(This, String)", "setFirstItem-2"}
2189]}.
2190{"wxListBox.html", {module, "wx"}, ["wxListBox"]}.
2191{"wxListCtrl.html", {function, {"wx", "wxListCtrl"}},
2192[
2193  {"new", "new()", "new-0"},
2194  {"new", "new(Parent, Options :: [Option])", "new-2"},
2195  {"destroy", "destroy(This :: wxListCtrl())", "destroy-1"},
2196  {"arrange", "arrange(This)", "arrange-1"},
2197  {"arrange", "arrange(This, Options :: [Option])", "arrange-2"},
2198  {"assignImageList", "assignImageList(This, ImageList, Which)", "assignImageList-3"},
2199  {"clearAll", "clearAll(This)", "clearAll-1"},
2200  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
2201  {"deleteAllItems", "deleteAllItems(This)", "deleteAllItems-1"},
2202  {"deleteColumn", "deleteColumn(This, Col)", "deleteColumn-2"},
2203  {"deleteItem", "deleteItem(This, Item)", "deleteItem-2"},
2204  {"editLabel", "editLabel(This, Item)", "editLabel-2"},
2205  {"ensureVisible", "ensureVisible(This, Item)", "ensureVisible-2"},
2206  {"findItem", "findItem(This, Start, Str)", "findItem-3"},
2207  {"findItem", "findItem(This, Start, Str, Options :: [Option])", "findItem-4"},
2208  {"findItem", "findItem(This, Start, Pt, Direction)", "findItem-4"},
2209  {"getColumn", "getColumn(This, Col, Item)", "getColumn-3"},
2210  {"getColumnCount", "getColumnCount(This)", "getColumnCount-1"},
2211  {"getColumnWidth", "getColumnWidth(This, Col)", "getColumnWidth-2"},
2212  {"getCountPerPage", "getCountPerPage(This)", "getCountPerPage-1"},
2213  {"getEditControl", "getEditControl(This)", "getEditControl-1"},
2214  {"getImageList", "getImageList(This, Which)", "getImageList-2"},
2215  {"getItem", "getItem(This, Info)", "getItem-2"},
2216  {"getItemBackgroundColour", "getItemBackgroundColour(This, Item)", "getItemBackgroundColour-2"},
2217  {"getItemCount", "getItemCount(This)", "getItemCount-1"},
2218  {"getItemData", "getItemData(This, Item)", "getItemData-2"},
2219  {"getItemFont", "getItemFont(This, Item)", "getItemFont-2"},
2220  {"getItemPosition", "getItemPosition(This, Item)", "getItemPosition-2"},
2221  {"getItemRect", "getItemRect(This, Item)", "getItemRect-2"},
2222  {"getItemRect", "getItemRect(This, Item, Options :: [Option])", "getItemRect-3"},
2223  {"getItemSpacing", "getItemSpacing(This)", "getItemSpacing-1"},
2224  {"getItemState", "getItemState(This, Item, StateMask)", "getItemState-3"},
2225  {"getItemText", "getItemText(This, Item)", "getItemText-2"},
2226  {"getItemText", "getItemText(This, Item, Options :: [Option])", "getItemText-3"},
2227  {"getItemTextColour", "getItemTextColour(This, Item)", "getItemTextColour-2"},
2228  {"getNextItem", "getNextItem(This, Item)", "getNextItem-2"},
2229  {"getNextItem", "getNextItem(This, Item, Options :: [Option])", "getNextItem-3"},
2230  {"getSelectedItemCount", "getSelectedItemCount(This)", "getSelectedItemCount-1"},
2231  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
2232  {"getTopItem", "getTopItem(This)", "getTopItem-1"},
2233  {"getViewRect", "getViewRect(This)", "getViewRect-1"},
2234  {"hitTest", "hitTest(This, Point)", "hitTest-2"},
2235  {"insertColumn", "insertColumn(This, Col, Heading)", "insertColumn-3"},
2236  {"insertColumn", "insertColumn(This, Col, Info)", "insertColumn-3"},
2237  {"insertColumn", "insertColumn(This, Col, Heading, Options :: [Option])", "insertColumn-4"},
2238  {"insertItem", "insertItem(This, Info)", "insertItem-2"},
2239  {"insertItem", "insertItem(This, Index, ImageIndex)", "insertItem-3"},
2240  {"insertItem", "insertItem(This, Index, Label)", "insertItem-3"},
2241  {"insertItem", "insertItem(This, Index, Label, ImageIndex)", "insertItem-4"},
2242  {"refreshItem", "refreshItem(This, Item)", "refreshItem-2"},
2243  {"refreshItems", "refreshItems(This, ItemFrom, ItemTo)", "refreshItems-3"},
2244  {"scrollList", "scrollList(This, Dx, Dy)", "scrollList-3"},
2245  {"setBackgroundColour", "setBackgroundColour(This, Col)", "setBackgroundColour-2"},
2246  {"setColumn", "setColumn(This, Col, Item)", "setColumn-3"},
2247  {"setColumnWidth", "setColumnWidth(This, Col, Width)", "setColumnWidth-3"},
2248  {"setImageList", "setImageList(This, ImageList, Which)", "setImageList-3"},
2249  {"setItem", "setItem(This, Info)", "setItem-2"},
2250  {"setItem", "setItem(This, Index, Column, Label)", "setItem-4"},
2251  {"setItem", "setItem(This, Index, Column, Label, Options :: [Option])", "setItem-5"},
2252  {"setItemBackgroundColour", "setItemBackgroundColour(This, Item, Col)", "setItemBackgroundColour-3"},
2253  {"setItemCount", "setItemCount(This, Count)", "setItemCount-2"},
2254  {"setItemData", "setItemData(This, Item, Data)", "setItemData-3"},
2255  {"setItemFont", "setItemFont(This, Item, Font)", "setItemFont-3"},
2256  {"setItemImage", "setItemImage(This, Item, Image)", "setItemImage-3"},
2257  {"setItemImage", "setItemImage(This, Item, Image, Options :: [Option])", "setItemImage-4"},
2258  {"setItemColumnImage", "setItemColumnImage(This, Item, Column, Image)", "setItemColumnImage-4"},
2259  {"setItemPosition", "setItemPosition(This, Item, Pos)", "setItemPosition-3"},
2260  {"setItemState", "setItemState(This, Item, State, StateMask)", "setItemState-4"},
2261  {"setItemText", "setItemText(This, Item, Text)", "setItemText-3"},
2262  {"setItemTextColour", "setItemTextColour(This, Item, Col)", "setItemTextColour-3"},
2263  {"setSingleStyle", "setSingleStyle(This, Style)", "setSingleStyle-2"},
2264  {"setSingleStyle", "setSingleStyle(This, Style, Options :: [Option])", "setSingleStyle-3"},
2265  {"setTextColour", "setTextColour(This, Col)", "setTextColour-2"},
2266  {"setWindowStyleFlag", "setWindowStyleFlag(This, Style)", "setWindowStyleFlag-2"},
2267  {"sortItems", "sortItems(This :: wxListCtrl(), SortCallBack)", "sortItems-2"}
2268]}.
2269{"wxListCtrl.html", {module, "wx"}, ["wxListCtrl"]}.
2270{"wxListEvent.html", {function, {"wx", "wxListEvent"}},
2271[
2272  {"getCacheFrom", "getCacheFrom(This)", "getCacheFrom-1"},
2273  {"getCacheTo", "getCacheTo(This)", "getCacheTo-1"},
2274  {"getKeyCode", "getKeyCode(This)", "getKeyCode-1"},
2275  {"getIndex", "getIndex(This)", "getIndex-1"},
2276  {"getColumn", "getColumn(This)", "getColumn-1"},
2277  {"getPoint", "getPoint(This)", "getPoint-1"},
2278  {"getLabel", "getLabel(This)", "getLabel-1"},
2279  {"getText", "getText(This)", "getText-1"},
2280  {"getImage", "getImage(This)", "getImage-1"},
2281  {"getData", "getData(This)", "getData-1"},
2282  {"getMask", "getMask(This)", "getMask-1"},
2283  {"getItem", "getItem(This)", "getItem-1"},
2284  {"isEditCancelled", "isEditCancelled(This)", "isEditCancelled-1"}
2285]}.
2286{"wxListEvent.html", {module, "wx"}, ["wxListEvent"]}.
2287{"wxListItemAttr.html", {function, {"wx", "wxListItemAttr"}},
2288[
2289  {"new", "new()", "new-0"},
2290  {"new", "new(ColText, ColBack, Font)", "new-3"},
2291  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
2292  {"getFont", "getFont(This)", "getFont-1"},
2293  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
2294  {"hasBackgroundColour", "hasBackgroundColour(This)", "hasBackgroundColour-1"},
2295  {"hasFont", "hasFont(This)", "hasFont-1"},
2296  {"hasTextColour", "hasTextColour(This)", "hasTextColour-1"},
2297  {"setBackgroundColour", "setBackgroundColour(This, ColBack)", "setBackgroundColour-2"},
2298  {"setFont", "setFont(This, Font)", "setFont-2"},
2299  {"setTextColour", "setTextColour(This, ColText)", "setTextColour-2"},
2300  {"destroy", "destroy(This :: wxListItemAttr())", "destroy-1"}
2301]}.
2302{"wxListItemAttr.html", {module, "wx"}, ["wxListItemAttr"]}.
2303{"wxListItem.html", {function, {"wx", "wxListItem"}},
2304[
2305  {"new", "new()", "new-0"},
2306  {"new", "new(Item)", "new-1"},
2307  {"clear", "clear(This)", "clear-1"},
2308  {"getAlign", "getAlign(This)", "getAlign-1"},
2309  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
2310  {"getColumn", "getColumn(This)", "getColumn-1"},
2311  {"getFont", "getFont(This)", "getFont-1"},
2312  {"getId", "getId(This)", "getId-1"},
2313  {"getImage", "getImage(This)", "getImage-1"},
2314  {"getMask", "getMask(This)", "getMask-1"},
2315  {"getState", "getState(This)", "getState-1"},
2316  {"getText", "getText(This)", "getText-1"},
2317  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
2318  {"getWidth", "getWidth(This)", "getWidth-1"},
2319  {"setAlign", "setAlign(This, Align)", "setAlign-2"},
2320  {"setBackgroundColour", "setBackgroundColour(This, ColBack)", "setBackgroundColour-2"},
2321  {"setColumn", "setColumn(This, Col)", "setColumn-2"},
2322  {"setFont", "setFont(This, Font)", "setFont-2"},
2323  {"setId", "setId(This, Id)", "setId-2"},
2324  {"setImage", "setImage(This, Image)", "setImage-2"},
2325  {"setMask", "setMask(This, Mask)", "setMask-2"},
2326  {"setState", "setState(This, State)", "setState-2"},
2327  {"setStateMask", "setStateMask(This, StateMask)", "setStateMask-2"},
2328  {"setText", "setText(This, Text)", "setText-2"},
2329  {"setTextColour", "setTextColour(This, ColText)", "setTextColour-2"},
2330  {"setWidth", "setWidth(This, Width)", "setWidth-2"},
2331  {"destroy", "destroy(This :: wxListItem())", "destroy-1"}
2332]}.
2333{"wxListItem.html", {module, "wx"}, ["wxListItem"]}.
2334{"wxListView.html", {function, {"wx", "wxListView"}},
2335[
2336  {"clearColumnImage", "clearColumnImage(This, Col)", "clearColumnImage-2"},
2337  {"focus", "focus(This, Index)", "focus-2"},
2338  {"getFirstSelected", "getFirstSelected(This)", "getFirstSelected-1"},
2339  {"getFocusedItem", "getFocusedItem(This)", "getFocusedItem-1"},
2340  {"getNextSelected", "getNextSelected(This, Item)", "getNextSelected-2"},
2341  {"isSelected", "isSelected(This, Index)", "isSelected-2"},
2342  {"select", "select(This, N)", "select-2"},
2343  {"select", "select(This, N, Options :: [Option])", "select-3"},
2344  {"setColumnImage", "setColumnImage(This, Col, Image)", "setColumnImage-3"}
2345]}.
2346{"wxListView.html", {module, "wx"}, ["wxListView"]}.
2347{"wxLocale.html", {function, {"wx", "wxLocale"}},
2348[
2349  {"new", "new()", "new-0"},
2350  {"new", "new(Language)", "new-1"},
2351  {"new", "new(Name)", "new-1"},
2352  {"new", "new(Language, Options :: [Option])", "new-2"},
2353  {"new", "new(Name, Options :: [Option])", "new-2"},
2354  {"destroy", "destroy(This :: wxLocale())", "destroy-1"},
2355  {"init", "init(This)", "init-1"},
2356  {"init", "init(This, Options :: [Option])", "init-2"},
2357  {"init", "init(This, Name, Options :: [Option])", "init-3"},
2358  {"addCatalog", "addCatalog(This, Domain)", "addCatalog-2"},
2359  {"addCatalog", "addCatalog(This, Domain, MsgIdLanguage)", "addCatalog-3"},
2360  {"addCatalog", "addCatalog(This, Domain, MsgIdLanguage, MsgIdCharset)", "addCatalog-4"},
2361  {"addCatalogLookupPathPrefix", "addCatalogLookupPathPrefix(Prefix)", "addCatalogLookupPathPrefix-1"},
2362  {"getCanonicalName", "getCanonicalName(This)", "getCanonicalName-1"},
2363  {"getLanguage", "getLanguage(This)", "getLanguage-1"},
2364  {"getLanguageName", "getLanguageName(Lang)", "getLanguageName-1"},
2365  {"getLocale", "getLocale(This)", "getLocale-1"},
2366  {"getName", "getName(This)", "getName-1"},
2367  {"getString", "getString(This, OrigString)", "getString-2"},
2368  {"getString", "getString(This, OrigString, Options :: [Option])", "getString-3"},
2369  {"getString", "getString(This, OrigString, OrigString2, N)", "getString-4"},
2370  {"getString", "getString(This, OrigString, OrigString2, N, Options :: [Option])", "getString-5"},
2371  {"getHeaderValue", "getHeaderValue(This, Header)", "getHeaderValue-2"},
2372  {"getHeaderValue", "getHeaderValue(This, Header, Options :: [Option])", "getHeaderValue-3"},
2373  {"getSysName", "getSysName(This)", "getSysName-1"},
2374  {"getSystemEncoding", "getSystemEncoding()", "getSystemEncoding-0"},
2375  {"getSystemEncodingName", "getSystemEncodingName()", "getSystemEncodingName-0"},
2376  {"getSystemLanguage", "getSystemLanguage()", "getSystemLanguage-0"},
2377  {"isLoaded", "isLoaded(This, Domain)", "isLoaded-2"},
2378  {"isOk", "isOk(This)", "isOk-1"}
2379]}.
2380{"wxLocale.html", {module, "wx"}, ["wxLocale"]}.
2381{"wxLogNull.html", {function, {"wx", "wxLogNull"}},
2382[
2383  {"new", "new()", "new-0"},
2384  {"destroy", "destroy(This :: wxLogNull())", "destroy-1"}
2385]}.
2386{"wxLogNull.html", {module, "wx"}, ["wxLogNull"]}.
2387{"wxMask.html", {function, {"wx", "wxMask"}},
2388[
2389  {"new", "new()", "new-0"},
2390  {"new", "new(Bitmap)", "new-1"},
2391  {"new", "new(Bitmap, Index)", "new-2"},
2392  {"new", "new(Bitmap, Colour)", "new-2"},
2393  {"destroy", "destroy(This :: wxMask())", "destroy-1"},
2394  {"create", "create(This, Bitmap)", "create-2"},
2395  {"create", "create(This, Bitmap, Index)", "create-3"},
2396  {"create", "create(This, Bitmap, Colour)", "create-3"}
2397]}.
2398{"wxMask.html", {module, "wx"}, ["wxMask"]}.
2399{"wxMaximizeEvent.html", {function, {"wx", "wxMaximizeEvent"}},
2400[
2401]}.
2402{"wxMaximizeEvent.html", {module, "wx"}, ["wxMaximizeEvent"]}.
2403{"wxMDIChildFrame.html", {function, {"wx", "wxMDIChildFrame"}},
2404[
2405  {"new", "new()", "new-0"},
2406  {"new", "new(Parent, Id, Title)", "new-3"},
2407  {"new", "new(Parent, Id, Title, Options :: [Option])", "new-4"},
2408  {"destroy", "destroy(This :: wxMDIChildFrame())", "destroy-1"},
2409  {"activate", "activate(This)", "activate-1"},
2410  {"create", "create(This, Parent, Id, Title)", "create-4"},
2411  {"create", "create(This, Parent, Id, Title, Options :: [Option])", "create-5"},
2412  {"maximize", "maximize(This)", "maximize-1"},
2413  {"maximize", "maximize(This, Options :: [Option])", "maximize-2"},
2414  {"restore", "restore(This)", "restore-1"}
2415]}.
2416{"wxMDIChildFrame.html", {module, "wx"}, ["wxMDIChildFrame"]}.
2417{"wxMDIClientWindow.html", {function, {"wx", "wxMDIClientWindow"}},
2418[
2419  {"new", "new()", "new-0"},
2420  {"createClient", "createClient(This, Parent)", "createClient-2"},
2421  {"createClient", "createClient(This, Parent, Options :: [Option])", "createClient-3"},
2422  {"destroy", "destroy(This :: wxMDIClientWindow())", "destroy-1"}
2423]}.
2424{"wxMDIClientWindow.html", {module, "wx"}, ["wxMDIClientWindow"]}.
2425{"wxMDIParentFrame.html", {function, {"wx", "wxMDIParentFrame"}},
2426[
2427  {"new", "new()", "new-0"},
2428  {"new", "new(Parent, Id, Title)", "new-3"},
2429  {"new", "new(Parent, Id, Title, Options :: [Option])", "new-4"},
2430  {"destroy", "destroy(This :: wxMDIParentFrame())", "destroy-1"},
2431  {"activateNext", "activateNext(This)", "activateNext-1"},
2432  {"activatePrevious", "activatePrevious(This)", "activatePrevious-1"},
2433  {"arrangeIcons", "arrangeIcons(This)", "arrangeIcons-1"},
2434  {"cascade", "cascade(This)", "cascade-1"},
2435  {"create", "create(This, Parent, Id, Title)", "create-4"},
2436  {"create", "create(This, Parent, Id, Title, Options :: [Option])", "create-5"},
2437  {"getActiveChild", "getActiveChild(This)", "getActiveChild-1"},
2438  {"getClientWindow", "getClientWindow(This)", "getClientWindow-1"},
2439  {"tile", "tile(This)", "tile-1"},
2440  {"tile", "tile(This, Options :: [Option])", "tile-2"}
2441]}.
2442{"wxMDIParentFrame.html", {module, "wx"}, ["wxMDIParentFrame"]}.
2443{"wxMemoryDC.html", {function, {"wx", "wxMemoryDC"}},
2444[
2445  {"new", "new()", "new-0"},
2446  {"new", "new(Dc)", "new-1"},
2447  {"selectObject", "selectObject(This, Bitmap)", "selectObject-2"},
2448  {"selectObjectAsSource", "selectObjectAsSource(This, Bitmap)", "selectObjectAsSource-2"},
2449  {"destroy", "destroy(This :: wxMemoryDC())", "destroy-1"}
2450]}.
2451{"wxMemoryDC.html", {module, "wx"}, ["wxMemoryDC"]}.
2452{"wxMenuBar.html", {function, {"wx", "wxMenuBar"}},
2453[
2454  {"new", "new()", "new-0"},
2455  {"new", "new(Style)", "new-1"},
2456  {"destroy", "destroy(This :: wxMenuBar())", "destroy-1"},
2457  {"append", "append(This, Menu, Title)", "append-3"},
2458  {"check", "check(This, Id, Check)", "check-3"},
2459  {"enable", "enable(This, Id, Enable)", "enable-3"},
2460  {"enableTop", "enableTop(This, Pos, Enable)", "enableTop-3"},
2461  {"findMenu", "findMenu(This, Title)", "findMenu-2"},
2462  {"findMenuItem", "findMenuItem(This, MenuString, ItemString)", "findMenuItem-3"},
2463  {"findItem", "findItem(This, Id)", "findItem-2"},
2464  {"getHelpString", "getHelpString(This, Id)", "getHelpString-2"},
2465  {"getLabel", "getLabel(This, Id)", "getLabel-2"},
2466  {"getLabelTop", "getLabelTop(This, Pos)", "getLabelTop-2"},
2467  {"getMenuLabel", "getMenuLabel(This, Pos)", "getMenuLabel-2"},
2468  {"getMenuLabelText", "getMenuLabelText(This, Pos)", "getMenuLabelText-2"},
2469  {"getMenu", "getMenu(This, MenuIndex)", "getMenu-2"},
2470  {"getMenuCount", "getMenuCount(This)", "getMenuCount-1"},
2471  {"insert", "insert(This, Pos, Menu, Title)", "insert-4"},
2472  {"isChecked", "isChecked(This, Id)", "isChecked-2"},
2473  {"setAutoWindowMenu", "setAutoWindowMenu(Enable)", "setAutoWindowMenu-1"},
2474  {"getAutoWindowMenu", "getAutoWindowMenu()", "getAutoWindowMenu-0"},
2475  {"oSXGetAppleMenu", "oSXGetAppleMenu(This)", "oSXGetAppleMenu-1"},
2476  {"isEnabled", "isEnabled(This, Id)", "isEnabled-2"},
2477  {"remove", "remove(This, Pos)", "remove-2"},
2478  {"replace", "replace(This, Pos, Menu, Title)", "replace-4"},
2479  {"setHelpString", "setHelpString(This, Id, HelpString)", "setHelpString-3"},
2480  {"setLabel", "setLabel(This, Id, Label)", "setLabel-3"},
2481  {"setLabelTop", "setLabelTop(This, Pos, Label)", "setLabelTop-3"},
2482  {"setMenuLabel", "setMenuLabel(This, Pos, Label)", "setMenuLabel-3"}
2483]}.
2484{"wxMenuBar.html", {module, "wx"}, ["wxMenuBar"]}.
2485{"wxMenuEvent.html", {function, {"wx", "wxMenuEvent"}},
2486[
2487  {"getMenu", "getMenu(This)", "getMenu-1"},
2488  {"getMenuId", "getMenuId(This)", "getMenuId-1"},
2489  {"isPopup", "isPopup(This)", "isPopup-1"}
2490]}.
2491{"wxMenuEvent.html", {module, "wx"}, ["wxMenuEvent"]}.
2492{"wxMenuItem.html", {function, {"wx", "wxMenuItem"}},
2493[
2494  {"new", "new()", "new-0"},
2495  {"new", "new(Options :: [Option])", "new-1"},
2496  {"destroy", "destroy(This :: wxMenuItem())", "destroy-1"},
2497  {"check", "check(This)", "check-1"},
2498  {"check", "check(This, Options :: [Option])", "check-2"},
2499  {"enable", "enable(This)", "enable-1"},
2500  {"enable", "enable(This, Options :: [Option])", "enable-2"},
2501  {"getBitmap", "getBitmap(This)", "getBitmap-1"},
2502  {"getHelp", "getHelp(This)", "getHelp-1"},
2503  {"getId", "getId(This)", "getId-1"},
2504  {"getKind", "getKind(This)", "getKind-1"},
2505  {"getLabelFromText", "getLabelFromText(Text)", "getLabelFromText-1"},
2506  {"getLabelText", "getLabelText(Text)", "getLabelText-1"},
2507  {"getText", "getText(This)", "getText-1"},
2508  {"getItemLabel", "getItemLabel(This)", "getItemLabel-1"},
2509  {"getLabel", "getLabel(This)", "getLabel-1"},
2510  {"getItemLabelText", "getItemLabelText(This)", "getItemLabelText-1"},
2511  {"getMenu", "getMenu(This)", "getMenu-1"},
2512  {"getSubMenu", "getSubMenu(This)", "getSubMenu-1"},
2513  {"isCheckable", "isCheckable(This)", "isCheckable-1"},
2514  {"isChecked", "isChecked(This)", "isChecked-1"},
2515  {"isEnabled", "isEnabled(This)", "isEnabled-1"},
2516  {"isSeparator", "isSeparator(This)", "isSeparator-1"},
2517  {"isSubMenu", "isSubMenu(This)", "isSubMenu-1"},
2518  {"setBitmap", "setBitmap(This, Bmp)", "setBitmap-2"},
2519  {"setHelp", "setHelp(This, HelpString)", "setHelp-2"},
2520  {"setMenu", "setMenu(This, Menu)", "setMenu-2"},
2521  {"setSubMenu", "setSubMenu(This, Menu)", "setSubMenu-2"},
2522  {"setText", "setText(This, Label)", "setText-2"},
2523  {"setItemLabel", "setItemLabel(This, Label)", "setItemLabel-2"}
2524]}.
2525{"wxMenuItem.html", {module, "wx"}, ["wxMenuItem"]}.
2526{"wxMenu.html", {function, {"wx", "wxMenu"}},
2527[
2528  {"new", "new()", "new-0"},
2529  {"new", "new(Options :: [Option])", "new-1"},
2530  {"new", "new(Title, Options :: [Option])", "new-2"},
2531  {"destroy", "destroy(This :: wxMenu())", "destroy-1"},
2532  {"append", "append(This, MenuItem)", "append-2"},
2533  {"append", "append(This, Id, Item)", "append-3"},
2534  {"append", "append(This, Id, Item, SubMenu)", "append-4"},
2535  {"append", "append(This, Id, Item, SubMenu :: [Option])", "append-4"},
2536  {"append", "append(This, Id, Item, SubMenu, Options :: [Option])", "append-5"},
2537  {"appendCheckItem", "appendCheckItem(This, Id, Item)", "appendCheckItem-3"},
2538  {"appendCheckItem", "appendCheckItem(This, Id, Item, Options :: [Option])", "appendCheckItem-4"},
2539  {"appendRadioItem", "appendRadioItem(This, Id, Item)", "appendRadioItem-3"},
2540  {"appendRadioItem", "appendRadioItem(This, Id, Item, Options :: [Option])", "appendRadioItem-4"},
2541  {"appendSeparator", "appendSeparator(This)", "appendSeparator-1"},
2542  {"break", "break(This)", "break-1"},
2543  {"check", "check(This, Id, Check)", "check-3"},
2544  {"delete", "delete(This, Id)", "delete-2"},
2545  {"delete", "delete(This, Item)", "delete-2"},
2546  {"'Destroy'", "'Destroy'(This, Id)", "'Destroy'-2"},
2547  {"'Destroy'", "'Destroy'(This, Item)", "'Destroy'-2"},
2548  {"enable", "enable(This, Id, Enable)", "enable-3"},
2549  {"findItem", "findItem(This, Id)", "findItem-2"},
2550  {"findItem", "findItem(This, ItemString)", "findItem-2"},
2551  {"findItemByPosition", "findItemByPosition(This, Position)", "findItemByPosition-2"},
2552  {"getHelpString", "getHelpString(This, Id)", "getHelpString-2"},
2553  {"getLabel", "getLabel(This, Id)", "getLabel-2"},
2554  {"getMenuItemCount", "getMenuItemCount(This)", "getMenuItemCount-1"},
2555  {"getMenuItems", "getMenuItems(This)", "getMenuItems-1"},
2556  {"getTitle", "getTitle(This)", "getTitle-1"},
2557  {"insert", "insert(This, Pos, Id)", "insert-3"},
2558  {"insert", "insert(This, Pos, MenuItem)", "insert-3"},
2559  {"insert", "insert(This, Pos, Id, Options :: [Option])", "insert-4"},
2560  {"insert", "insert(This, Pos, Id, Text, Submenu)", "insert-5"},
2561  {"insert", "insert(This, Pos, Id, Text, Submenu, Options :: [Option])", "insert-6"},
2562  {"insertCheckItem", "insertCheckItem(This, Pos, Id, Item)", "insertCheckItem-4"},
2563  {"insertCheckItem", "insertCheckItem(This, Pos, Id, Item, Options :: [Option])", "insertCheckItem-5"},
2564  {"insertRadioItem", "insertRadioItem(This, Pos, Id, Item)", "insertRadioItem-4"},
2565  {"insertRadioItem", "insertRadioItem(This, Pos, Id, Item, Options :: [Option])", "insertRadioItem-5"},
2566  {"insertSeparator", "insertSeparator(This, Pos)", "insertSeparator-2"},
2567  {"isChecked", "isChecked(This, Id)", "isChecked-2"},
2568  {"isEnabled", "isEnabled(This, Id)", "isEnabled-2"},
2569  {"prepend", "prepend(This, Id)", "prepend-2"},
2570  {"prepend", "prepend(This, Item)", "prepend-2"},
2571  {"prepend", "prepend(This, Id, Options :: [Option])", "prepend-3"},
2572  {"prepend", "prepend(This, Id, Text, Submenu)", "prepend-4"},
2573  {"prepend", "prepend(This, Id, Text, Submenu, Options :: [Option])", "prepend-5"},
2574  {"prependCheckItem", "prependCheckItem(This, Id, Item)", "prependCheckItem-3"},
2575  {"prependCheckItem", "prependCheckItem(This, Id, Item, Options :: [Option])", "prependCheckItem-4"},
2576  {"prependRadioItem", "prependRadioItem(This, Id, Item)", "prependRadioItem-3"},
2577  {"prependRadioItem", "prependRadioItem(This, Id, Item, Options :: [Option])", "prependRadioItem-4"},
2578  {"prependSeparator", "prependSeparator(This)", "prependSeparator-1"},
2579  {"remove", "remove(This, Id)", "remove-2"},
2580  {"remove", "remove(This, Item)", "remove-2"},
2581  {"setHelpString", "setHelpString(This, Id, HelpString)", "setHelpString-3"},
2582  {"setLabel", "setLabel(This, Id, Label)", "setLabel-3"},
2583  {"setTitle", "setTitle(This, Title)", "setTitle-2"}
2584]}.
2585{"wxMenu.html", {module, "wx"}, ["wxMenu"]}.
2586{"wxMessageDialog.html", {function, {"wx", "wxMessageDialog"}},
2587[
2588  {"new", "new(Parent, Message)", "new-2"},
2589  {"new", "new(Parent, Message, Options :: [Option])", "new-3"},
2590  {"destroy", "destroy(This :: wxMessageDialog())", "destroy-1"}
2591]}.
2592{"wxMessageDialog.html", {module, "wx"}, ["wxMessageDialog"]}.
2593{"wxMiniFrame.html", {function, {"wx", "wxMiniFrame"}},
2594[
2595  {"new", "new()", "new-0"},
2596  {"new", "new(Parent, Id, Title)", "new-3"},
2597  {"new", "new(Parent, Id, Title, Options :: [Option])", "new-4"},
2598  {"destroy", "destroy(This :: wxMiniFrame())", "destroy-1"},
2599  {"create", "create(This, Parent, Id, Title)", "create-4"},
2600  {"create", "create(This, Parent, Id, Title, Options :: [Option])", "create-5"}
2601]}.
2602{"wxMiniFrame.html", {module, "wx"}, ["wxMiniFrame"]}.
2603{"wxMirrorDC.html", {function, {"wx", "wxMirrorDC"}},
2604[
2605  {"new", "new(Dc, Mirror)", "new-2"},
2606  {"destroy", "destroy(This :: wxMirrorDC())", "destroy-1"}
2607]}.
2608{"wxMirrorDC.html", {module, "wx"}, ["wxMirrorDC"]}.
2609{"wxMouseCaptureChangedEvent.html", {function, {"wx", "wxMouseCaptureChangedEvent"}},
2610[
2611  {"getCapturedWindow", "getCapturedWindow(This)", "getCapturedWindow-1"}
2612]}.
2613{"wxMouseCaptureChangedEvent.html", {module, "wx"}, ["wxMouseCaptureChangedEvent"]}.
2614{"wxMouseCaptureLostEvent.html", {function, {"wx", "wxMouseCaptureLostEvent"}},
2615[
2616]}.
2617{"wxMouseCaptureLostEvent.html", {module, "wx"}, ["wxMouseCaptureLostEvent"]}.
2618{"wxMouseEvent.html", {function, {"wx", "wxMouseEvent"}},
2619[
2620  {"altDown", "altDown(This)", "altDown-1"},
2621  {"button", "button(This, But)", "button-2"},
2622  {"buttonDClick", "buttonDClick(This)", "buttonDClick-1"},
2623  {"buttonDClick", "buttonDClick(This, Options :: [Option])", "buttonDClick-2"},
2624  {"buttonDown", "buttonDown(This)", "buttonDown-1"},
2625  {"buttonDown", "buttonDown(This, Options :: [Option])", "buttonDown-2"},
2626  {"buttonUp", "buttonUp(This)", "buttonUp-1"},
2627  {"buttonUp", "buttonUp(This, Options :: [Option])", "buttonUp-2"},
2628  {"cmdDown", "cmdDown(This)", "cmdDown-1"},
2629  {"controlDown", "controlDown(This)", "controlDown-1"},
2630  {"dragging", "dragging(This)", "dragging-1"},
2631  {"entering", "entering(This)", "entering-1"},
2632  {"getButton", "getButton(This)", "getButton-1"},
2633  {"getPosition", "getPosition(This)", "getPosition-1"},
2634  {"getLogicalPosition", "getLogicalPosition(This, Dc)", "getLogicalPosition-2"},
2635  {"getLinesPerAction", "getLinesPerAction(This)", "getLinesPerAction-1"},
2636  {"getWheelRotation", "getWheelRotation(This)", "getWheelRotation-1"},
2637  {"getWheelDelta", "getWheelDelta(This)", "getWheelDelta-1"},
2638  {"getX", "getX(This)", "getX-1"},
2639  {"getY", "getY(This)", "getY-1"},
2640  {"isButton", "isButton(This)", "isButton-1"},
2641  {"isPageScroll", "isPageScroll(This)", "isPageScroll-1"},
2642  {"leaving", "leaving(This)", "leaving-1"},
2643  {"leftDClick", "leftDClick(This)", "leftDClick-1"},
2644  {"leftDown", "leftDown(This)", "leftDown-1"},
2645  {"leftIsDown", "leftIsDown(This)", "leftIsDown-1"},
2646  {"leftUp", "leftUp(This)", "leftUp-1"},
2647  {"metaDown", "metaDown(This)", "metaDown-1"},
2648  {"middleDClick", "middleDClick(This)", "middleDClick-1"},
2649  {"middleDown", "middleDown(This)", "middleDown-1"},
2650  {"middleIsDown", "middleIsDown(This)", "middleIsDown-1"},
2651  {"middleUp", "middleUp(This)", "middleUp-1"},
2652  {"moving", "moving(This)", "moving-1"},
2653  {"rightDClick", "rightDClick(This)", "rightDClick-1"},
2654  {"rightDown", "rightDown(This)", "rightDown-1"},
2655  {"rightIsDown", "rightIsDown(This)", "rightIsDown-1"},
2656  {"rightUp", "rightUp(This)", "rightUp-1"},
2657  {"shiftDown", "shiftDown(This)", "shiftDown-1"},
2658  {"getWheelAxis", "getWheelAxis(This)", "getWheelAxis-1"}
2659]}.
2660{"wxMouseEvent.html", {module, "wx"}, ["wxMouseEvent"]}.
2661{"wxMoveEvent.html", {function, {"wx", "wxMoveEvent"}},
2662[
2663  {"getPosition", "getPosition(This)", "getPosition-1"},
2664  {"getRect", "getRect(This)", "getRect-1"}
2665]}.
2666{"wxMoveEvent.html", {module, "wx"}, ["wxMoveEvent"]}.
2667{"wxMultiChoiceDialog.html", {function, {"wx", "wxMultiChoiceDialog"}},
2668[
2669  {"new", "new(Parent, Message, Caption, Choices)", "new-4"},
2670  {"new", "new(Parent, Message, Caption, Choices, Options :: [Option])", "new-5"},
2671  {"getSelections", "getSelections(This)", "getSelections-1"},
2672  {"setSelections", "setSelections(This, Selections)", "setSelections-2"},
2673  {"destroy", "destroy(This :: wxMultiChoiceDialog())", "destroy-1"}
2674]}.
2675{"wxMultiChoiceDialog.html", {module, "wx"}, ["wxMultiChoiceDialog"]}.
2676{"wxNavigationKeyEvent.html", {function, {"wx", "wxNavigationKeyEvent"}},
2677[
2678  {"getDirection", "getDirection(This)", "getDirection-1"},
2679  {"setDirection", "setDirection(This, Direction)", "setDirection-2"},
2680  {"isWindowChange", "isWindowChange(This)", "isWindowChange-1"},
2681  {"setWindowChange", "setWindowChange(This, WindowChange)", "setWindowChange-2"},
2682  {"isFromTab", "isFromTab(This)", "isFromTab-1"},
2683  {"setFromTab", "setFromTab(This, FromTab)", "setFromTab-2"},
2684  {"getCurrentFocus", "getCurrentFocus(This)", "getCurrentFocus-1"},
2685  {"setCurrentFocus", "setCurrentFocus(This, CurrentFocus)", "setCurrentFocus-2"}
2686]}.
2687{"wxNavigationKeyEvent.html", {module, "wx"}, ["wxNavigationKeyEvent"]}.
2688{"wxNotebook.html", {function, {"wx", "wxNotebook"}},
2689[
2690  {"new", "new()", "new-0"},
2691  {"new", "new(Parent, Id)", "new-2"},
2692  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
2693  {"destroy", "destroy(This :: wxNotebook())", "destroy-1"},
2694  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
2695  {"create", "create(This, Parent, Id)", "create-3"},
2696  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
2697  {"getImageList", "getImageList(This)", "getImageList-1"},
2698  {"getPageImage", "getPageImage(This, NPage)", "getPageImage-2"},
2699  {"getRowCount", "getRowCount(This)", "getRowCount-1"},
2700  {"getThemeBackgroundColour", "getThemeBackgroundColour(This)", "getThemeBackgroundColour-1"},
2701  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
2702  {"setPadding", "setPadding(This, Padding)", "setPadding-2"},
2703  {"setPageSize", "setPageSize(This, Size)", "setPageSize-2"},
2704  {"setPageImage", "setPageImage(This, Page, Image)", "setPageImage-3"}
2705]}.
2706{"wxNotebook.html", {module, "wx"}, ["wxNotebook"]}.
2707{"wxNotificationMessage.html", {function, {"wx", "wxNotificationMessage"}},
2708[
2709  {"new", "new()", "new-0"},
2710  {"new", "new(Title)", "new-1"},
2711  {"new", "new(Title, Options :: [Option])", "new-2"},
2712  {"destroy", "destroy(This :: wxNotificationMessage())", "destroy-1"},
2713  {"addAction", "addAction(This, Actionid)", "addAction-2"},
2714  {"addAction", "addAction(This, Actionid, Options :: [Option])", "addAction-3"},
2715  {"close", "close(This)", "close-1"},
2716  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
2717  {"setIcon", "setIcon(This, Icon)", "setIcon-2"},
2718  {"setMessage", "setMessage(This, Message)", "setMessage-2"},
2719  {"setParent", "setParent(This, Parent)", "setParent-2"},
2720  {"setTitle", "setTitle(This, Title)", "setTitle-2"},
2721  {"show", "show(This)", "show-1"},
2722  {"show", "show(This, Options :: [Option])", "show-2"},
2723  {"useTaskBarIcon", "useTaskBarIcon(Icon)", "useTaskBarIcon-1"},
2724  {"mSWUseToasts", "mSWUseToasts()", "mSWUseToasts-0"},
2725  {"mSWUseToasts", "mSWUseToasts(Options :: [Option])", "mSWUseToasts-1"}
2726]}.
2727{"wxNotificationMessage.html", {module, "wx"}, ["wxNotificationMessage"]}.
2728{"wxNotifyEvent.html", {function, {"wx", "wxNotifyEvent"}},
2729[
2730  {"allow", "allow(This)", "allow-1"},
2731  {"isAllowed", "isAllowed(This)", "isAllowed-1"},
2732  {"veto", "veto(This)", "veto-1"}
2733]}.
2734{"wxNotifyEvent.html", {module, "wx"}, ["wxNotifyEvent"]}.
2735{"wxOverlay.html", {function, {"wx", "wxOverlay"}},
2736[
2737  {"new", "new()", "new-0"},
2738  {"destroy", "destroy(This :: wxOverlay())", "destroy-1"},
2739  {"reset", "reset(This)", "reset-1"}
2740]}.
2741{"wxOverlay.html", {module, "wx"}, ["wxOverlay"]}.
2742{"wxPageSetupDialogData.html", {function, {"wx", "wxPageSetupDialogData"}},
2743[
2744  {"new", "new()", "new-0"},
2745  {"new", "new(PrintData)", "new-1"},
2746  {"destroy", "destroy(This :: wxPageSetupDialogData())", "destroy-1"},
2747  {"enableHelp", "enableHelp(This, Flag)", "enableHelp-2"},
2748  {"enableMargins", "enableMargins(This, Flag)", "enableMargins-2"},
2749  {"enableOrientation", "enableOrientation(This, Flag)", "enableOrientation-2"},
2750  {"enablePaper", "enablePaper(This, Flag)", "enablePaper-2"},
2751  {"enablePrinter", "enablePrinter(This, Flag)", "enablePrinter-2"},
2752  {"getDefaultMinMargins", "getDefaultMinMargins(This)", "getDefaultMinMargins-1"},
2753  {"getEnableMargins", "getEnableMargins(This)", "getEnableMargins-1"},
2754  {"getEnableOrientation", "getEnableOrientation(This)", "getEnableOrientation-1"},
2755  {"getEnablePaper", "getEnablePaper(This)", "getEnablePaper-1"},
2756  {"getEnablePrinter", "getEnablePrinter(This)", "getEnablePrinter-1"},
2757  {"getEnableHelp", "getEnableHelp(This)", "getEnableHelp-1"},
2758  {"getDefaultInfo", "getDefaultInfo(This)", "getDefaultInfo-1"},
2759  {"getMarginTopLeft", "getMarginTopLeft(This)", "getMarginTopLeft-1"},
2760  {"getMarginBottomRight", "getMarginBottomRight(This)", "getMarginBottomRight-1"},
2761  {"getMinMarginTopLeft", "getMinMarginTopLeft(This)", "getMinMarginTopLeft-1"},
2762  {"getMinMarginBottomRight", "getMinMarginBottomRight(This)", "getMinMarginBottomRight-1"},
2763  {"getPaperId", "getPaperId(This)", "getPaperId-1"},
2764  {"getPaperSize", "getPaperSize(This)", "getPaperSize-1"},
2765  {"getPrintData", "getPrintData(This)", "getPrintData-1"},
2766  {"isOk", "isOk(This)", "isOk-1"},
2767  {"setDefaultInfo", "setDefaultInfo(This, Flag)", "setDefaultInfo-2"},
2768  {"setDefaultMinMargins", "setDefaultMinMargins(This, Flag)", "setDefaultMinMargins-2"},
2769  {"setMarginTopLeft", "setMarginTopLeft(This, Pt)", "setMarginTopLeft-2"},
2770  {"setMarginBottomRight", "setMarginBottomRight(This, Pt)", "setMarginBottomRight-2"},
2771  {"setMinMarginTopLeft", "setMinMarginTopLeft(This, Pt)", "setMinMarginTopLeft-2"},
2772  {"setMinMarginBottomRight", "setMinMarginBottomRight(This, Pt)", "setMinMarginBottomRight-2"},
2773  {"setPaperId", "setPaperId(This, Id)", "setPaperId-2"},
2774  {"setPaperSize", "setPaperSize(This, Size)", "setPaperSize-2"},
2775  {"setPrintData", "setPrintData(This, PrintData)", "setPrintData-2"}
2776]}.
2777{"wxPageSetupDialogData.html", {module, "wx"}, ["wxPageSetupDialogData"]}.
2778{"wxPageSetupDialog.html", {function, {"wx", "wxPageSetupDialog"}},
2779[
2780  {"new", "new(Parent)", "new-1"},
2781  {"new", "new(Parent, Options :: [Option])", "new-2"},
2782  {"destroy", "destroy(This :: wxPageSetupDialog())", "destroy-1"},
2783  {"getPageSetupData", "getPageSetupData(This)", "getPageSetupData-1"},
2784  {"showModal", "showModal(This)", "showModal-1"}
2785]}.
2786{"wxPageSetupDialog.html", {module, "wx"}, ["wxPageSetupDialog"]}.
2787{"wxPaintDC.html", {function, {"wx", "wxPaintDC"}},
2788[
2789  {"new", "new(Window)", "new-1"},
2790  {"destroy", "destroy(This :: wxPaintDC())", "destroy-1"}
2791]}.
2792{"wxPaintDC.html", {module, "wx"}, ["wxPaintDC"]}.
2793{"wxPaintEvent.html", {function, {"wx", "wxPaintEvent"}},
2794[
2795]}.
2796{"wxPaintEvent.html", {module, "wx"}, ["wxPaintEvent"]}.
2797{"wxPaletteChangedEvent.html", {function, {"wx", "wxPaletteChangedEvent"}},
2798[
2799  {"setChangedWindow", "setChangedWindow(This, Win)", "setChangedWindow-2"},
2800  {"getChangedWindow", "getChangedWindow(This)", "getChangedWindow-1"}
2801]}.
2802{"wxPaletteChangedEvent.html", {module, "wx"}, ["wxPaletteChangedEvent"]}.
2803{"wxPalette.html", {function, {"wx", "wxPalette"}},
2804[
2805  {"new", "new()", "new-0"},
2806  {"new", "new(Palette)", "new-1"},
2807  {"new", "new(Red, Green, Blue)", "new-3"},
2808  {"destroy", "destroy(This :: wxPalette())", "destroy-1"},
2809  {"create", "create(This, Red, Green, Blue)", "create-4"},
2810  {"getColoursCount", "getColoursCount(This)", "getColoursCount-1"},
2811  {"getPixel", "getPixel(This, Red, Green, Blue)", "getPixel-4"},
2812  {"getRGB", "getRGB(This, Pixel)", "getRGB-2"},
2813  {"ok", "ok(This)", "ok-1"},
2814  {"isOk", "isOk(This)", "isOk-1"}
2815]}.
2816{"wxPalette.html", {module, "wx"}, ["wxPalette"]}.
2817{"wxPanel.html", {function, {"wx", "wxPanel"}},
2818[
2819  {"new", "new()", "new-0"},
2820  {"new", "new(Parent)", "new-1"},
2821  {"new", "new(Parent, Options :: [Option])", "new-2"},
2822  {"destroy", "destroy(This :: wxPanel())", "destroy-1"},
2823  {"initDialog", "initDialog(This)", "initDialog-1"},
2824  {"setFocusIgnoringChildren", "setFocusIgnoringChildren(This)", "setFocusIgnoringChildren-1"}
2825]}.
2826{"wxPanel.html", {module, "wx"}, ["wxPanel"]}.
2827{"wxPasswordEntryDialog.html", {function, {"wx", "wxPasswordEntryDialog"}},
2828[
2829  {"new", "new(Parent, Message)", "new-2"},
2830  {"new", "new(Parent, Message, Options :: [Option])", "new-3"},
2831  {"destroy", "destroy(This :: wxPasswordEntryDialog())", "destroy-1"}
2832]}.
2833{"wxPasswordEntryDialog.html", {module, "wx"}, ["wxPasswordEntryDialog"]}.
2834{"wxPen.html", {function, {"wx", "wxPen"}},
2835[
2836  {"new", "new()", "new-0"},
2837  {"new", "new(Colour)", "new-1"},
2838  {"new", "new(Pen)", "new-1"},
2839  {"new", "new(Colour, Options :: [Option])", "new-2"},
2840  {"destroy", "destroy(This :: wxPen())", "destroy-1"},
2841  {"getCap", "getCap(This)", "getCap-1"},
2842  {"getColour", "getColour(This)", "getColour-1"},
2843  {"getJoin", "getJoin(This)", "getJoin-1"},
2844  {"getStyle", "getStyle(This)", "getStyle-1"},
2845  {"getWidth", "getWidth(This)", "getWidth-1"},
2846  {"isOk", "isOk(This)", "isOk-1"},
2847  {"setCap", "setCap(This, CapStyle)", "setCap-2"},
2848  {"setColour", "setColour(This, Colour)", "setColour-2"},
2849  {"setColour", "setColour(This, Red, Green, Blue)", "setColour-4"},
2850  {"setJoin", "setJoin(This, Join_style)", "setJoin-2"},
2851  {"setStyle", "setStyle(This, Style)", "setStyle-2"},
2852  {"setWidth", "setWidth(This, Width)", "setWidth-2"}
2853]}.
2854{"wxPen.html", {module, "wx"}, ["wxPen"]}.
2855{"wxPickerBase.html", {function, {"wx", "wxPickerBase"}},
2856[
2857  {"setInternalMargin", "setInternalMargin(This, Margin)", "setInternalMargin-2"},
2858  {"getInternalMargin", "getInternalMargin(This)", "getInternalMargin-1"},
2859  {"setTextCtrlProportion", "setTextCtrlProportion(This, Prop)", "setTextCtrlProportion-2"},
2860  {"setPickerCtrlProportion", "setPickerCtrlProportion(This, Prop)", "setPickerCtrlProportion-2"},
2861  {"getTextCtrlProportion", "getTextCtrlProportion(This)", "getTextCtrlProportion-1"},
2862  {"getPickerCtrlProportion", "getPickerCtrlProportion(This)", "getPickerCtrlProportion-1"},
2863  {"hasTextCtrl", "hasTextCtrl(This)", "hasTextCtrl-1"},
2864  {"getTextCtrl", "getTextCtrl(This)", "getTextCtrl-1"},
2865  {"isTextCtrlGrowable", "isTextCtrlGrowable(This)", "isTextCtrlGrowable-1"},
2866  {"setPickerCtrlGrowable", "setPickerCtrlGrowable(This)", "setPickerCtrlGrowable-1"},
2867  {"setPickerCtrlGrowable", "setPickerCtrlGrowable(This, Options :: [Option])", "setPickerCtrlGrowable-2"},
2868  {"setTextCtrlGrowable", "setTextCtrlGrowable(This)", "setTextCtrlGrowable-1"},
2869  {"setTextCtrlGrowable", "setTextCtrlGrowable(This, Options :: [Option])", "setTextCtrlGrowable-2"},
2870  {"isPickerCtrlGrowable", "isPickerCtrlGrowable(This)", "isPickerCtrlGrowable-1"}
2871]}.
2872{"wxPickerBase.html", {module, "wx"}, ["wxPickerBase"]}.
2873{"wxPopupTransientWindow.html", {function, {"wx", "wxPopupTransientWindow"}},
2874[
2875  {"new", "new()", "new-0"},
2876  {"new", "new(Parent)", "new-1"},
2877  {"new", "new(Parent, Options :: [Option])", "new-2"},
2878  {"popup", "popup(This)", "popup-1"},
2879  {"popup", "popup(This, Options :: [Option])", "popup-2"},
2880  {"dismiss", "dismiss(This)", "dismiss-1"},
2881  {"destroy", "destroy(This :: wxPopupTransientWindow())", "destroy-1"}
2882]}.
2883{"wxPopupTransientWindow.html", {module, "wx"}, ["wxPopupTransientWindow"]}.
2884{"wxPopupWindow.html", {function, {"wx", "wxPopupWindow"}},
2885[
2886  {"new", "new()", "new-0"},
2887  {"new", "new(Parent)", "new-1"},
2888  {"new", "new(Parent, Options :: [Option])", "new-2"},
2889  {"create", "create(This, Parent)", "create-2"},
2890  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
2891  {"position", "position(This, PtOrigin, SizePopup)", "position-3"},
2892  {"destroy", "destroy(This :: wxPopupWindow())", "destroy-1"}
2893]}.
2894{"wxPopupWindow.html", {module, "wx"}, ["wxPopupWindow"]}.
2895{"wxPostScriptDC.html", {function, {"wx", "wxPostScriptDC"}},
2896[
2897  {"new", "new()", "new-0"},
2898  {"new", "new(PrintData)", "new-1"},
2899  {"destroy", "destroy(This :: wxPostScriptDC())", "destroy-1"}
2900]}.
2901{"wxPostScriptDC.html", {module, "wx"}, ["wxPostScriptDC"]}.
2902{"wxPreviewCanvas.html", {function, {"wx", "wxPreviewCanvas"}},
2903[
2904]}.
2905{"wxPreviewCanvas.html", {module, "wx"}, ["wxPreviewCanvas"]}.
2906{"wxPreviewControlBar.html", {function, {"wx", "wxPreviewControlBar"}},
2907[
2908  {"new", "new(Preview, Buttons, Parent)", "new-3"},
2909  {"new", "new(Preview, Buttons, Parent, Options :: [Option])", "new-4"},
2910  {"destroy", "destroy(This :: wxPreviewControlBar())", "destroy-1"},
2911  {"createButtons", "createButtons(This)", "createButtons-1"},
2912  {"getPrintPreview", "getPrintPreview(This)", "getPrintPreview-1"},
2913  {"getZoomControl", "getZoomControl(This)", "getZoomControl-1"},
2914  {"setZoomControl", "setZoomControl(This, Percent)", "setZoomControl-2"}
2915]}.
2916{"wxPreviewControlBar.html", {module, "wx"}, ["wxPreviewControlBar"]}.
2917{"wxPreviewFrame.html", {function, {"wx", "wxPreviewFrame"}},
2918[
2919  {"new", "new(Preview, Parent)", "new-2"},
2920  {"new", "new(Preview, Parent, Options :: [Option])", "new-3"},
2921  {"destroy", "destroy(This :: wxPreviewFrame())", "destroy-1"},
2922  {"createControlBar", "createControlBar(This)", "createControlBar-1"},
2923  {"createCanvas", "createCanvas(This)", "createCanvas-1"},
2924  {"initialize", "initialize(This)", "initialize-1"},
2925  {"onCloseWindow", "onCloseWindow(This, Event)", "onCloseWindow-2"}
2926]}.
2927{"wxPreviewFrame.html", {module, "wx"}, ["wxPreviewFrame"]}.
2928{"wxPrintData.html", {function, {"wx", "wxPrintData"}},
2929[
2930  {"new", "new()", "new-0"},
2931  {"new", "new(Data)", "new-1"},
2932  {"destroy", "destroy(This :: wxPrintData())", "destroy-1"},
2933  {"getCollate", "getCollate(This)", "getCollate-1"},
2934  {"getBin", "getBin(This)", "getBin-1"},
2935  {"getColour", "getColour(This)", "getColour-1"},
2936  {"getDuplex", "getDuplex(This)", "getDuplex-1"},
2937  {"getNoCopies", "getNoCopies(This)", "getNoCopies-1"},
2938  {"getOrientation", "getOrientation(This)", "getOrientation-1"},
2939  {"getPaperId", "getPaperId(This)", "getPaperId-1"},
2940  {"getPrinterName", "getPrinterName(This)", "getPrinterName-1"},
2941  {"getQuality", "getQuality(This)", "getQuality-1"},
2942  {"isOk", "isOk(This)", "isOk-1"},
2943  {"setBin", "setBin(This, Flag)", "setBin-2"},
2944  {"setCollate", "setCollate(This, Flag)", "setCollate-2"},
2945  {"setColour", "setColour(This, Flag)", "setColour-2"},
2946  {"setDuplex", "setDuplex(This, Mode)", "setDuplex-2"},
2947  {"setNoCopies", "setNoCopies(This, N)", "setNoCopies-2"},
2948  {"setOrientation", "setOrientation(This, Orientation)", "setOrientation-2"},
2949  {"setPaperId", "setPaperId(This, PaperId)", "setPaperId-2"},
2950  {"setPrinterName", "setPrinterName(This, PrinterName)", "setPrinterName-2"},
2951  {"setQuality", "setQuality(This, Quality)", "setQuality-2"}
2952]}.
2953{"wxPrintData.html", {module, "wx"}, ["wxPrintData"]}.
2954{"wxPrintDialogData.html", {function, {"wx", "wxPrintDialogData"}},
2955[
2956  {"new", "new()", "new-0"},
2957  {"new", "new(DialogData)", "new-1"},
2958  {"destroy", "destroy(This :: wxPrintDialogData())", "destroy-1"},
2959  {"enableHelp", "enableHelp(This, Flag)", "enableHelp-2"},
2960  {"enablePageNumbers", "enablePageNumbers(This, Flag)", "enablePageNumbers-2"},
2961  {"enablePrintToFile", "enablePrintToFile(This, Flag)", "enablePrintToFile-2"},
2962  {"enableSelection", "enableSelection(This, Flag)", "enableSelection-2"},
2963  {"getAllPages", "getAllPages(This)", "getAllPages-1"},
2964  {"getCollate", "getCollate(This)", "getCollate-1"},
2965  {"getFromPage", "getFromPage(This)", "getFromPage-1"},
2966  {"getMaxPage", "getMaxPage(This)", "getMaxPage-1"},
2967  {"getMinPage", "getMinPage(This)", "getMinPage-1"},
2968  {"getNoCopies", "getNoCopies(This)", "getNoCopies-1"},
2969  {"getPrintData", "getPrintData(This)", "getPrintData-1"},
2970  {"getPrintToFile", "getPrintToFile(This)", "getPrintToFile-1"},
2971  {"getSelection", "getSelection(This)", "getSelection-1"},
2972  {"getToPage", "getToPage(This)", "getToPage-1"},
2973  {"isOk", "isOk(This)", "isOk-1"},
2974  {"setCollate", "setCollate(This, Flag)", "setCollate-2"},
2975  {"setFromPage", "setFromPage(This, Page)", "setFromPage-2"},
2976  {"setMaxPage", "setMaxPage(This, Page)", "setMaxPage-2"},
2977  {"setMinPage", "setMinPage(This, Page)", "setMinPage-2"},
2978  {"setNoCopies", "setNoCopies(This, N)", "setNoCopies-2"},
2979  {"setPrintData", "setPrintData(This, PrintData)", "setPrintData-2"},
2980  {"setPrintToFile", "setPrintToFile(This, Flag)", "setPrintToFile-2"},
2981  {"setSelection", "setSelection(This, Flag)", "setSelection-2"},
2982  {"setToPage", "setToPage(This, Page)", "setToPage-2"}
2983]}.
2984{"wxPrintDialogData.html", {module, "wx"}, ["wxPrintDialogData"]}.
2985{"wxPrintDialog.html", {function, {"wx", "wxPrintDialog"}},
2986[
2987  {"new", "new(Parent)", "new-1"},
2988  {"new", "new(Parent, Options :: [Option])", "new-2"},
2989  {"new", "new(Parent, Data)", "new-2"},
2990  {"destroy", "destroy(This :: wxPrintDialog())", "destroy-1"},
2991  {"getPrintDialogData", "getPrintDialogData(This)", "getPrintDialogData-1"},
2992  {"getPrintDC", "getPrintDC(This)", "getPrintDC-1"}
2993]}.
2994{"wxPrintDialog.html", {module, "wx"}, ["wxPrintDialog"]}.
2995{"wxPrinter.html", {function, {"wx", "wxPrinter"}},
2996[
2997  {"new", "new()", "new-0"},
2998  {"new", "new(Options :: [Option])", "new-1"},
2999  {"createAbortWindow", "createAbortWindow(This, Parent, Printout)", "createAbortWindow-3"},
3000  {"getAbort", "getAbort(This)", "getAbort-1"},
3001  {"getLastError", "getLastError()", "getLastError-0"},
3002  {"getPrintDialogData", "getPrintDialogData(This)", "getPrintDialogData-1"},
3003  {"print", "print(This, Parent, Printout)", "print-3"},
3004  {"print", "print(This, Parent, Printout, Options :: [Option])", "print-4"},
3005  {"printDialog", "printDialog(This, Parent)", "printDialog-2"},
3006  {"reportError", "reportError(This, Parent, Printout, Message)", "reportError-4"},
3007  {"setup", "setup(This, Parent)", "setup-2"},
3008  {"destroy", "destroy(This :: wxPrinter())", "destroy-1"}
3009]}.
3010{"wxPrinter.html", {module, "wx"}, ["wxPrinter"]}.
3011{"wxPrintout.html", {function, {"wx", "wxPrintout"}},
3012[
3013  {"new", "new(Title :: string(), OnPrintPage, Opts :: [Option])", "new-3"},
3014  {"destroy", "destroy(This :: wxPrintout())", "destroy-1"},
3015  {"getDC", "getDC(This)", "getDC-1"},
3016  {"getPageSizeMM", "getPageSizeMM(This)", "getPageSizeMM-1"},
3017  {"getPageSizePixels", "getPageSizePixels(This)", "getPageSizePixels-1"},
3018  {"getPaperRectPixels", "getPaperRectPixels(This)", "getPaperRectPixels-1"},
3019  {"getPPIPrinter", "getPPIPrinter(This)", "getPPIPrinter-1"},
3020  {"getPPIScreen", "getPPIScreen(This)", "getPPIScreen-1"},
3021  {"getTitle", "getTitle(This)", "getTitle-1"},
3022  {"isPreview", "isPreview(This)", "isPreview-1"},
3023  {"fitThisSizeToPaper", "fitThisSizeToPaper(This, ImageSize)", "fitThisSizeToPaper-2"},
3024  {"fitThisSizeToPage", "fitThisSizeToPage(This, ImageSize)", "fitThisSizeToPage-2"},
3025  {"fitThisSizeToPageMargins", "fitThisSizeToPageMargins(This, ImageSize, PageSetupData)", "fitThisSizeToPageMargins-3"},
3026  {"mapScreenSizeToPaper", "mapScreenSizeToPaper(This)", "mapScreenSizeToPaper-1"},
3027  {"mapScreenSizeToPage", "mapScreenSizeToPage(This)", "mapScreenSizeToPage-1"},
3028  {"mapScreenSizeToPageMargins", "mapScreenSizeToPageMargins(This, PageSetupData)", "mapScreenSizeToPageMargins-2"},
3029  {"mapScreenSizeToDevice", "mapScreenSizeToDevice(This)", "mapScreenSizeToDevice-1"},
3030  {"getLogicalPaperRect", "getLogicalPaperRect(This)", "getLogicalPaperRect-1"},
3031  {"getLogicalPageRect", "getLogicalPageRect(This)", "getLogicalPageRect-1"},
3032  {"getLogicalPageMarginsRect", "getLogicalPageMarginsRect(This, PageSetupData)", "getLogicalPageMarginsRect-2"},
3033  {"setLogicalOrigin", "setLogicalOrigin(This, X, Y)", "setLogicalOrigin-3"},
3034  {"offsetLogicalOrigin", "offsetLogicalOrigin(This, Xoff, Yoff)", "offsetLogicalOrigin-3"}
3035]}.
3036{"wxPrintout.html", {module, "wx"}, ["wxPrintout"]}.
3037{"wxPrintPreview.html", {function, {"wx", "wxPrintPreview"}},
3038[
3039  {"new", "new(Printout)", "new-1"},
3040  {"new", "new(Printout, Options :: [Option])", "new-2"},
3041  {"new", "new(Printout, PrintoutForPrinting, Data)", "new-3"},
3042  {"destroy", "destroy(This :: wxPrintPreview())", "destroy-1"},
3043  {"getCanvas", "getCanvas(This)", "getCanvas-1"},
3044  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
3045  {"getFrame", "getFrame(This)", "getFrame-1"},
3046  {"getMaxPage", "getMaxPage(This)", "getMaxPage-1"},
3047  {"getMinPage", "getMinPage(This)", "getMinPage-1"},
3048  {"getPrintout", "getPrintout(This)", "getPrintout-1"},
3049  {"getPrintoutForPrinting", "getPrintoutForPrinting(This)", "getPrintoutForPrinting-1"},
3050  {"isOk", "isOk(This)", "isOk-1"},
3051  {"paintPage", "paintPage(This, Canvas, Dc)", "paintPage-3"},
3052  {"print", "print(This, Prompt)", "print-2"},
3053  {"renderPage", "renderPage(This, PageNum)", "renderPage-2"},
3054  {"setCanvas", "setCanvas(This, Window)", "setCanvas-2"},
3055  {"setCurrentPage", "setCurrentPage(This, PageNum)", "setCurrentPage-2"},
3056  {"setFrame", "setFrame(This, Frame)", "setFrame-2"},
3057  {"setPrintout", "setPrintout(This, Printout)", "setPrintout-2"},
3058  {"setZoom", "setZoom(This, Percent)", "setZoom-2"}
3059]}.
3060{"wxPrintPreview.html", {module, "wx"}, ["wxPrintPreview"]}.
3061{"wxProgressDialog.html", {function, {"wx", "wxProgressDialog"}},
3062[
3063  {"new", "new(Title, Message)", "new-2"},
3064  {"new", "new(Title, Message, Options :: [Option])", "new-3"},
3065  {"resume", "resume(This)", "resume-1"},
3066  {"update", "update(This, Value)", "update-2"},
3067  {"update", "update(This, Value, Options :: [Option])", "update-3"},
3068  {"destroy", "destroy(This :: wxProgressDialog())", "destroy-1"}
3069]}.
3070{"wxProgressDialog.html", {module, "wx"}, ["wxProgressDialog"]}.
3071{"wxQueryNewPaletteEvent.html", {function, {"wx", "wxQueryNewPaletteEvent"}},
3072[
3073  {"setPaletteRealized", "setPaletteRealized(This, Realized)", "setPaletteRealized-2"},
3074  {"getPaletteRealized", "getPaletteRealized(This)", "getPaletteRealized-1"}
3075]}.
3076{"wxQueryNewPaletteEvent.html", {module, "wx"}, ["wxQueryNewPaletteEvent"]}.
3077{"wxRadioBox.html", {function, {"wx", "wxRadioBox"}},
3078[
3079  {"new", "new(Parent, Id, Label, Pos, Size, Choices)", "new-6"},
3080  {"new", "new(Parent, Id, Label, Pos, Size, Choices, Options :: [Option])", "new-7"},
3081  {"destroy", "destroy(This :: wxRadioBox())", "destroy-1"},
3082  {"create", "create(This, Parent, Id, Label, Pos, Size, Choices)", "create-7"},
3083  {"create", "create(This, Parent, Id, Label, Pos, Size, Choices,Options :: [Option])", "create-8"},
3084  {"enable", "enable(This)", "enable-1"},
3085  {"enable", "enable(This, N)", "enable-2"},
3086  {"enable", "enable(This, N :: [Option])", "enable-2"},
3087  {"enable", "enable(This, N, Options :: [Option])", "enable-3"},
3088  {"getSelection", "getSelection(This)", "getSelection-1"},
3089  {"getString", "getString(This, N)", "getString-2"},
3090  {"setSelection", "setSelection(This, N)", "setSelection-2"},
3091  {"show", "show(This, Item)", "show-2"},
3092  {"show", "show(This, Item, Options :: [Option])", "show-3"},
3093  {"getColumnCount", "getColumnCount(This)", "getColumnCount-1"},
3094  {"getItemHelpText", "getItemHelpText(This, Item)", "getItemHelpText-2"},
3095  {"getItemToolTip", "getItemToolTip(This, Item)", "getItemToolTip-2"},
3096  {"getItemFromPoint", "getItemFromPoint(This, Pt)", "getItemFromPoint-2"},
3097  {"getRowCount", "getRowCount(This)", "getRowCount-1"},
3098  {"isItemEnabled", "isItemEnabled(This, N)", "isItemEnabled-2"},
3099  {"isItemShown", "isItemShown(This, N)", "isItemShown-2"},
3100  {"setItemHelpText", "setItemHelpText(This, Item, Helptext)", "setItemHelpText-3"},
3101  {"setItemToolTip", "setItemToolTip(This, Item, Text)", "setItemToolTip-3"}
3102]}.
3103{"wxRadioBox.html", {module, "wx"}, ["wxRadioBox"]}.
3104{"wxRadioButton.html", {function, {"wx", "wxRadioButton"}},
3105[
3106  {"new", "new()", "new-0"},
3107  {"new", "new(Parent, Id, Label)", "new-3"},
3108  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
3109  {"destroy", "destroy(This :: wxRadioButton())", "destroy-1"},
3110  {"create", "create(This, Parent, Id, Label)", "create-4"},
3111  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"},
3112  {"getValue", "getValue(This)", "getValue-1"},
3113  {"setValue", "setValue(This, Value)", "setValue-2"}
3114]}.
3115{"wxRadioButton.html", {module, "wx"}, ["wxRadioButton"]}.
3116{"wxRegion.html", {function, {"wx", "wxRegion"}},
3117[
3118  {"new", "new()", "new-0"},
3119  {"new", "new(Rect)", "new-1"},
3120  {"new", "new(Bmp)", "new-1"},
3121  {"new", "new(TopLeft, BottomRight)", "new-2"},
3122  {"new", "new(X, Y, Width, Height)", "new-4"},
3123  {"destroy", "destroy(This :: wxRegion())", "destroy-1"},
3124  {"clear", "clear(This)", "clear-1"},
3125  {"contains", "contains(This, Pt)", "contains-2"},
3126  {"contains", "contains(This, Rect)", "contains-2"},
3127  {"contains", "contains(This, X, Y)", "contains-3"},
3128  {"contains", "contains(This, X, Y, Width, Height)", "contains-5"},
3129  {"convertToBitmap", "convertToBitmap(This)", "convertToBitmap-1"},
3130  {"getBox", "getBox(This)", "getBox-1"},
3131  {"intersect", "intersect(This, Rect)", "intersect-2"},
3132  {"intersect", "intersect(This, Region)", "intersect-2"},
3133  {"intersect", "intersect(This, X, Y, Width, Height)", "intersect-5"},
3134  {"isEmpty", "isEmpty(This)", "isEmpty-1"},
3135  {"subtract", "subtract(This, Rect)", "subtract-2"},
3136  {"subtract", "subtract(This, Region)", "subtract-2"},
3137  {"offset", "offset(This, Pt)", "offset-2"},
3138  {"offset", "offset(This, X, Y)", "offset-3"},
3139  {"union", "union(This, Region)", "union-2"},
3140  {"union", "union(This, Rect)", "union-2"},
3141  {"union", "union(This, Bmp, TransColour)", "union-3"},
3142  {"union", "union(This, Bmp, TransColour, Options :: [Option])", "union-4"},
3143  {"union", "union(This, X, Y, Width, Height)", "union-5"},
3144  {"'Xor'", "'Xor'(This, Rect)", "'Xor'-2"},
3145  {"'Xor'", "'Xor'(This, Region)", "'Xor'-2"},
3146  {"'Xor'", "'Xor'(This, X, Y, Width, Height)", "'Xor'-5"}
3147]}.
3148{"wxRegion.html", {module, "wx"}, ["wxRegion"]}.
3149{"wxSashEvent.html", {function, {"wx", "wxSashEvent"}},
3150[
3151  {"getEdge", "getEdge(This)", "getEdge-1"},
3152  {"getDragRect", "getDragRect(This)", "getDragRect-1"},
3153  {"getDragStatus", "getDragStatus(This)", "getDragStatus-1"}
3154]}.
3155{"wxSashEvent.html", {module, "wx"}, ["wxSashEvent"]}.
3156{"wxSashLayoutWindow.html", {function, {"wx", "wxSashLayoutWindow"}},
3157[
3158  {"new", "new()", "new-0"},
3159  {"new", "new(Parent)", "new-1"},
3160  {"new", "new(Parent, Options :: [Option])", "new-2"},
3161  {"create", "create(This, Parent)", "create-2"},
3162  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3163  {"getAlignment", "getAlignment(This)", "getAlignment-1"},
3164  {"getOrientation", "getOrientation(This)", "getOrientation-1"},
3165  {"setAlignment", "setAlignment(This, Alignment)", "setAlignment-2"},
3166  {"setDefaultSize", "setDefaultSize(This, Size)", "setDefaultSize-2"},
3167  {"setOrientation", "setOrientation(This, Orientation)", "setOrientation-2"},
3168  {"destroy", "destroy(This :: wxSashLayoutWindow())", "destroy-1"}
3169]}.
3170{"wxSashLayoutWindow.html", {module, "wx"}, ["wxSashLayoutWindow"]}.
3171{"wxSashWindow.html", {function, {"wx", "wxSashWindow"}},
3172[
3173  {"new", "new()", "new-0"},
3174  {"new", "new(Parent)", "new-1"},
3175  {"new", "new(Parent, Options :: [Option])", "new-2"},
3176  {"destroy", "destroy(This :: wxSashWindow())", "destroy-1"},
3177  {"getSashVisible", "getSashVisible(This, Edge)", "getSashVisible-2"},
3178  {"getMaximumSizeX", "getMaximumSizeX(This)", "getMaximumSizeX-1"},
3179  {"getMaximumSizeY", "getMaximumSizeY(This)", "getMaximumSizeY-1"},
3180  {"getMinimumSizeX", "getMinimumSizeX(This)", "getMinimumSizeX-1"},
3181  {"getMinimumSizeY", "getMinimumSizeY(This)", "getMinimumSizeY-1"},
3182  {"setMaximumSizeX", "setMaximumSizeX(This, Min)", "setMaximumSizeX-2"},
3183  {"setMaximumSizeY", "setMaximumSizeY(This, Min)", "setMaximumSizeY-2"},
3184  {"setMinimumSizeX", "setMinimumSizeX(This, Min)", "setMinimumSizeX-2"},
3185  {"setMinimumSizeY", "setMinimumSizeY(This, Min)", "setMinimumSizeY-2"},
3186  {"setSashVisible", "setSashVisible(This, Edge, Visible)", "setSashVisible-3"}
3187]}.
3188{"wxSashWindow.html", {module, "wx"}, ["wxSashWindow"]}.
3189{"wxScreenDC.html", {function, {"wx", "wxScreenDC"}},
3190[
3191  {"new", "new()", "new-0"},
3192  {"destroy", "destroy(This :: wxScreenDC())", "destroy-1"}
3193]}.
3194{"wxScreenDC.html", {module, "wx"}, ["wxScreenDC"]}.
3195{"wxScrollBar.html", {function, {"wx", "wxScrollBar"}},
3196[
3197  {"new", "new()", "new-0"},
3198  {"new", "new(Parent, Id)", "new-2"},
3199  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
3200  {"destroy", "destroy(This :: wxScrollBar())", "destroy-1"},
3201  {"create", "create(This, Parent, Id)", "create-3"},
3202  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
3203  {"getRange", "getRange(This)", "getRange-1"},
3204  {"getPageSize", "getPageSize(This)", "getPageSize-1"},
3205  {"getThumbPosition", "getThumbPosition(This)", "getThumbPosition-1"},
3206  {"getThumbSize", "getThumbSize(This)", "getThumbSize-1"},
3207  {"setThumbPosition", "setThumbPosition(This, ViewStart)", "setThumbPosition-2"},
3208  {"setScrollbar", "setScrollbar(This, Position, ThumbSize, Range, PageSize)", "setScrollbar-5"},
3209  {"setScrollbar", "setScrollbar(This, Position, ThumbSize, Range, PageSize,Options :: [Option])", "setScrollbar-6"}
3210]}.
3211{"wxScrollBar.html", {module, "wx"}, ["wxScrollBar"]}.
3212{"wxScrolledWindow.html", {function, {"wx", "wxScrolledWindow"}},
3213[
3214  {"new", "new()", "new-0"},
3215  {"new", "new(Parent)", "new-1"},
3216  {"new", "new(Parent, Options :: [Option])", "new-2"},
3217  {"calcScrolledPosition", "calcScrolledPosition(This, Pt)", "calcScrolledPosition-2"},
3218  {"calcScrolledPosition", "calcScrolledPosition(This, X, Y)", "calcScrolledPosition-3"},
3219  {"calcUnscrolledPosition", "calcUnscrolledPosition(This, Pt)", "calcUnscrolledPosition-2"},
3220  {"calcUnscrolledPosition", "calcUnscrolledPosition(This, X, Y)", "calcUnscrolledPosition-3"},
3221  {"enableScrolling", "enableScrolling(This, XScrolling, YScrolling)", "enableScrolling-3"},
3222  {"getScrollPixelsPerUnit", "getScrollPixelsPerUnit(This)", "getScrollPixelsPerUnit-1"},
3223  {"getViewStart", "getViewStart(This)", "getViewStart-1"},
3224  {"doPrepareDC", "doPrepareDC(This, Dc)", "doPrepareDC-2"},
3225  {"prepareDC", "prepareDC(This, Dc)", "prepareDC-2"},
3226  {"scroll", "scroll(This, Pt)", "scroll-2"},
3227  {"scroll", "scroll(This, X, Y)", "scroll-3"},
3228  {"setScrollbars", "setScrollbars(This, PixelsPerUnitX, PixelsPerUnitY, NoUnitsX,NoUnitsY)", "setScrollbars-5"},
3229  {"setScrollbars", "setScrollbars(This, PixelsPerUnitX, PixelsPerUnitY, NoUnitsX,NoUnitsY,Options :: [Option])", "setScrollbars-6"},
3230  {"setScrollRate", "setScrollRate(This, Xstep, Ystep)", "setScrollRate-3"},
3231  {"setTargetWindow", "setTargetWindow(This, Window)", "setTargetWindow-2"},
3232  {"destroy", "destroy(This :: wxScrolledWindow())", "destroy-1"}
3233]}.
3234{"wxScrolledWindow.html", {module, "wx"}, ["wxScrolledWindow"]}.
3235{"wxScrollEvent.html", {function, {"wx", "wxScrollEvent"}},
3236[
3237  {"getOrientation", "getOrientation(This)", "getOrientation-1"},
3238  {"getPosition", "getPosition(This)", "getPosition-1"}
3239]}.
3240{"wxScrollEvent.html", {module, "wx"}, ["wxScrollEvent"]}.
3241{"wxScrollWinEvent.html", {function, {"wx", "wxScrollWinEvent"}},
3242[
3243  {"getOrientation", "getOrientation(This)", "getOrientation-1"},
3244  {"getPosition", "getPosition(This)", "getPosition-1"}
3245]}.
3246{"wxScrollWinEvent.html", {module, "wx"}, ["wxScrollWinEvent"]}.
3247{"wxSetCursorEvent.html", {function, {"wx", "wxSetCursorEvent"}},
3248[
3249  {"getCursor", "getCursor(This)", "getCursor-1"},
3250  {"getX", "getX(This)", "getX-1"},
3251  {"getY", "getY(This)", "getY-1"},
3252  {"hasCursor", "hasCursor(This)", "hasCursor-1"},
3253  {"setCursor", "setCursor(This, Cursor)", "setCursor-2"}
3254]}.
3255{"wxSetCursorEvent.html", {module, "wx"}, ["wxSetCursorEvent"]}.
3256{"wxShowEvent.html", {function, {"wx", "wxShowEvent"}},
3257[
3258  {"setShow", "setShow(This, Show)", "setShow-2"},
3259  {"isShown", "isShown(This)", "isShown-1"}
3260]}.
3261{"wxShowEvent.html", {module, "wx"}, ["wxShowEvent"]}.
3262{"wxSingleChoiceDialog.html", {function, {"wx", "wxSingleChoiceDialog"}},
3263[
3264  {"new", "new(Parent, Message, Caption, Choices)", "new-4"},
3265  {"new", "new(Parent, Message, Caption, Choices, Options :: [Option])", "new-5"},
3266  {"getSelection", "getSelection(This)", "getSelection-1"},
3267  {"getStringSelection", "getStringSelection(This)", "getStringSelection-1"},
3268  {"setSelection", "setSelection(This, Selection)", "setSelection-2"},
3269  {"destroy", "destroy(This :: wxSingleChoiceDialog())", "destroy-1"}
3270]}.
3271{"wxSingleChoiceDialog.html", {module, "wx"}, ["wxSingleChoiceDialog"]}.
3272{"wxSizeEvent.html", {function, {"wx", "wxSizeEvent"}},
3273[
3274  {"getSize", "getSize(This)", "getSize-1"},
3275  {"getRect", "getRect(This)", "getRect-1"}
3276]}.
3277{"wxSizeEvent.html", {module, "wx"}, ["wxSizeEvent"]}.
3278{"wxSizerFlags.html", {function, {"wx", "wxSizerFlags"}},
3279[
3280  {"new", "new()", "new-0"},
3281  {"new", "new(Options :: [Option])", "new-1"},
3282  {"align", "align(This, Alignment)", "align-2"},
3283  {"border", "border(This)", "border-1"},
3284  {"border", "border(This, Options :: [Option])", "border-2"},
3285  {"border", "border(This, Direction, Borderinpixels)", "border-3"},
3286  {"centre", "centre(This)", "centre-1"},
3287  {"center", "center(This)", "center-1"},
3288  {"expand", "expand(This)", "expand-1"},
3289  {"left", "left(This)", "left-1"},
3290  {"proportion", "proportion(This, Proportion)", "proportion-2"},
3291  {"right", "right(This)", "right-1"},
3292  {"destroy", "destroy(This :: wxSizerFlags())", "destroy-1"}
3293]}.
3294{"wxSizerFlags.html", {module, "wx"}, ["wxSizerFlags"]}.
3295{"wxSizerItem.html", {function, {"wx", "wxSizerItem"}},
3296[
3297  {"new", "new(Window)", "new-1"},
3298  {"new", "new(Width, Height)", "new-2"},
3299  {"new", "new(Window, Flags)", "new-2"},
3300  {"new", "new(Window, Height :: [Option])", "new-2"},
3301  {"new", "new(Width, Height, Options :: [Option])", "new-3"},
3302  {"destroy", "destroy(This :: wxSizerItem())", "destroy-1"},
3303  {"calcMin", "calcMin(This)", "calcMin-1"},
3304  {"deleteWindows", "deleteWindows(This)", "deleteWindows-1"},
3305  {"detachSizer", "detachSizer(This)", "detachSizer-1"},
3306  {"getBorder", "getBorder(This)", "getBorder-1"},
3307  {"getFlag", "getFlag(This)", "getFlag-1"},
3308  {"getMinSize", "getMinSize(This)", "getMinSize-1"},
3309  {"getPosition", "getPosition(This)", "getPosition-1"},
3310  {"getProportion", "getProportion(This)", "getProportion-1"},
3311  {"getRatio", "getRatio(This)", "getRatio-1"},
3312  {"getRect", "getRect(This)", "getRect-1"},
3313  {"getSize", "getSize(This)", "getSize-1"},
3314  {"getSizer", "getSizer(This)", "getSizer-1"},
3315  {"getSpacer", "getSpacer(This)", "getSpacer-1"},
3316  {"getUserData", "getUserData(This)", "getUserData-1"},
3317  {"getWindow", "getWindow(This)", "getWindow-1"},
3318  {"isSizer", "isSizer(This)", "isSizer-1"},
3319  {"isShown", "isShown(This)", "isShown-1"},
3320  {"isSpacer", "isSpacer(This)", "isSpacer-1"},
3321  {"isWindow", "isWindow(This)", "isWindow-1"},
3322  {"setBorder", "setBorder(This, Border)", "setBorder-2"},
3323  {"setDimension", "setDimension(This, Pos, Size)", "setDimension-3"},
3324  {"setFlag", "setFlag(This, Flag)", "setFlag-2"},
3325  {"setInitSize", "setInitSize(This, X, Y)", "setInitSize-3"},
3326  {"setMinSize", "setMinSize(This, Size)", "setMinSize-2"},
3327  {"setMinSize", "setMinSize(This, X, Y)", "setMinSize-3"},
3328  {"setProportion", "setProportion(This, Proportion)", "setProportion-2"},
3329  {"setRatio", "setRatio(This, Ratio)", "setRatio-2"},
3330  {"setRatio", "setRatio(This, Size)", "setRatio-2"},
3331  {"setRatio", "setRatio(This, Width, Height)", "setRatio-3"},
3332  {"assignSizer", "assignSizer(This, Sizer)", "assignSizer-2"},
3333  {"assignSpacer", "assignSpacer(This, Size)", "assignSpacer-2"},
3334  {"assignSpacer", "assignSpacer(This, W, H)", "assignSpacer-3"},
3335  {"assignWindow", "assignWindow(This, Window)", "assignWindow-2"},
3336  {"show", "show(This, Show)", "show-2"}
3337]}.
3338{"wxSizerItem.html", {module, "wx"}, ["wxSizerItem"]}.
3339{"wxSizer.html", {function, {"wx", "wxSizer"}},
3340[
3341  {"add", "add(This, Window)", "add-2"},
3342  {"add", "add(This, Width, Height)", "add-3"},
3343  {"add", "add(This, Window, Flags)", "add-3"},
3344  {"add", "add(This, Window, Height :: [Option])", "add-3"},
3345  {"add", "add(This, Width, Height, Options :: [Option])", "add-4"},
3346  {"add", "add(This, Width, Height, Flags)", "add-4"},
3347  {"addSpacer", "addSpacer(This, Size)", "addSpacer-2"},
3348  {"addStretchSpacer", "addStretchSpacer(This)", "addStretchSpacer-1"},
3349  {"addStretchSpacer", "addStretchSpacer(This, Options :: [Option])", "addStretchSpacer-2"},
3350  {"calcMin", "calcMin(This)", "calcMin-1"},
3351  {"clear", "clear(This)", "clear-1"},
3352  {"clear", "clear(This, Options :: [Option])", "clear-2"},
3353  {"detach", "detach(This, Window)", "detach-2"},
3354  {"detach", "detach(This, Index)", "detach-2"},
3355  {"fit", "fit(This, Window)", "fit-2"},
3356  {"setVirtualSizeHints", "setVirtualSizeHints(This, Window)", "setVirtualSizeHints-2"},
3357  {"fitInside", "fitInside(This, Window)", "fitInside-2"},
3358  {"getChildren", "getChildren(This)", "getChildren-1"},
3359  {"getItem", "getItem(This, Window)", "getItem-2"},
3360  {"getItem", "getItem(This, Index)", "getItem-2"},
3361  {"getItem", "getItem(This, Window, Options :: [Option])", "getItem-3"},
3362  {"getSize", "getSize(This)", "getSize-1"},
3363  {"getPosition", "getPosition(This)", "getPosition-1"},
3364  {"getMinSize", "getMinSize(This)", "getMinSize-1"},
3365  {"hide", "hide(This, Window)", "hide-2"},
3366  {"hide", "hide(This, Index)", "hide-2"},
3367  {"hide", "hide(This, Window, Options :: [Option])", "hide-3"},
3368  {"insert", "insert(This, Index, Item)", "insert-3"},
3369  {"insert", "insert(This, Index, Width, Height)", "insert-4"},
3370  {"insert", "insert(This, Index, Window, Flags)", "insert-4"},
3371  {"insert", "insert(This, Index, Window, Height :: [Option])", "insert-4"},
3372  {"insert", "insert(This, Index, Width, Height, Options :: [Option])", "insert-5"},
3373  {"insert", "insert(This, Index, Width, Height, Flags)", "insert-5"},
3374  {"insertSpacer", "insertSpacer(This, Index, Size)", "insertSpacer-3"},
3375  {"insertStretchSpacer", "insertStretchSpacer(This, Index)", "insertStretchSpacer-2"},
3376  {"insertStretchSpacer", "insertStretchSpacer(This, Index, Options :: [Option])", "insertStretchSpacer-3"},
3377  {"isShown", "isShown(This, Window)", "isShown-2"},
3378  {"isShown", "isShown(This, Index)", "isShown-2"},
3379  {"recalcSizes", "recalcSizes(This)", "recalcSizes-1"},
3380  {"layout", "layout(This)", "layout-1"},
3381  {"prepend", "prepend(This, Item)", "prepend-2"},
3382  {"prepend", "prepend(This, Width, Height)", "prepend-3"},
3383  {"prepend", "prepend(This, Window, Flags)", "prepend-3"},
3384  {"prepend", "prepend(This, Window, Height :: [Option])", "prepend-3"},
3385  {"prepend", "prepend(This, Width, Height, Options :: [Option])", "prepend-4"},
3386  {"prepend", "prepend(This, Width, Height, Flags)", "prepend-4"},
3387  {"prependSpacer", "prependSpacer(This, Size)", "prependSpacer-2"},
3388  {"prependStretchSpacer", "prependStretchSpacer(This)", "prependStretchSpacer-1"},
3389  {"prependStretchSpacer", "prependStretchSpacer(This, Options :: [Option])", "prependStretchSpacer-2"},
3390  {"remove", "remove(This, Index)", "remove-2"},
3391  {"remove", "remove(This, Sizer)", "remove-2"},
3392  {"replace", "replace(This, Oldwin, Newwin)", "replace-3"},
3393  {"replace", "replace(This, Index, Newitem)", "replace-3"},
3394  {"replace", "replace(This, Oldwin, Newwin, Options :: [Option])", "replace-4"},
3395  {"setDimension", "setDimension(This, Pos, Size)", "setDimension-3"},
3396  {"setDimension", "setDimension(This, X, Y, Width, Height)", "setDimension-5"},
3397  {"setMinSize", "setMinSize(This, Size)", "setMinSize-2"},
3398  {"setMinSize", "setMinSize(This, Width, Height)", "setMinSize-3"},
3399  {"setItemMinSize", "setItemMinSize(This, Window, Size)", "setItemMinSize-3"},
3400  {"setItemMinSize", "setItemMinSize(This, Index, Size)", "setItemMinSize-3"},
3401  {"setItemMinSize", "setItemMinSize(This, Window, Width, Height)", "setItemMinSize-4"},
3402  {"setItemMinSize", "setItemMinSize(This, Index, Width, Height)", "setItemMinSize-4"},
3403  {"setSizeHints", "setSizeHints(This, Window)", "setSizeHints-2"},
3404  {"show", "show(This, Window)", "show-2"},
3405  {"show", "show(This, Index)", "show-2"},
3406  {"show", "show(This, Show)", "show-2"},
3407  {"show", "show(This, Window, Options :: [Option])", "show-3"},
3408  {"show", "show(This, Index, Options :: [Option])", "show-3"},
3409  {"showItems", "showItems(This, Show)", "showItems-2"}
3410]}.
3411{"wxSizer.html", {module, "wx"}, ["wxSizer"]}.
3412{"wxSlider.html", {function, {"wx", "wxSlider"}},
3413[
3414  {"new", "new()", "new-0"},
3415  {"new", "new(Parent, Id, Value, MinValue, MaxValue)", "new-5"},
3416  {"new", "new(Parent, Id, Value, MinValue, MaxValue, Options :: [Option])", "new-6"},
3417  {"destroy", "destroy(This :: wxSlider())", "destroy-1"},
3418  {"create", "create(This, Parent, Id, Value, MinValue, MaxValue)", "create-6"},
3419  {"create", "create(This, Parent, Id, Value, MinValue, MaxValue,Options :: [Option])", "create-7"},
3420  {"getLineSize", "getLineSize(This)", "getLineSize-1"},
3421  {"getMax", "getMax(This)", "getMax-1"},
3422  {"getMin", "getMin(This)", "getMin-1"},
3423  {"getPageSize", "getPageSize(This)", "getPageSize-1"},
3424  {"getThumbLength", "getThumbLength(This)", "getThumbLength-1"},
3425  {"getValue", "getValue(This)", "getValue-1"},
3426  {"setLineSize", "setLineSize(This, LineSize)", "setLineSize-2"},
3427  {"setPageSize", "setPageSize(This, PageSize)", "setPageSize-2"},
3428  {"setRange", "setRange(This, MinValue, MaxValue)", "setRange-3"},
3429  {"setThumbLength", "setThumbLength(This, Len)", "setThumbLength-2"},
3430  {"setValue", "setValue(This, Value)", "setValue-2"}
3431]}.
3432{"wxSlider.html", {module, "wx"}, ["wxSlider"]}.
3433{"wxSpinButton.html", {function, {"wx", "wxSpinButton"}},
3434[
3435  {"new", "new()", "new-0"},
3436  {"new", "new(Parent)", "new-1"},
3437  {"new", "new(Parent, Options :: [Option])", "new-2"},
3438  {"destroy", "destroy(This :: wxSpinButton())", "destroy-1"},
3439  {"create", "create(This, Parent)", "create-2"},
3440  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3441  {"getMax", "getMax(This)", "getMax-1"},
3442  {"getMin", "getMin(This)", "getMin-1"},
3443  {"getValue", "getValue(This)", "getValue-1"},
3444  {"setRange", "setRange(This, Min, Max)", "setRange-3"},
3445  {"setValue", "setValue(This, Value)", "setValue-2"}
3446]}.
3447{"wxSpinButton.html", {module, "wx"}, ["wxSpinButton"]}.
3448{"wxSpinCtrl.html", {function, {"wx", "wxSpinCtrl"}},
3449[
3450  {"new", "new()", "new-0"},
3451  {"new", "new(Parent)", "new-1"},
3452  {"new", "new(Parent, Options :: [Option])", "new-2"},
3453  {"create", "create(This, Parent)", "create-2"},
3454  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3455  {"setValue", "setValue(This, Value)", "setValue-2"},
3456  {"setValue", "setValue(This, Text)", "setValue-2"},
3457  {"getValue", "getValue(This)", "getValue-1"},
3458  {"setRange", "setRange(This, MinVal, MaxVal)", "setRange-3"},
3459  {"setSelection", "setSelection(This, From, To)", "setSelection-3"},
3460  {"getMin", "getMin(This)", "getMin-1"},
3461  {"getMax", "getMax(This)", "getMax-1"},
3462  {"destroy", "destroy(This :: wxSpinCtrl())", "destroy-1"}
3463]}.
3464{"wxSpinCtrl.html", {module, "wx"}, ["wxSpinCtrl"]}.
3465{"wxSpinEvent.html", {function, {"wx", "wxSpinEvent"}},
3466[
3467  {"getPosition", "getPosition(This)", "getPosition-1"},
3468  {"setPosition", "setPosition(This, Pos)", "setPosition-2"}
3469]}.
3470{"wxSpinEvent.html", {module, "wx"}, ["wxSpinEvent"]}.
3471{"wxSplashScreen.html", {function, {"wx", "wxSplashScreen"}},
3472[
3473  {"new", "new(Bitmap, SplashStyle, Milliseconds, Parent, Id)", "new-5"},
3474  {"new", "new(Bitmap, SplashStyle, Milliseconds, Parent, Id,Options :: [Option])", "new-6"},
3475  {"destroy", "destroy(This :: wxSplashScreen())", "destroy-1"},
3476  {"getSplashStyle", "getSplashStyle(This)", "getSplashStyle-1"},
3477  {"getTimeout", "getTimeout(This)", "getTimeout-1"}
3478]}.
3479{"wxSplashScreen.html", {module, "wx"}, ["wxSplashScreen"]}.
3480{"wxSplitterEvent.html", {function, {"wx", "wxSplitterEvent"}},
3481[
3482  {"getSashPosition", "getSashPosition(This)", "getSashPosition-1"},
3483  {"getX", "getX(This)", "getX-1"},
3484  {"getY", "getY(This)", "getY-1"},
3485  {"getWindowBeingRemoved", "getWindowBeingRemoved(This)", "getWindowBeingRemoved-1"},
3486  {"setSashPosition", "setSashPosition(This, Pos)", "setSashPosition-2"}
3487]}.
3488{"wxSplitterEvent.html", {module, "wx"}, ["wxSplitterEvent"]}.
3489{"wxSplitterWindow.html", {function, {"wx", "wxSplitterWindow"}},
3490[
3491  {"new", "new()", "new-0"},
3492  {"new", "new(Parent)", "new-1"},
3493  {"new", "new(Parent, Options :: [Option])", "new-2"},
3494  {"destroy", "destroy(This :: wxSplitterWindow())", "destroy-1"},
3495  {"create", "create(This, Parent)", "create-2"},
3496  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3497  {"getMinimumPaneSize", "getMinimumPaneSize(This)", "getMinimumPaneSize-1"},
3498  {"getSashGravity", "getSashGravity(This)", "getSashGravity-1"},
3499  {"getSashPosition", "getSashPosition(This)", "getSashPosition-1"},
3500  {"getSplitMode", "getSplitMode(This)", "getSplitMode-1"},
3501  {"getWindow1", "getWindow1(This)", "getWindow1-1"},
3502  {"getWindow2", "getWindow2(This)", "getWindow2-1"},
3503  {"initialize", "initialize(This, Window)", "initialize-2"},
3504  {"isSplit", "isSplit(This)", "isSplit-1"},
3505  {"replaceWindow", "replaceWindow(This, WinOld, WinNew)", "replaceWindow-3"},
3506  {"setSashGravity", "setSashGravity(This, Gravity)", "setSashGravity-2"},
3507  {"setSashPosition", "setSashPosition(This, Position)", "setSashPosition-2"},
3508  {"setSashPosition", "setSashPosition(This, Position, Options :: [Option])", "setSashPosition-3"},
3509  {"setMinimumPaneSize", "setMinimumPaneSize(This, PaneSize)", "setMinimumPaneSize-2"},
3510  {"setSplitMode", "setSplitMode(This, Mode)", "setSplitMode-2"},
3511  {"splitHorizontally", "splitHorizontally(This, Window1, Window2)", "splitHorizontally-3"},
3512  {"splitHorizontally", "splitHorizontally(This, Window1, Window2, Options :: [Option])", "splitHorizontally-4"},
3513  {"splitVertically", "splitVertically(This, Window1, Window2)", "splitVertically-3"},
3514  {"splitVertically", "splitVertically(This, Window1, Window2, Options :: [Option])", "splitVertically-4"},
3515  {"unsplit", "unsplit(This)", "unsplit-1"},
3516  {"unsplit", "unsplit(This, Options :: [Option])", "unsplit-2"},
3517  {"updateSize", "updateSize(This)", "updateSize-1"}
3518]}.
3519{"wxSplitterWindow.html", {module, "wx"}, ["wxSplitterWindow"]}.
3520{"wxStaticBitmap.html", {function, {"wx", "wxStaticBitmap"}},
3521[
3522  {"new", "new()", "new-0"},
3523  {"new", "new(Parent, Id, Label)", "new-3"},
3524  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
3525  {"create", "create(This, Parent, Id, Label)", "create-4"},
3526  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"},
3527  {"getBitmap", "getBitmap(This)", "getBitmap-1"},
3528  {"setBitmap", "setBitmap(This, Label)", "setBitmap-2"},
3529  {"destroy", "destroy(This :: wxStaticBitmap())", "destroy-1"}
3530]}.
3531{"wxStaticBitmap.html", {module, "wx"}, ["wxStaticBitmap"]}.
3532{"wxStaticBoxSizer.html", {function, {"wx", "wxStaticBoxSizer"}},
3533[
3534  {"new", "new(Orient, Parent)", "new-2"},
3535  {"new", "new(Box, Orient)", "new-2"},
3536  {"new", "new(Orient, Parent, Options :: [Option])", "new-3"},
3537  {"getStaticBox", "getStaticBox(This)", "getStaticBox-1"},
3538  {"destroy", "destroy(This :: wxStaticBoxSizer())", "destroy-1"}
3539]}.
3540{"wxStaticBoxSizer.html", {module, "wx"}, ["wxStaticBoxSizer"]}.
3541{"wxStaticBox.html", {function, {"wx", "wxStaticBox"}},
3542[
3543  {"new", "new()", "new-0"},
3544  {"new", "new(Parent, Id, Label)", "new-3"},
3545  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
3546  {"destroy", "destroy(This :: wxStaticBox())", "destroy-1"},
3547  {"create", "create(This, Parent, Id, Label)", "create-4"},
3548  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"}
3549]}.
3550{"wxStaticBox.html", {module, "wx"}, ["wxStaticBox"]}.
3551{"wxStaticLine.html", {function, {"wx", "wxStaticLine"}},
3552[
3553  {"new", "new()", "new-0"},
3554  {"new", "new(Parent)", "new-1"},
3555  {"new", "new(Parent, Options :: [Option])", "new-2"},
3556  {"create", "create(This, Parent)", "create-2"},
3557  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3558  {"isVertical", "isVertical(This)", "isVertical-1"},
3559  {"getDefaultSize", "getDefaultSize()", "getDefaultSize-0"},
3560  {"destroy", "destroy(This :: wxStaticLine())", "destroy-1"}
3561]}.
3562{"wxStaticLine.html", {module, "wx"}, ["wxStaticLine"]}.
3563{"wxStaticText.html", {function, {"wx", "wxStaticText"}},
3564[
3565  {"new", "new()", "new-0"},
3566  {"new", "new(Parent, Id, Label)", "new-3"},
3567  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
3568  {"create", "create(This, Parent, Id, Label)", "create-4"},
3569  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"},
3570  {"getLabel", "getLabel(This)", "getLabel-1"},
3571  {"setLabel", "setLabel(This, Label)", "setLabel-2"},
3572  {"wrap", "wrap(This, Width)", "wrap-2"},
3573  {"destroy", "destroy(This :: wxStaticText())", "destroy-1"}
3574]}.
3575{"wxStaticText.html", {module, "wx"}, ["wxStaticText"]}.
3576{"wxStatusBar.html", {function, {"wx", "wxStatusBar"}},
3577[
3578  {"new", "new()", "new-0"},
3579  {"new", "new(Parent)", "new-1"},
3580  {"new", "new(Parent, Options :: [Option])", "new-2"},
3581  {"destroy", "destroy(This :: wxStatusBar())", "destroy-1"},
3582  {"create", "create(This, Parent)", "create-2"},
3583  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3584  {"getFieldRect", "getFieldRect(This, I)", "getFieldRect-2"},
3585  {"getFieldsCount", "getFieldsCount(This)", "getFieldsCount-1"},
3586  {"getStatusText", "getStatusText(This)", "getStatusText-1"},
3587  {"getStatusText", "getStatusText(This, Options :: [Option])", "getStatusText-2"},
3588  {"popStatusText", "popStatusText(This)", "popStatusText-1"},
3589  {"popStatusText", "popStatusText(This, Options :: [Option])", "popStatusText-2"},
3590  {"pushStatusText", "pushStatusText(This, String)", "pushStatusText-2"},
3591  {"pushStatusText", "pushStatusText(This, String, Options :: [Option])", "pushStatusText-3"},
3592  {"setFieldsCount", "setFieldsCount(This, Number)", "setFieldsCount-2"},
3593  {"setFieldsCount", "setFieldsCount(This, Number, Options :: [Option])", "setFieldsCount-3"},
3594  {"setMinHeight", "setMinHeight(This, Height)", "setMinHeight-2"},
3595  {"setStatusText", "setStatusText(This, Text)", "setStatusText-2"},
3596  {"setStatusText", "setStatusText(This, Text, Options :: [Option])", "setStatusText-3"},
3597  {"setStatusWidths", "setStatusWidths(This, Widths_field)", "setStatusWidths-2"},
3598  {"setStatusStyles", "setStatusStyles(This, Styles)", "setStatusStyles-2"}
3599]}.
3600{"wxStatusBar.html", {module, "wx"}, ["wxStatusBar"]}.
3601{"wxStdDialogButtonSizer.html", {function, {"wx", "wxStdDialogButtonSizer"}},
3602[
3603  {"new", "new()", "new-0"},
3604  {"addButton", "addButton(This, Button)", "addButton-2"},
3605  {"realize", "realize(This)", "realize-1"},
3606  {"setAffirmativeButton", "setAffirmativeButton(This, Button)", "setAffirmativeButton-2"},
3607  {"setCancelButton", "setCancelButton(This, Button)", "setCancelButton-2"},
3608  {"setNegativeButton", "setNegativeButton(This, Button)", "setNegativeButton-2"},
3609  {"destroy", "destroy(This :: wxStdDialogButtonSizer())", "destroy-1"}
3610]}.
3611{"wxStdDialogButtonSizer.html", {module, "wx"}, ["wxStdDialogButtonSizer"]}.
3612{"wxStyledTextCtrl.html", {function, {"wx", "wxStyledTextCtrl"}},
3613[
3614  {"new", "new()", "new-0"},
3615  {"new", "new(Parent)", "new-1"},
3616  {"new", "new(Parent, Options :: [Option])", "new-2"},
3617  {"destroy", "destroy(This :: wxStyledTextCtrl())", "destroy-1"},
3618  {"create", "create(This, Parent)", "create-2"},
3619  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
3620  {"addText", "addText(This, Text)", "addText-2"},
3621  {"insertText", "insertText(This, Pos, Text)", "insertText-3"},
3622  {"clearAll", "clearAll(This)", "clearAll-1"},
3623  {"clearDocumentStyle", "clearDocumentStyle(This)", "clearDocumentStyle-1"},
3624  {"getLength", "getLength(This)", "getLength-1"},
3625  {"getCharAt", "getCharAt(This, Pos)", "getCharAt-2"},
3626  {"getCurrentPos", "getCurrentPos(This)", "getCurrentPos-1"},
3627  {"getAnchor", "getAnchor(This)", "getAnchor-1"},
3628  {"getStyleAt", "getStyleAt(This, Pos)", "getStyleAt-2"},
3629  {"redo", "redo(This)", "redo-1"},
3630  {"setUndoCollection", "setUndoCollection(This, CollectUndo)", "setUndoCollection-2"},
3631  {"selectAll", "selectAll(This)", "selectAll-1"},
3632  {"setSavePoint", "setSavePoint(This)", "setSavePoint-1"},
3633  {"canRedo", "canRedo(This)", "canRedo-1"},
3634  {"markerLineFromHandle", "markerLineFromHandle(This, MarkerHandle)", "markerLineFromHandle-2"},
3635  {"markerDeleteHandle", "markerDeleteHandle(This, MarkerHandle)", "markerDeleteHandle-2"},
3636  {"getUndoCollection", "getUndoCollection(This)", "getUndoCollection-1"},
3637  {"getViewWhiteSpace", "getViewWhiteSpace(This)", "getViewWhiteSpace-1"},
3638  {"setViewWhiteSpace", "setViewWhiteSpace(This, ViewWS)", "setViewWhiteSpace-2"},
3639  {"positionFromPoint", "positionFromPoint(This, Pt)", "positionFromPoint-2"},
3640  {"positionFromPointClose", "positionFromPointClose(This, X, Y)", "positionFromPointClose-3"},
3641  {"gotoLine", "gotoLine(This, Line)", "gotoLine-2"},
3642  {"gotoPos", "gotoPos(This, Caret)", "gotoPos-2"},
3643  {"setAnchor", "setAnchor(This, Anchor)", "setAnchor-2"},
3644  {"getCurLine", "getCurLine(This)", "getCurLine-1"},
3645  {"getEndStyled", "getEndStyled(This)", "getEndStyled-1"},
3646  {"convertEOLs", "convertEOLs(This, EolMode)", "convertEOLs-2"},
3647  {"getEOLMode", "getEOLMode(This)", "getEOLMode-1"},
3648  {"setEOLMode", "setEOLMode(This, EolMode)", "setEOLMode-2"},
3649  {"startStyling", "startStyling(This, Start)", "startStyling-2"},
3650  {"setStyling", "setStyling(This, Length, Style)", "setStyling-3"},
3651  {"getBufferedDraw", "getBufferedDraw(This)", "getBufferedDraw-1"},
3652  {"setBufferedDraw", "setBufferedDraw(This, Buffered)", "setBufferedDraw-2"},
3653  {"setTabWidth", "setTabWidth(This, TabWidth)", "setTabWidth-2"},
3654  {"getTabWidth", "getTabWidth(This)", "getTabWidth-1"},
3655  {"setCodePage", "setCodePage(This, CodePage)", "setCodePage-2"},
3656  {"markerDefine", "markerDefine(This, MarkerNumber, MarkerSymbol)", "markerDefine-3"},
3657  {"markerDefine", "markerDefine(This, MarkerNumber, MarkerSymbol,Options :: [Option])", "markerDefine-4"},
3658  {"markerSetForeground", "markerSetForeground(This, MarkerNumber, Fore)", "markerSetForeground-3"},
3659  {"markerSetBackground", "markerSetBackground(This, MarkerNumber, Back)", "markerSetBackground-3"},
3660  {"markerAdd", "markerAdd(This, Line, MarkerNumber)", "markerAdd-3"},
3661  {"markerDelete", "markerDelete(This, Line, MarkerNumber)", "markerDelete-3"},
3662  {"markerDeleteAll", "markerDeleteAll(This, MarkerNumber)", "markerDeleteAll-2"},
3663  {"markerGet", "markerGet(This, Line)", "markerGet-2"},
3664  {"markerNext", "markerNext(This, LineStart, MarkerMask)", "markerNext-3"},
3665  {"markerPrevious", "markerPrevious(This, LineStart, MarkerMask)", "markerPrevious-3"},
3666  {"markerDefineBitmap", "markerDefineBitmap(This, MarkerNumber, Bmp)", "markerDefineBitmap-3"},
3667  {"markerAddSet", "markerAddSet(This, Line, MarkerSet)", "markerAddSet-3"},
3668  {"markerSetAlpha", "markerSetAlpha(This, MarkerNumber, Alpha)", "markerSetAlpha-3"},
3669  {"setMarginType", "setMarginType(This, Margin, MarginType)", "setMarginType-3"},
3670  {"getMarginType", "getMarginType(This, Margin)", "getMarginType-2"},
3671  {"setMarginWidth", "setMarginWidth(This, Margin, PixelWidth)", "setMarginWidth-3"},
3672  {"getMarginWidth", "getMarginWidth(This, Margin)", "getMarginWidth-2"},
3673  {"setMarginMask", "setMarginMask(This, Margin, Mask)", "setMarginMask-3"},
3674  {"getMarginMask", "getMarginMask(This, Margin)", "getMarginMask-2"},
3675  {"setMarginSensitive", "setMarginSensitive(This, Margin, Sensitive)", "setMarginSensitive-3"},
3676  {"getMarginSensitive", "getMarginSensitive(This, Margin)", "getMarginSensitive-2"},
3677  {"styleClearAll", "styleClearAll(This)", "styleClearAll-1"},
3678  {"styleSetForeground", "styleSetForeground(This, Style, Fore)", "styleSetForeground-3"},
3679  {"styleSetBackground", "styleSetBackground(This, Style, Back)", "styleSetBackground-3"},
3680  {"styleSetBold", "styleSetBold(This, Style, Bold)", "styleSetBold-3"},
3681  {"styleSetItalic", "styleSetItalic(This, Style, Italic)", "styleSetItalic-3"},
3682  {"styleSetSize", "styleSetSize(This, Style, SizePoints)", "styleSetSize-3"},
3683  {"styleSetFaceName", "styleSetFaceName(This, Style, FontName)", "styleSetFaceName-3"},
3684  {"styleSetEOLFilled", "styleSetEOLFilled(This, Style, EolFilled)", "styleSetEOLFilled-3"},
3685  {"styleResetDefault", "styleResetDefault(This)", "styleResetDefault-1"},
3686  {"styleSetUnderline", "styleSetUnderline(This, Style, Underline)", "styleSetUnderline-3"},
3687  {"styleSetCase", "styleSetCase(This, Style, CaseVisible)", "styleSetCase-3"},
3688  {"styleSetHotSpot", "styleSetHotSpot(This, Style, Hotspot)", "styleSetHotSpot-3"},
3689  {"setSelForeground", "setSelForeground(This, UseSetting, Fore)", "setSelForeground-3"},
3690  {"setSelBackground", "setSelBackground(This, UseSetting, Back)", "setSelBackground-3"},
3691  {"getSelAlpha", "getSelAlpha(This)", "getSelAlpha-1"},
3692  {"setSelAlpha", "setSelAlpha(This, Alpha)", "setSelAlpha-2"},
3693  {"setCaretForeground", "setCaretForeground(This, Fore)", "setCaretForeground-2"},
3694  {"cmdKeyAssign", "cmdKeyAssign(This, Key, Modifiers, Cmd)", "cmdKeyAssign-4"},
3695  {"cmdKeyClear", "cmdKeyClear(This, Key, Modifiers)", "cmdKeyClear-3"},
3696  {"cmdKeyClearAll", "cmdKeyClearAll(This)", "cmdKeyClearAll-1"},
3697  {"setStyleBytes", "setStyleBytes(This, Length)", "setStyleBytes-2"},
3698  {"styleSetVisible", "styleSetVisible(This, Style, Visible)", "styleSetVisible-3"},
3699  {"getCaretPeriod", "getCaretPeriod(This)", "getCaretPeriod-1"},
3700  {"setCaretPeriod", "setCaretPeriod(This, PeriodMilliseconds)", "setCaretPeriod-2"},
3701  {"setWordChars", "setWordChars(This, Characters)", "setWordChars-2"},
3702  {"beginUndoAction", "beginUndoAction(This)", "beginUndoAction-1"},
3703  {"endUndoAction", "endUndoAction(This)", "endUndoAction-1"},
3704  {"indicatorSetStyle", "indicatorSetStyle(This, Indicator, IndicatorStyle)", "indicatorSetStyle-3"},
3705  {"indicatorGetStyle", "indicatorGetStyle(This, Indicator)", "indicatorGetStyle-2"},
3706  {"indicatorSetForeground", "indicatorSetForeground(This, Indicator, Fore)", "indicatorSetForeground-3"},
3707  {"indicatorGetForeground", "indicatorGetForeground(This, Indicator)", "indicatorGetForeground-2"},
3708  {"setWhitespaceForeground", "setWhitespaceForeground(This, UseSetting, Fore)", "setWhitespaceForeground-3"},
3709  {"setWhitespaceBackground", "setWhitespaceBackground(This, UseSetting, Back)", "setWhitespaceBackground-3"},
3710  {"getStyleBits", "getStyleBits(This)", "getStyleBits-1"},
3711  {"setLineState", "setLineState(This, Line, State)", "setLineState-3"},
3712  {"getLineState", "getLineState(This, Line)", "getLineState-2"},
3713  {"getMaxLineState", "getMaxLineState(This)", "getMaxLineState-1"},
3714  {"getCaretLineVisible", "getCaretLineVisible(This)", "getCaretLineVisible-1"},
3715  {"setCaretLineVisible", "setCaretLineVisible(This, Show)", "setCaretLineVisible-2"},
3716  {"getCaretLineBackground", "getCaretLineBackground(This)", "getCaretLineBackground-1"},
3717  {"setCaretLineBackground", "setCaretLineBackground(This, Back)", "setCaretLineBackground-2"},
3718  {"autoCompShow", "autoCompShow(This, LengthEntered, ItemList)", "autoCompShow-3"},
3719  {"autoCompCancel", "autoCompCancel(This)", "autoCompCancel-1"},
3720  {"autoCompActive", "autoCompActive(This)", "autoCompActive-1"},
3721  {"autoCompPosStart", "autoCompPosStart(This)", "autoCompPosStart-1"},
3722  {"autoCompComplete", "autoCompComplete(This)", "autoCompComplete-1"},
3723  {"autoCompStops", "autoCompStops(This, CharacterSet)", "autoCompStops-2"},
3724  {"autoCompSetSeparator", "autoCompSetSeparator(This, SeparatorCharacter)", "autoCompSetSeparator-2"},
3725  {"autoCompGetSeparator", "autoCompGetSeparator(This)", "autoCompGetSeparator-1"},
3726  {"autoCompSelect", "autoCompSelect(This, Select)", "autoCompSelect-2"},
3727  {"autoCompSetCancelAtStart", "autoCompSetCancelAtStart(This, Cancel)", "autoCompSetCancelAtStart-2"},
3728  {"autoCompGetCancelAtStart", "autoCompGetCancelAtStart(This)", "autoCompGetCancelAtStart-1"},
3729  {"autoCompSetFillUps", "autoCompSetFillUps(This, CharacterSet)", "autoCompSetFillUps-2"},
3730  {"autoCompSetChooseSingle", "autoCompSetChooseSingle(This, ChooseSingle)", "autoCompSetChooseSingle-2"},
3731  {"autoCompGetChooseSingle", "autoCompGetChooseSingle(This)", "autoCompGetChooseSingle-1"},
3732  {"autoCompSetIgnoreCase", "autoCompSetIgnoreCase(This, IgnoreCase)", "autoCompSetIgnoreCase-2"},
3733  {"autoCompGetIgnoreCase", "autoCompGetIgnoreCase(This)", "autoCompGetIgnoreCase-1"},
3734  {"userListShow", "userListShow(This, ListType, ItemList)", "userListShow-3"},
3735  {"autoCompSetAutoHide", "autoCompSetAutoHide(This, AutoHide)", "autoCompSetAutoHide-2"},
3736  {"autoCompGetAutoHide", "autoCompGetAutoHide(This)", "autoCompGetAutoHide-1"},
3737  {"autoCompSetDropRestOfWord", "autoCompSetDropRestOfWord(This, DropRestOfWord)", "autoCompSetDropRestOfWord-2"},
3738  {"autoCompGetDropRestOfWord", "autoCompGetDropRestOfWord(This)", "autoCompGetDropRestOfWord-1"},
3739  {"registerImage", "registerImage(This, Type, Bmp)", "registerImage-3"},
3740  {"clearRegisteredImages", "clearRegisteredImages(This)", "clearRegisteredImages-1"},
3741  {"autoCompGetTypeSeparator", "autoCompGetTypeSeparator(This)", "autoCompGetTypeSeparator-1"},
3742  {"autoCompSetTypeSeparator", "autoCompSetTypeSeparator(This, SeparatorCharacter)", "autoCompSetTypeSeparator-2"},
3743  {"autoCompSetMaxWidth", "autoCompSetMaxWidth(This, CharacterCount)", "autoCompSetMaxWidth-2"},
3744  {"autoCompGetMaxWidth", "autoCompGetMaxWidth(This)", "autoCompGetMaxWidth-1"},
3745  {"autoCompSetMaxHeight", "autoCompSetMaxHeight(This, RowCount)", "autoCompSetMaxHeight-2"},
3746  {"autoCompGetMaxHeight", "autoCompGetMaxHeight(This)", "autoCompGetMaxHeight-1"},
3747  {"setIndent", "setIndent(This, IndentSize)", "setIndent-2"},
3748  {"getIndent", "getIndent(This)", "getIndent-1"},
3749  {"setUseTabs", "setUseTabs(This, UseTabs)", "setUseTabs-2"},
3750  {"getUseTabs", "getUseTabs(This)", "getUseTabs-1"},
3751  {"setLineIndentation", "setLineIndentation(This, Line, Indentation)", "setLineIndentation-3"},
3752  {"getLineIndentation", "getLineIndentation(This, Line)", "getLineIndentation-2"},
3753  {"getLineIndentPosition", "getLineIndentPosition(This, Line)", "getLineIndentPosition-2"},
3754  {"getColumn", "getColumn(This, Pos)", "getColumn-2"},
3755  {"setUseHorizontalScrollBar", "setUseHorizontalScrollBar(This, Visible)", "setUseHorizontalScrollBar-2"},
3756  {"getUseHorizontalScrollBar", "getUseHorizontalScrollBar(This)", "getUseHorizontalScrollBar-1"},
3757  {"setIndentationGuides", "setIndentationGuides(This, IndentView)", "setIndentationGuides-2"},
3758  {"getIndentationGuides", "getIndentationGuides(This)", "getIndentationGuides-1"},
3759  {"setHighlightGuide", "setHighlightGuide(This, Column)", "setHighlightGuide-2"},
3760  {"getHighlightGuide", "getHighlightGuide(This)", "getHighlightGuide-1"},
3761  {"getLineEndPosition", "getLineEndPosition(This, Line)", "getLineEndPosition-2"},
3762  {"getCodePage", "getCodePage(This)", "getCodePage-1"},
3763  {"getCaretForeground", "getCaretForeground(This)", "getCaretForeground-1"},
3764  {"getReadOnly", "getReadOnly(This)", "getReadOnly-1"},
3765  {"setCurrentPos", "setCurrentPos(This, Caret)", "setCurrentPos-2"},
3766  {"setSelectionStart", "setSelectionStart(This, Anchor)", "setSelectionStart-2"},
3767  {"getSelectionStart", "getSelectionStart(This)", "getSelectionStart-1"},
3768  {"setSelectionEnd", "setSelectionEnd(This, Caret)", "setSelectionEnd-2"},
3769  {"getSelectionEnd", "getSelectionEnd(This)", "getSelectionEnd-1"},
3770  {"setPrintMagnification", "setPrintMagnification(This, Magnification)", "setPrintMagnification-2"},
3771  {"getPrintMagnification", "getPrintMagnification(This)", "getPrintMagnification-1"},
3772  {"setPrintColourMode", "setPrintColourMode(This, Mode)", "setPrintColourMode-2"},
3773  {"getPrintColourMode", "getPrintColourMode(This)", "getPrintColourMode-1"},
3774  {"findText", "findText(This, MinPos, MaxPos, Text)", "findText-4"},
3775  {"findText", "findText(This, MinPos, MaxPos, Text, Options :: [Option])", "findText-5"},
3776  {"formatRange", "formatRange(This, DoDraw, StartPos, EndPos, Draw, Target,RenderRect, PageRect)", "formatRange-8"},
3777  {"getFirstVisibleLine", "getFirstVisibleLine(This)", "getFirstVisibleLine-1"},
3778  {"getLine", "getLine(This, Line)", "getLine-2"},
3779  {"getLineCount", "getLineCount(This)", "getLineCount-1"},
3780  {"setMarginLeft", "setMarginLeft(This, PixelWidth)", "setMarginLeft-2"},
3781  {"getMarginLeft", "getMarginLeft(This)", "getMarginLeft-1"},
3782  {"setMarginRight", "setMarginRight(This, PixelWidth)", "setMarginRight-2"},
3783  {"getMarginRight", "getMarginRight(This)", "getMarginRight-1"},
3784  {"getModify", "getModify(This)", "getModify-1"},
3785  {"setSelection", "setSelection(This, From, To)", "setSelection-3"},
3786  {"getSelectedText", "getSelectedText(This)", "getSelectedText-1"},
3787  {"getTextRange", "getTextRange(This, StartPos, EndPos)", "getTextRange-3"},
3788  {"hideSelection", "hideSelection(This, Hide)", "hideSelection-2"},
3789  {"lineFromPosition", "lineFromPosition(This, Pos)", "lineFromPosition-2"},
3790  {"positionFromLine", "positionFromLine(This, Line)", "positionFromLine-2"},
3791  {"lineScroll", "lineScroll(This, Columns, Lines)", "lineScroll-3"},
3792  {"ensureCaretVisible", "ensureCaretVisible(This)", "ensureCaretVisible-1"},
3793  {"replaceSelection", "replaceSelection(This, Text)", "replaceSelection-2"},
3794  {"setReadOnly", "setReadOnly(This, ReadOnly)", "setReadOnly-2"},
3795  {"canPaste", "canPaste(This)", "canPaste-1"},
3796  {"canUndo", "canUndo(This)", "canUndo-1"},
3797  {"emptyUndoBuffer", "emptyUndoBuffer(This)", "emptyUndoBuffer-1"},
3798  {"undo", "undo(This)", "undo-1"},
3799  {"cut", "cut(This)", "cut-1"},
3800  {"copy", "copy(This)", "copy-1"},
3801  {"paste", "paste(This)", "paste-1"},
3802  {"clear", "clear(This)", "clear-1"},
3803  {"setText", "setText(This, Text)", "setText-2"},
3804  {"getText", "getText(This)", "getText-1"},
3805  {"getTextLength", "getTextLength(This)", "getTextLength-1"},
3806  {"getOvertype", "getOvertype(This)", "getOvertype-1"},
3807  {"setCaretWidth", "setCaretWidth(This, PixelWidth)", "setCaretWidth-2"},
3808  {"getCaretWidth", "getCaretWidth(This)", "getCaretWidth-1"},
3809  {"setTargetStart", "setTargetStart(This, Start)", "setTargetStart-2"},
3810  {"getTargetStart", "getTargetStart(This)", "getTargetStart-1"},
3811  {"setTargetEnd", "setTargetEnd(This, End)", "setTargetEnd-2"},
3812  {"getTargetEnd", "getTargetEnd(This)", "getTargetEnd-1"},
3813  {"replaceTarget", "replaceTarget(This, Text)", "replaceTarget-2"},
3814  {"searchInTarget", "searchInTarget(This, Text)", "searchInTarget-2"},
3815  {"setSearchFlags", "setSearchFlags(This, SearchFlags)", "setSearchFlags-2"},
3816  {"getSearchFlags", "getSearchFlags(This)", "getSearchFlags-1"},
3817  {"callTipShow", "callTipShow(This, Pos, Definition)", "callTipShow-3"},
3818  {"callTipCancel", "callTipCancel(This)", "callTipCancel-1"},
3819  {"callTipActive", "callTipActive(This)", "callTipActive-1"},
3820  {"callTipPosAtStart", "callTipPosAtStart(This)", "callTipPosAtStart-1"},
3821  {"callTipSetHighlight", "callTipSetHighlight(This, HighlightStart, HighlightEnd)", "callTipSetHighlight-3"},
3822  {"callTipSetBackground", "callTipSetBackground(This, Back)", "callTipSetBackground-2"},
3823  {"callTipSetForeground", "callTipSetForeground(This, Fore)", "callTipSetForeground-2"},
3824  {"callTipSetForegroundHighlight", "callTipSetForegroundHighlight(This, Fore)", "callTipSetForegroundHighlight-2"},
3825  {"callTipUseStyle", "callTipUseStyle(This, TabSize)", "callTipUseStyle-2"},
3826  {"visibleFromDocLine", "visibleFromDocLine(This, DocLine)", "visibleFromDocLine-2"},
3827  {"docLineFromVisible", "docLineFromVisible(This, DisplayLine)", "docLineFromVisible-2"},
3828  {"wrapCount", "wrapCount(This, DocLine)", "wrapCount-2"},
3829  {"setFoldLevel", "setFoldLevel(This, Line, Level)", "setFoldLevel-3"},
3830  {"getFoldLevel", "getFoldLevel(This, Line)", "getFoldLevel-2"},
3831  {"getLastChild", "getLastChild(This, Line, Level)", "getLastChild-3"},
3832  {"getFoldParent", "getFoldParent(This, Line)", "getFoldParent-2"},
3833  {"showLines", "showLines(This, LineStart, LineEnd)", "showLines-3"},
3834  {"hideLines", "hideLines(This, LineStart, LineEnd)", "hideLines-3"},
3835  {"getLineVisible", "getLineVisible(This, Line)", "getLineVisible-2"},
3836  {"setFoldExpanded", "setFoldExpanded(This, Line, Expanded)", "setFoldExpanded-3"},
3837  {"getFoldExpanded", "getFoldExpanded(This, Line)", "getFoldExpanded-2"},
3838  {"toggleFold", "toggleFold(This, Line)", "toggleFold-2"},
3839  {"ensureVisible", "ensureVisible(This, Line)", "ensureVisible-2"},
3840  {"setFoldFlags", "setFoldFlags(This, Flags)", "setFoldFlags-2"},
3841  {"ensureVisibleEnforcePolicy", "ensureVisibleEnforcePolicy(This, Line)", "ensureVisibleEnforcePolicy-2"},
3842  {"setTabIndents", "setTabIndents(This, TabIndents)", "setTabIndents-2"},
3843  {"getTabIndents", "getTabIndents(This)", "getTabIndents-1"},
3844  {"setBackSpaceUnIndents", "setBackSpaceUnIndents(This, BsUnIndents)", "setBackSpaceUnIndents-2"},
3845  {"getBackSpaceUnIndents", "getBackSpaceUnIndents(This)", "getBackSpaceUnIndents-1"},
3846  {"setMouseDwellTime", "setMouseDwellTime(This, PeriodMilliseconds)", "setMouseDwellTime-2"},
3847  {"getMouseDwellTime", "getMouseDwellTime(This)", "getMouseDwellTime-1"},
3848  {"wordStartPosition", "wordStartPosition(This, Pos, OnlyWordCharacters)", "wordStartPosition-3"},
3849  {"wordEndPosition", "wordEndPosition(This, Pos, OnlyWordCharacters)", "wordEndPosition-3"},
3850  {"setWrapMode", "setWrapMode(This, WrapMode)", "setWrapMode-2"},
3851  {"getWrapMode", "getWrapMode(This)", "getWrapMode-1"},
3852  {"setWrapVisualFlags", "setWrapVisualFlags(This, WrapVisualFlags)", "setWrapVisualFlags-2"},
3853  {"getWrapVisualFlags", "getWrapVisualFlags(This)", "getWrapVisualFlags-1"},
3854  {"setWrapVisualFlagsLocation", "setWrapVisualFlagsLocation(This, WrapVisualFlagsLocation)", "setWrapVisualFlagsLocation-2"},
3855  {"getWrapVisualFlagsLocation", "getWrapVisualFlagsLocation(This)", "getWrapVisualFlagsLocation-1"},
3856  {"setWrapStartIndent", "setWrapStartIndent(This, Indent)", "setWrapStartIndent-2"},
3857  {"getWrapStartIndent", "getWrapStartIndent(This)", "getWrapStartIndent-1"},
3858  {"setLayoutCache", "setLayoutCache(This, CacheMode)", "setLayoutCache-2"},
3859  {"getLayoutCache", "getLayoutCache(This)", "getLayoutCache-1"},
3860  {"setScrollWidth", "setScrollWidth(This, PixelWidth)", "setScrollWidth-2"},
3861  {"getScrollWidth", "getScrollWidth(This)", "getScrollWidth-1"},
3862  {"textWidth", "textWidth(This, Style, Text)", "textWidth-3"},
3863  {"getEndAtLastLine", "getEndAtLastLine(This)", "getEndAtLastLine-1"},
3864  {"textHeight", "textHeight(This, Line)", "textHeight-2"},
3865  {"setUseVerticalScrollBar", "setUseVerticalScrollBar(This, Visible)", "setUseVerticalScrollBar-2"},
3866  {"getUseVerticalScrollBar", "getUseVerticalScrollBar(This)", "getUseVerticalScrollBar-1"},
3867  {"appendText", "appendText(This, Text)", "appendText-2"},
3868  {"getTwoPhaseDraw", "getTwoPhaseDraw(This)", "getTwoPhaseDraw-1"},
3869  {"setTwoPhaseDraw", "setTwoPhaseDraw(This, TwoPhase)", "setTwoPhaseDraw-2"},
3870  {"targetFromSelection", "targetFromSelection(This)", "targetFromSelection-1"},
3871  {"linesJoin", "linesJoin(This)", "linesJoin-1"},
3872  {"linesSplit", "linesSplit(This, PixelWidth)", "linesSplit-2"},
3873  {"setFoldMarginColour", "setFoldMarginColour(This, UseSetting, Back)", "setFoldMarginColour-3"},
3874  {"setFoldMarginHiColour", "setFoldMarginHiColour(This, UseSetting, Fore)", "setFoldMarginHiColour-3"},
3875  {"lineDown", "lineDown(This)", "lineDown-1"},
3876  {"lineDownExtend", "lineDownExtend(This)", "lineDownExtend-1"},
3877  {"lineUp", "lineUp(This)", "lineUp-1"},
3878  {"lineUpExtend", "lineUpExtend(This)", "lineUpExtend-1"},
3879  {"charLeft", "charLeft(This)", "charLeft-1"},
3880  {"charLeftExtend", "charLeftExtend(This)", "charLeftExtend-1"},
3881  {"charRight", "charRight(This)", "charRight-1"},
3882  {"charRightExtend", "charRightExtend(This)", "charRightExtend-1"},
3883  {"wordLeft", "wordLeft(This)", "wordLeft-1"},
3884  {"wordLeftExtend", "wordLeftExtend(This)", "wordLeftExtend-1"},
3885  {"wordRight", "wordRight(This)", "wordRight-1"},
3886  {"wordRightExtend", "wordRightExtend(This)", "wordRightExtend-1"},
3887  {"home", "home(This)", "home-1"},
3888  {"homeExtend", "homeExtend(This)", "homeExtend-1"},
3889  {"lineEnd", "lineEnd(This)", "lineEnd-1"},
3890  {"lineEndExtend", "lineEndExtend(This)", "lineEndExtend-1"},
3891  {"documentStart", "documentStart(This)", "documentStart-1"},
3892  {"documentStartExtend", "documentStartExtend(This)", "documentStartExtend-1"},
3893  {"documentEnd", "documentEnd(This)", "documentEnd-1"},
3894  {"documentEndExtend", "documentEndExtend(This)", "documentEndExtend-1"},
3895  {"pageUp", "pageUp(This)", "pageUp-1"},
3896  {"pageUpExtend", "pageUpExtend(This)", "pageUpExtend-1"},
3897  {"pageDown", "pageDown(This)", "pageDown-1"},
3898  {"pageDownExtend", "pageDownExtend(This)", "pageDownExtend-1"},
3899  {"editToggleOvertype", "editToggleOvertype(This)", "editToggleOvertype-1"},
3900  {"cancel", "cancel(This)", "cancel-1"},
3901  {"deleteBack", "deleteBack(This)", "deleteBack-1"},
3902  {"tab", "tab(This)", "tab-1"},
3903  {"backTab", "backTab(This)", "backTab-1"},
3904  {"newLine", "newLine(This)", "newLine-1"},
3905  {"formFeed", "formFeed(This)", "formFeed-1"},
3906  {"vCHome", "vCHome(This)", "vCHome-1"},
3907  {"vCHomeExtend", "vCHomeExtend(This)", "vCHomeExtend-1"},
3908  {"zoomIn", "zoomIn(This)", "zoomIn-1"},
3909  {"zoomOut", "zoomOut(This)", "zoomOut-1"},
3910  {"delWordLeft", "delWordLeft(This)", "delWordLeft-1"},
3911  {"delWordRight", "delWordRight(This)", "delWordRight-1"},
3912  {"lineCut", "lineCut(This)", "lineCut-1"},
3913  {"lineDelete", "lineDelete(This)", "lineDelete-1"},
3914  {"lineTranspose", "lineTranspose(This)", "lineTranspose-1"},
3915  {"lineDuplicate", "lineDuplicate(This)", "lineDuplicate-1"},
3916  {"lowerCase", "lowerCase(This)", "lowerCase-1"},
3917  {"upperCase", "upperCase(This)", "upperCase-1"},
3918  {"lineScrollDown", "lineScrollDown(This)", "lineScrollDown-1"},
3919  {"lineScrollUp", "lineScrollUp(This)", "lineScrollUp-1"},
3920  {"deleteBackNotLine", "deleteBackNotLine(This)", "deleteBackNotLine-1"},
3921  {"homeDisplay", "homeDisplay(This)", "homeDisplay-1"},
3922  {"homeDisplayExtend", "homeDisplayExtend(This)", "homeDisplayExtend-1"},
3923  {"lineEndDisplay", "lineEndDisplay(This)", "lineEndDisplay-1"},
3924  {"lineEndDisplayExtend", "lineEndDisplayExtend(This)", "lineEndDisplayExtend-1"},
3925  {"homeWrapExtend", "homeWrapExtend(This)", "homeWrapExtend-1"},
3926  {"lineEndWrap", "lineEndWrap(This)", "lineEndWrap-1"},
3927  {"lineEndWrapExtend", "lineEndWrapExtend(This)", "lineEndWrapExtend-1"},
3928  {"vCHomeWrap", "vCHomeWrap(This)", "vCHomeWrap-1"},
3929  {"vCHomeWrapExtend", "vCHomeWrapExtend(This)", "vCHomeWrapExtend-1"},
3930  {"lineCopy", "lineCopy(This)", "lineCopy-1"},
3931  {"moveCaretInsideView", "moveCaretInsideView(This)", "moveCaretInsideView-1"},
3932  {"lineLength", "lineLength(This, Line)", "lineLength-2"},
3933  {"braceHighlight", "braceHighlight(This, PosA, PosB)", "braceHighlight-3"},
3934  {"braceBadLight", "braceBadLight(This, Pos)", "braceBadLight-2"},
3935  {"braceMatch", "braceMatch(This, Pos)", "braceMatch-2"},
3936  {"getViewEOL", "getViewEOL(This)", "getViewEOL-1"},
3937  {"setViewEOL", "setViewEOL(This, Visible)", "setViewEOL-2"},
3938  {"setModEventMask", "setModEventMask(This, EventMask)", "setModEventMask-2"},
3939  {"getEdgeColumn", "getEdgeColumn(This)", "getEdgeColumn-1"},
3940  {"setEdgeColumn", "setEdgeColumn(This, Column)", "setEdgeColumn-2"},
3941  {"setEdgeMode", "setEdgeMode(This, EdgeMode)", "setEdgeMode-2"},
3942  {"getEdgeMode", "getEdgeMode(This)", "getEdgeMode-1"},
3943  {"getEdgeColour", "getEdgeColour(This)", "getEdgeColour-1"},
3944  {"setEdgeColour", "setEdgeColour(This, EdgeColour)", "setEdgeColour-2"},
3945  {"searchAnchor", "searchAnchor(This)", "searchAnchor-1"},
3946  {"searchNext", "searchNext(This, SearchFlags, Text)", "searchNext-3"},
3947  {"searchPrev", "searchPrev(This, SearchFlags, Text)", "searchPrev-3"},
3948  {"linesOnScreen", "linesOnScreen(This)", "linesOnScreen-1"},
3949  {"usePopUp", "usePopUp(This, PopUpMode)", "usePopUp-2"},
3950  {"selectionIsRectangle", "selectionIsRectangle(This)", "selectionIsRectangle-1"},
3951  {"setZoom", "setZoom(This, ZoomInPoints)", "setZoom-2"},
3952  {"getZoom", "getZoom(This)", "getZoom-1"},
3953  {"getModEventMask", "getModEventMask(This)", "getModEventMask-1"},
3954  {"setSTCFocus", "setSTCFocus(This, Focus)", "setSTCFocus-2"},
3955  {"getSTCFocus", "getSTCFocus(This)", "getSTCFocus-1"},
3956  {"setStatus", "setStatus(This, Status)", "setStatus-2"},
3957  {"getStatus", "getStatus(This)", "getStatus-1"},
3958  {"setMouseDownCaptures", "setMouseDownCaptures(This, Captures)", "setMouseDownCaptures-2"},
3959  {"getMouseDownCaptures", "getMouseDownCaptures(This)", "getMouseDownCaptures-1"},
3960  {"setSTCCursor", "setSTCCursor(This, CursorType)", "setSTCCursor-2"},
3961  {"getSTCCursor", "getSTCCursor(This)", "getSTCCursor-1"},
3962  {"setControlCharSymbol", "setControlCharSymbol(This, Symbol)", "setControlCharSymbol-2"},
3963  {"getControlCharSymbol", "getControlCharSymbol(This)", "getControlCharSymbol-1"},
3964  {"wordPartLeft", "wordPartLeft(This)", "wordPartLeft-1"},
3965  {"wordPartLeftExtend", "wordPartLeftExtend(This)", "wordPartLeftExtend-1"},
3966  {"wordPartRight", "wordPartRight(This)", "wordPartRight-1"},
3967  {"wordPartRightExtend", "wordPartRightExtend(This)", "wordPartRightExtend-1"},
3968  {"setVisiblePolicy", "setVisiblePolicy(This, VisiblePolicy, VisibleSlop)", "setVisiblePolicy-3"},
3969  {"delLineLeft", "delLineLeft(This)", "delLineLeft-1"},
3970  {"delLineRight", "delLineRight(This)", "delLineRight-1"},
3971  {"getXOffset", "getXOffset(This)", "getXOffset-1"},
3972  {"chooseCaretX", "chooseCaretX(This)", "chooseCaretX-1"},
3973  {"setXCaretPolicy", "setXCaretPolicy(This, CaretPolicy, CaretSlop)", "setXCaretPolicy-3"},
3974  {"setYCaretPolicy", "setYCaretPolicy(This, CaretPolicy, CaretSlop)", "setYCaretPolicy-3"},
3975  {"getPrintWrapMode", "getPrintWrapMode(This)", "getPrintWrapMode-1"},
3976  {"setHotspotActiveForeground", "setHotspotActiveForeground(This, UseSetting, Fore)", "setHotspotActiveForeground-3"},
3977  {"setHotspotActiveBackground", "setHotspotActiveBackground(This, UseSetting, Back)", "setHotspotActiveBackground-3"},
3978  {"setHotspotActiveUnderline", "setHotspotActiveUnderline(This, Underline)", "setHotspotActiveUnderline-2"},
3979  {"setHotspotSingleLine", "setHotspotSingleLine(This, SingleLine)", "setHotspotSingleLine-2"},
3980  {"paraDownExtend", "paraDownExtend(This)", "paraDownExtend-1"},
3981  {"paraUp", "paraUp(This)", "paraUp-1"},
3982  {"paraUpExtend", "paraUpExtend(This)", "paraUpExtend-1"},
3983  {"positionBefore", "positionBefore(This, Pos)", "positionBefore-2"},
3984  {"positionAfter", "positionAfter(This, Pos)", "positionAfter-2"},
3985  {"copyRange", "copyRange(This, Start, End)", "copyRange-3"},
3986  {"copyText", "copyText(This, Length, Text)", "copyText-3"},
3987  {"setSelectionMode", "setSelectionMode(This, SelectionMode)", "setSelectionMode-2"},
3988  {"getSelectionMode", "getSelectionMode(This)", "getSelectionMode-1"},
3989  {"lineDownRectExtend", "lineDownRectExtend(This)", "lineDownRectExtend-1"},
3990  {"lineUpRectExtend", "lineUpRectExtend(This)", "lineUpRectExtend-1"},
3991  {"charLeftRectExtend", "charLeftRectExtend(This)", "charLeftRectExtend-1"},
3992  {"charRightRectExtend", "charRightRectExtend(This)", "charRightRectExtend-1"},
3993  {"homeRectExtend", "homeRectExtend(This)", "homeRectExtend-1"},
3994  {"vCHomeRectExtend", "vCHomeRectExtend(This)", "vCHomeRectExtend-1"},
3995  {"lineEndRectExtend", "lineEndRectExtend(This)", "lineEndRectExtend-1"},
3996  {"pageUpRectExtend", "pageUpRectExtend(This)", "pageUpRectExtend-1"},
3997  {"pageDownRectExtend", "pageDownRectExtend(This)", "pageDownRectExtend-1"},
3998  {"stutteredPageUp", "stutteredPageUp(This)", "stutteredPageUp-1"},
3999  {"stutteredPageUpExtend", "stutteredPageUpExtend(This)", "stutteredPageUpExtend-1"},
4000  {"stutteredPageDown", "stutteredPageDown(This)", "stutteredPageDown-1"},
4001  {"stutteredPageDownExtend", "stutteredPageDownExtend(This)", "stutteredPageDownExtend-1"},
4002  {"wordLeftEnd", "wordLeftEnd(This)", "wordLeftEnd-1"},
4003  {"wordLeftEndExtend", "wordLeftEndExtend(This)", "wordLeftEndExtend-1"},
4004  {"wordRightEnd", "wordRightEnd(This)", "wordRightEnd-1"},
4005  {"wordRightEndExtend", "wordRightEndExtend(This)", "wordRightEndExtend-1"},
4006  {"setWhitespaceChars", "setWhitespaceChars(This, Characters)", "setWhitespaceChars-2"},
4007  {"setCharsDefault", "setCharsDefault(This)", "setCharsDefault-1"},
4008  {"autoCompGetCurrent", "autoCompGetCurrent(This)", "autoCompGetCurrent-1"},
4009  {"allocate", "allocate(This, Bytes)", "allocate-2"},
4010  {"findColumn", "findColumn(This, Line, Column)", "findColumn-3"},
4011  {"getCaretSticky", "getCaretSticky(This)", "getCaretSticky-1"},
4012  {"setCaretSticky", "setCaretSticky(This, UseCaretStickyBehaviour)", "setCaretSticky-2"},
4013  {"toggleCaretSticky", "toggleCaretSticky(This)", "toggleCaretSticky-1"},
4014  {"setPasteConvertEndings", "setPasteConvertEndings(This, Convert)", "setPasteConvertEndings-2"},
4015  {"getPasteConvertEndings", "getPasteConvertEndings(This)", "getPasteConvertEndings-1"},
4016  {"selectionDuplicate", "selectionDuplicate(This)", "selectionDuplicate-1"},
4017  {"setCaretLineBackAlpha", "setCaretLineBackAlpha(This, Alpha)", "setCaretLineBackAlpha-2"},
4018  {"getCaretLineBackAlpha", "getCaretLineBackAlpha(This)", "getCaretLineBackAlpha-1"},
4019  {"startRecord", "startRecord(This)", "startRecord-1"},
4020  {"stopRecord", "stopRecord(This)", "stopRecord-1"},
4021  {"setLexer", "setLexer(This, Lexer)", "setLexer-2"},
4022  {"getLexer", "getLexer(This)", "getLexer-1"},
4023  {"colourise", "colourise(This, Start, End)", "colourise-3"},
4024  {"setProperty", "setProperty(This, Key, Value)", "setProperty-3"},
4025  {"setKeyWords", "setKeyWords(This, KeyWordSet, KeyWords)", "setKeyWords-3"},
4026  {"setLexerLanguage", "setLexerLanguage(This, Language)", "setLexerLanguage-2"},
4027  {"getProperty", "getProperty(This, Key)", "getProperty-2"},
4028  {"getStyleBitsNeeded", "getStyleBitsNeeded(This)", "getStyleBitsNeeded-1"},
4029  {"getCurrentLine", "getCurrentLine(This)", "getCurrentLine-1"},
4030  {"styleSetSpec", "styleSetSpec(This, StyleNum, Spec)", "styleSetSpec-3"},
4031  {"styleSetFont", "styleSetFont(This, StyleNum, Font)", "styleSetFont-3"},
4032  {"styleSetFontAttr", "styleSetFontAttr(This, StyleNum, Size, FaceName, Bold, Italic,Underline)", "styleSetFontAttr-7"},
4033  {"styleSetFontAttr", "styleSetFontAttr(This, StyleNum, Size, FaceName, Bold, Italic,Underline,Options :: [Option])", "styleSetFontAttr-8"},
4034  {"styleSetCharacterSet", "styleSetCharacterSet(This, Style, CharacterSet)", "styleSetCharacterSet-3"},
4035  {"styleSetFontEncoding", "styleSetFontEncoding(This, Style, Encoding)", "styleSetFontEncoding-3"},
4036  {"cmdKeyExecute", "cmdKeyExecute(This, Cmd)", "cmdKeyExecute-2"},
4037  {"setMargins", "setMargins(This, Left, Right)", "setMargins-3"},
4038  {"getSelection", "getSelection(This)", "getSelection-1"},
4039  {"pointFromPosition", "pointFromPosition(This, Pos)", "pointFromPosition-2"},
4040  {"scrollToLine", "scrollToLine(This, Line)", "scrollToLine-2"},
4041  {"scrollToColumn", "scrollToColumn(This, Column)", "scrollToColumn-2"},
4042  {"setVScrollBar", "setVScrollBar(This, Bar)", "setVScrollBar-2"},
4043  {"setHScrollBar", "setHScrollBar(This, Bar)", "setHScrollBar-2"},
4044  {"getLastKeydownProcessed", "getLastKeydownProcessed(This)", "getLastKeydownProcessed-1"},
4045  {"setLastKeydownProcessed", "setLastKeydownProcessed(This, Val)", "setLastKeydownProcessed-2"},
4046  {"saveFile", "saveFile(This, Filename)", "saveFile-2"},
4047  {"loadFile", "loadFile(This, Filename)", "loadFile-2"},
4048  {"doDragOver", "doDragOver(This, X, Y, DefaultRes)", "doDragOver-4"},
4049  {"doDropText", "doDropText(This, X, Y, Data)", "doDropText-4"},
4050  {"getUseAntiAliasing", "getUseAntiAliasing(This)", "getUseAntiAliasing-1"},
4051  {"addTextRaw", "addTextRaw(This, Text)", "addTextRaw-2"},
4052  {"addTextRaw", "addTextRaw(This, Text, Options :: [Option])", "addTextRaw-3"},
4053  {"insertTextRaw", "insertTextRaw(This, Pos, Text)", "insertTextRaw-3"},
4054  {"getCurLineRaw", "getCurLineRaw(This)", "getCurLineRaw-1"},
4055  {"getLineRaw", "getLineRaw(This, Line)", "getLineRaw-2"},
4056  {"getSelectedTextRaw", "getSelectedTextRaw(This)", "getSelectedTextRaw-1"},
4057  {"getTextRangeRaw", "getTextRangeRaw(This, StartPos, EndPos)", "getTextRangeRaw-3"},
4058  {"setTextRaw", "setTextRaw(This, Text)", "setTextRaw-2"},
4059  {"getTextRaw", "getTextRaw(This)", "getTextRaw-1"},
4060  {"appendTextRaw", "appendTextRaw(This, Text)", "appendTextRaw-2"},
4061  {"appendTextRaw", "appendTextRaw(This, Text, Options :: [Option])", "appendTextRaw-3"}
4062]}.
4063{"wxStyledTextCtrl.html", {module, "wx"}, ["wxStyledTextCtrl"]}.
4064{"wxStyledTextEvent.html", {function, {"wx", "wxStyledTextEvent"}},
4065[
4066  {"getPosition", "getPosition(This)", "getPosition-1"},
4067  {"getKey", "getKey(This)", "getKey-1"},
4068  {"getModifiers", "getModifiers(This)", "getModifiers-1"},
4069  {"getModificationType", "getModificationType(This)", "getModificationType-1"},
4070  {"getText", "getText(This)", "getText-1"},
4071  {"getLength", "getLength(This)", "getLength-1"},
4072  {"getLinesAdded", "getLinesAdded(This)", "getLinesAdded-1"},
4073  {"getLine", "getLine(This)", "getLine-1"},
4074  {"getFoldLevelNow", "getFoldLevelNow(This)", "getFoldLevelNow-1"},
4075  {"getFoldLevelPrev", "getFoldLevelPrev(This)", "getFoldLevelPrev-1"},
4076  {"getMargin", "getMargin(This)", "getMargin-1"},
4077  {"getMessage", "getMessage(This)", "getMessage-1"},
4078  {"getWParam", "getWParam(This)", "getWParam-1"},
4079  {"getLParam", "getLParam(This)", "getLParam-1"},
4080  {"getListType", "getListType(This)", "getListType-1"},
4081  {"getX", "getX(This)", "getX-1"},
4082  {"getY", "getY(This)", "getY-1"},
4083  {"getDragText", "getDragText(This)", "getDragText-1"},
4084  {"getDragAllowMove", "getDragAllowMove(This)", "getDragAllowMove-1"},
4085  {"getDragResult", "getDragResult(This)", "getDragResult-1"},
4086  {"getShift", "getShift(This)", "getShift-1"},
4087  {"getControl", "getControl(This)", "getControl-1"},
4088  {"getAlt", "getAlt(This)", "getAlt-1"}
4089]}.
4090{"wxStyledTextEvent.html", {module, "wx"}, ["wxStyledTextEvent"]}.
4091{"wxSysColourChangedEvent.html", {function, {"wx", "wxSysColourChangedEvent"}},
4092[
4093]}.
4094{"wxSysColourChangedEvent.html", {module, "wx"}, ["wxSysColourChangedEvent"]}.
4095{"wxSystemOptions.html", {function, {"wx", "wxSystemOptions"}},
4096[
4097  {"getOption", "getOption(Name)", "getOption-1"},
4098  {"getOptionInt", "getOptionInt(Name)", "getOptionInt-1"},
4099  {"hasOption", "hasOption(Name)", "hasOption-1"},
4100  {"isFalse", "isFalse(Name)", "isFalse-1"},
4101  {"setOption", "setOption(Name, Value)", "setOption-2"},
4102  {"setOption", "setOption(Name, Value)", "setOption-2"}
4103]}.
4104{"wxSystemOptions.html", {module, "wx"}, ["wxSystemOptions"]}.
4105{"wxSystemSettings.html", {function, {"wx", "wxSystemSettings"}},
4106[
4107  {"getColour", "getColour(Index)", "getColour-1"},
4108  {"getFont", "getFont(Index)", "getFont-1"},
4109  {"getMetric", "getMetric(Index)", "getMetric-1"},
4110  {"getMetric", "getMetric(Index, Options :: [Option])", "getMetric-2"},
4111  {"getScreenType", "getScreenType()", "getScreenType-0"}
4112]}.
4113{"wxSystemSettings.html", {module, "wx"}, ["wxSystemSettings"]}.
4114{"wxTaskBarIconEvent.html", {function, {"wx", "wxTaskBarIconEvent"}},
4115[
4116]}.
4117{"wxTaskBarIconEvent.html", {module, "wx"}, ["wxTaskBarIconEvent"]}.
4118{"wxTaskBarIcon.html", {function, {"wx", "wxTaskBarIcon"}},
4119[
4120  {"new", "new(Options :: [Option])", "new-1"},
4121  {"destroy", "destroy(This :: wxTaskBarIcon())", "destroy-1"},
4122  {"popupMenu", "popupMenu(This, Menu)", "popupMenu-2"},
4123  {"removeIcon", "removeIcon(This)", "removeIcon-1"},
4124  {"setIcon", "setIcon(This, Icon)", "setIcon-2"},
4125  {"setIcon", "setIcon(This, Icon, Options :: [Option])", "setIcon-3"}
4126]}.
4127{"wxTaskBarIcon.html", {module, "wx"}, ["wxTaskBarIcon"]}.
4128{"wxTextAttr.html", {function, {"wx", "wxTextAttr"}},
4129[
4130  {"new", "new()", "new-0"},
4131  {"new", "new(ColText)", "new-1"},
4132  {"new", "new(Attr)", "new-1"},
4133  {"new", "new(ColText, Options :: [Option])", "new-2"},
4134  {"getAlignment", "getAlignment(This)", "getAlignment-1"},
4135  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
4136  {"getFont", "getFont(This)", "getFont-1"},
4137  {"getFontEncoding", "getFontEncoding(This)", "getFontEncoding-1"},
4138  {"getFontFaceName", "getFontFaceName(This)", "getFontFaceName-1"},
4139  {"getFontSize", "getFontSize(This)", "getFontSize-1"},
4140  {"getFontStyle", "getFontStyle(This)", "getFontStyle-1"},
4141  {"getFontUnderlined", "getFontUnderlined(This)", "getFontUnderlined-1"},
4142  {"getFontWeight", "getFontWeight(This)", "getFontWeight-1"},
4143  {"getLeftIndent", "getLeftIndent(This)", "getLeftIndent-1"},
4144  {"getLeftSubIndent", "getLeftSubIndent(This)", "getLeftSubIndent-1"},
4145  {"getRightIndent", "getRightIndent(This)", "getRightIndent-1"},
4146  {"getTabs", "getTabs(This)", "getTabs-1"},
4147  {"getTextColour", "getTextColour(This)", "getTextColour-1"},
4148  {"hasBackgroundColour", "hasBackgroundColour(This)", "hasBackgroundColour-1"},
4149  {"hasFont", "hasFont(This)", "hasFont-1"},
4150  {"hasTextColour", "hasTextColour(This)", "hasTextColour-1"},
4151  {"getFlags", "getFlags(This)", "getFlags-1"},
4152  {"isDefault", "isDefault(This)", "isDefault-1"},
4153  {"setAlignment", "setAlignment(This, Alignment)", "setAlignment-2"},
4154  {"setBackgroundColour", "setBackgroundColour(This, ColBack)", "setBackgroundColour-2"},
4155  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
4156  {"setFont", "setFont(This, Font)", "setFont-2"},
4157  {"setFont", "setFont(This, Font, Options :: [Option])", "setFont-3"},
4158  {"setFontEncoding", "setFontEncoding(This, Encoding)", "setFontEncoding-2"},
4159  {"setFontFaceName", "setFontFaceName(This, FaceName)", "setFontFaceName-2"},
4160  {"setFontFamily", "setFontFamily(This, Family)", "setFontFamily-2"},
4161  {"setFontSize", "setFontSize(This, PointSize)", "setFontSize-2"},
4162  {"setFontPointSize", "setFontPointSize(This, PointSize)", "setFontPointSize-2"},
4163  {"setFontPixelSize", "setFontPixelSize(This, PixelSize)", "setFontPixelSize-2"},
4164  {"setFontStyle", "setFontStyle(This, FontStyle)", "setFontStyle-2"},
4165  {"setFontUnderlined", "setFontUnderlined(This, Underlined)", "setFontUnderlined-2"},
4166  {"setFontWeight", "setFontWeight(This, FontWeight)", "setFontWeight-2"},
4167  {"setLeftIndent", "setLeftIndent(This, Indent)", "setLeftIndent-2"},
4168  {"setLeftIndent", "setLeftIndent(This, Indent, Options :: [Option])", "setLeftIndent-3"},
4169  {"setRightIndent", "setRightIndent(This, Indent)", "setRightIndent-2"},
4170  {"setTabs", "setTabs(This, Tabs)", "setTabs-2"},
4171  {"setTextColour", "setTextColour(This, ColText)", "setTextColour-2"},
4172  {"destroy", "destroy(This :: wxTextAttr())", "destroy-1"}
4173]}.
4174{"wxTextAttr.html", {module, "wx"}, ["wxTextAttr"]}.
4175{"wxTextCtrl.html", {function, {"wx", "wxTextCtrl"}},
4176[
4177  {"new", "new()", "new-0"},
4178  {"new", "new(Parent, Id)", "new-2"},
4179  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
4180  {"destroy", "destroy(This :: wxTextCtrl())", "destroy-1"},
4181  {"appendText", "appendText(This, Text)", "appendText-2"},
4182  {"canCopy", "canCopy(This)", "canCopy-1"},
4183  {"canCut", "canCut(This)", "canCut-1"},
4184  {"canPaste", "canPaste(This)", "canPaste-1"},
4185  {"canRedo", "canRedo(This)", "canRedo-1"},
4186  {"canUndo", "canUndo(This)", "canUndo-1"},
4187  {"clear", "clear(This)", "clear-1"},
4188  {"copy", "copy(This)", "copy-1"},
4189  {"create", "create(This, Parent, Id)", "create-3"},
4190  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
4191  {"cut", "cut(This)", "cut-1"},
4192  {"discardEdits", "discardEdits(This)", "discardEdits-1"},
4193  {"changeValue", "changeValue(This, Value)", "changeValue-2"},
4194  {"emulateKeyPress", "emulateKeyPress(This, Event)", "emulateKeyPress-2"},
4195  {"getDefaultStyle", "getDefaultStyle(This)", "getDefaultStyle-1"},
4196  {"getInsertionPoint", "getInsertionPoint(This)", "getInsertionPoint-1"},
4197  {"getLastPosition", "getLastPosition(This)", "getLastPosition-1"},
4198  {"getLineLength", "getLineLength(This, LineNo)", "getLineLength-2"},
4199  {"getLineText", "getLineText(This, LineNo)", "getLineText-2"},
4200  {"getNumberOfLines", "getNumberOfLines(This)", "getNumberOfLines-1"},
4201  {"getRange", "getRange(This, From, To)", "getRange-3"},
4202  {"getSelection", "getSelection(This)", "getSelection-1"},
4203  {"getStringSelection", "getStringSelection(This)", "getStringSelection-1"},
4204  {"getStyle", "getStyle(This, Position, Style)", "getStyle-3"},
4205  {"getValue", "getValue(This)", "getValue-1"},
4206  {"isEditable", "isEditable(This)", "isEditable-1"},
4207  {"isModified", "isModified(This)", "isModified-1"},
4208  {"isMultiLine", "isMultiLine(This)", "isMultiLine-1"},
4209  {"isSingleLine", "isSingleLine(This)", "isSingleLine-1"},
4210  {"loadFile", "loadFile(This, Filename)", "loadFile-2"},
4211  {"loadFile", "loadFile(This, Filename, Options :: [Option])", "loadFile-3"},
4212  {"markDirty", "markDirty(This)", "markDirty-1"},
4213  {"paste", "paste(This)", "paste-1"},
4214  {"positionToXY", "positionToXY(This, Pos)", "positionToXY-2"},
4215  {"redo", "redo(This)", "redo-1"},
4216  {"remove", "remove(This, From, To)", "remove-3"},
4217  {"replace", "replace(This, From, To, Value)", "replace-4"},
4218  {"saveFile", "saveFile(This)", "saveFile-1"},
4219  {"saveFile", "saveFile(This, Options :: [Option])", "saveFile-2"},
4220  {"setDefaultStyle", "setDefaultStyle(This, Style)", "setDefaultStyle-2"},
4221  {"setEditable", "setEditable(This, Editable)", "setEditable-2"},
4222  {"setInsertionPoint", "setInsertionPoint(This, Pos)", "setInsertionPoint-2"},
4223  {"setInsertionPointEnd", "setInsertionPointEnd(This)", "setInsertionPointEnd-1"},
4224  {"setMaxLength", "setMaxLength(This, Len)", "setMaxLength-2"},
4225  {"setSelection", "setSelection(This, From, To)", "setSelection-3"},
4226  {"setStyle", "setStyle(This, Start, End, Style)", "setStyle-4"},
4227  {"setValue", "setValue(This, Value)", "setValue-2"},
4228  {"showPosition", "showPosition(This, Pos)", "showPosition-2"},
4229  {"undo", "undo(This)", "undo-1"},
4230  {"writeText", "writeText(This, Text)", "writeText-2"},
4231  {"xYToPosition", "xYToPosition(This, X, Y)", "xYToPosition-3"}
4232]}.
4233{"wxTextCtrl.html", {module, "wx"}, ["wxTextCtrl"]}.
4234{"wxTextDataObject.html", {function, {"wx", "wxTextDataObject"}},
4235[
4236  {"new", "new()", "new-0"},
4237  {"new", "new(Options :: [Option])", "new-1"},
4238  {"getTextLength", "getTextLength(This)", "getTextLength-1"},
4239  {"getText", "getText(This)", "getText-1"},
4240  {"setText", "setText(This, StrText)", "setText-2"},
4241  {"destroy", "destroy(This :: wxTextDataObject())", "destroy-1"}
4242]}.
4243{"wxTextDataObject.html", {module, "wx"}, ["wxTextDataObject"]}.
4244{"wxTextEntryDialog.html", {function, {"wx", "wxTextEntryDialog"}},
4245[
4246  {"new", "new()", "new-0"},
4247  {"new", "new(Parent, Message)", "new-2"},
4248  {"new", "new(Parent, Message, Options :: [Option])", "new-3"},
4249  {"destroy", "destroy(This :: wxTextEntryDialog())", "destroy-1"},
4250  {"getValue", "getValue(This)", "getValue-1"},
4251  {"setValue", "setValue(This, Value)", "setValue-2"}
4252]}.
4253{"wxTextEntryDialog.html", {module, "wx"}, ["wxTextEntryDialog"]}.
4254{"wxToggleButton.html", {function, {"wx", "wxToggleButton"}},
4255[
4256  {"new", "new()", "new-0"},
4257  {"new", "new(Parent, Id, Label)", "new-3"},
4258  {"new", "new(Parent, Id, Label, Options :: [Option])", "new-4"},
4259  {"destroy", "destroy(This :: wxToggleButton())", "destroy-1"},
4260  {"create", "create(This, Parent, Id, Label)", "create-4"},
4261  {"create", "create(This, Parent, Id, Label, Options :: [Option])", "create-5"},
4262  {"getValue", "getValue(This)", "getValue-1"},
4263  {"setValue", "setValue(This, State)", "setValue-2"}
4264]}.
4265{"wxToggleButton.html", {module, "wx"}, ["wxToggleButton"]}.
4266{"wxToolBar.html", {function, {"wx", "wxToolBar"}},
4267[
4268  {"addControl", "addControl(This, Control)", "addControl-2"},
4269  {"addControl", "addControl(This, Control, Options :: [Option])", "addControl-3"},
4270  {"addSeparator", "addSeparator(This)", "addSeparator-1"},
4271  {"addTool", "addTool(This, Tool)", "addTool-2"},
4272  {"addTool", "addTool(This, ToolId, Label, Bitmap)", "addTool-4"},
4273  {"addTool", "addTool(This, ToolId, Label, Bitmap, BmpDisabled)", "addTool-5"},
4274  {"addTool", "addTool(This, ToolId, Label, Bitmap, BmpDisabled :: [Option])", "addTool-5"},
4275  {"addTool", "addTool(This, ToolId, Label, Bitmap, BmpDisabled,Options :: [Option])", "addTool-6"},
4276  {"addCheckTool", "addCheckTool(This, ToolId, Label, Bitmap1)", "addCheckTool-4"},
4277  {"addCheckTool", "addCheckTool(This, ToolId, Label, Bitmap1, Options :: [Option])", "addCheckTool-5"},
4278  {"addRadioTool", "addRadioTool(This, ToolId, Label, Bitmap1)", "addRadioTool-4"},
4279  {"addRadioTool", "addRadioTool(This, ToolId, Label, Bitmap1, Options :: [Option])", "addRadioTool-5"},
4280  {"addStretchableSpace", "addStretchableSpace(This)", "addStretchableSpace-1"},
4281  {"insertStretchableSpace", "insertStretchableSpace(This, Pos)", "insertStretchableSpace-2"},
4282  {"deleteTool", "deleteTool(This, ToolId)", "deleteTool-2"},
4283  {"deleteToolByPos", "deleteToolByPos(This, Pos)", "deleteToolByPos-2"},
4284  {"enableTool", "enableTool(This, ToolId, Enable)", "enableTool-3"},
4285  {"findById", "findById(This, Id)", "findById-2"},
4286  {"findControl", "findControl(This, Id)", "findControl-2"},
4287  {"findToolForPosition", "findToolForPosition(This, X, Y)", "findToolForPosition-3"},
4288  {"getToolSize", "getToolSize(This)", "getToolSize-1"},
4289  {"getToolBitmapSize", "getToolBitmapSize(This)", "getToolBitmapSize-1"},
4290  {"getMargins", "getMargins(This)", "getMargins-1"},
4291  {"getToolEnabled", "getToolEnabled(This, ToolId)", "getToolEnabled-2"},
4292  {"getToolLongHelp", "getToolLongHelp(This, ToolId)", "getToolLongHelp-2"},
4293  {"getToolPacking", "getToolPacking(This)", "getToolPacking-1"},
4294  {"getToolPos", "getToolPos(This, ToolId)", "getToolPos-2"},
4295  {"getToolSeparation", "getToolSeparation(This)", "getToolSeparation-1"},
4296  {"getToolShortHelp", "getToolShortHelp(This, ToolId)", "getToolShortHelp-2"},
4297  {"getToolState", "getToolState(This, ToolId)", "getToolState-2"},
4298  {"insertControl", "insertControl(This, Pos, Control)", "insertControl-3"},
4299  {"insertControl", "insertControl(This, Pos, Control, Options :: [Option])", "insertControl-4"},
4300  {"insertSeparator", "insertSeparator(This, Pos)", "insertSeparator-2"},
4301  {"insertTool", "insertTool(This, Pos, Tool)", "insertTool-3"},
4302  {"insertTool", "insertTool(This, Pos, ToolId, Label, Bitmap)", "insertTool-5"},
4303  {"insertTool", "insertTool(This, Pos, ToolId, Label, Bitmap, Options :: [Option])", "insertTool-6"},
4304  {"realize", "realize(This)", "realize-1"},
4305  {"removeTool", "removeTool(This, Id)", "removeTool-2"},
4306  {"setMargins", "setMargins(This, X, Y)", "setMargins-3"},
4307  {"setToolBitmapSize", "setToolBitmapSize(This, Size)", "setToolBitmapSize-2"},
4308  {"setToolLongHelp", "setToolLongHelp(This, ToolId, HelpString)", "setToolLongHelp-3"},
4309  {"setToolPacking", "setToolPacking(This, Packing)", "setToolPacking-2"},
4310  {"setToolShortHelp", "setToolShortHelp(This, ToolId, HelpString)", "setToolShortHelp-3"},
4311  {"setToolSeparation", "setToolSeparation(This, Separation)", "setToolSeparation-2"},
4312  {"toggleTool", "toggleTool(This, ToolId, Toggle)", "toggleTool-3"}
4313]}.
4314{"wxToolBar.html", {module, "wx"}, ["wxToolBar"]}.
4315{"wxToolbook.html", {function, {"wx", "wxToolbook"}},
4316[
4317  {"new", "new()", "new-0"},
4318  {"new", "new(Parent, Id)", "new-2"},
4319  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
4320  {"addPage", "addPage(This, Page, Text)", "addPage-3"},
4321  {"addPage", "addPage(This, Page, Text, Options :: [Option])", "addPage-4"},
4322  {"advanceSelection", "advanceSelection(This)", "advanceSelection-1"},
4323  {"advanceSelection", "advanceSelection(This, Options :: [Option])", "advanceSelection-2"},
4324  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
4325  {"create", "create(This, Parent, Id)", "create-3"},
4326  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
4327  {"deleteAllPages", "deleteAllPages(This)", "deleteAllPages-1"},
4328  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
4329  {"getImageList", "getImageList(This)", "getImageList-1"},
4330  {"getPage", "getPage(This, Page)", "getPage-2"},
4331  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
4332  {"getPageImage", "getPageImage(This, NPage)", "getPageImage-2"},
4333  {"getPageText", "getPageText(This, NPage)", "getPageText-2"},
4334  {"getSelection", "getSelection(This)", "getSelection-1"},
4335  {"hitTest", "hitTest(This, Pt)", "hitTest-2"},
4336  {"insertPage", "insertPage(This, Index, Page, Text)", "insertPage-4"},
4337  {"insertPage", "insertPage(This, Index, Page, Text, Options :: [Option])", "insertPage-5"},
4338  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
4339  {"setPageSize", "setPageSize(This, Size)", "setPageSize-2"},
4340  {"setPageImage", "setPageImage(This, Page, Image)", "setPageImage-3"},
4341  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"},
4342  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
4343  {"changeSelection", "changeSelection(This, Page)", "changeSelection-2"},
4344  {"destroy", "destroy(This :: wxToolbook())", "destroy-1"}
4345]}.
4346{"wxToolbook.html", {module, "wx"}, ["wxToolbook"]}.
4347{"wxToolTip.html", {function, {"wx", "wxToolTip"}},
4348[
4349  {"enable", "enable(Flag)", "enable-1"},
4350  {"setDelay", "setDelay(Msecs)", "setDelay-1"},
4351  {"new", "new(Tip)", "new-1"},
4352  {"setTip", "setTip(This, Tip)", "setTip-2"},
4353  {"getTip", "getTip(This)", "getTip-1"},
4354  {"getWindow", "getWindow(This)", "getWindow-1"},
4355  {"destroy", "destroy(This :: wxToolTip())", "destroy-1"}
4356]}.
4357{"wxToolTip.html", {module, "wx"}, ["wxToolTip"]}.
4358{"wxTopLevelWindow.html", {function, {"wx", "wxTopLevelWindow"}},
4359[
4360  {"getIcon", "getIcon(This)", "getIcon-1"},
4361  {"getIcons", "getIcons(This)", "getIcons-1"},
4362  {"getTitle", "getTitle(This)", "getTitle-1"},
4363  {"isActive", "isActive(This)", "isActive-1"},
4364  {"iconize", "iconize(This)", "iconize-1"},
4365  {"iconize", "iconize(This, Options :: [Option])", "iconize-2"},
4366  {"isFullScreen", "isFullScreen(This)", "isFullScreen-1"},
4367  {"isIconized", "isIconized(This)", "isIconized-1"},
4368  {"isMaximized", "isMaximized(This)", "isMaximized-1"},
4369  {"maximize", "maximize(This)", "maximize-1"},
4370  {"maximize", "maximize(This, Options :: [Option])", "maximize-2"},
4371  {"requestUserAttention", "requestUserAttention(This)", "requestUserAttention-1"},
4372  {"requestUserAttention", "requestUserAttention(This, Options :: [Option])", "requestUserAttention-2"},
4373  {"setIcon", "setIcon(This, Icon)", "setIcon-2"},
4374  {"setIcons", "setIcons(This, Icons)", "setIcons-2"},
4375  {"centerOnScreen", "centerOnScreen(This)", "centerOnScreen-1"},
4376  {"centreOnScreen", "centreOnScreen(This)", "centreOnScreen-1"},
4377  {"centerOnScreen", "centerOnScreen(This, Options :: [Option])", "centerOnScreen-2"},
4378  {"centreOnScreen", "centreOnScreen(This, Options :: [Option])", "centreOnScreen-2"},
4379  {"setShape", "setShape(This, Region)", "setShape-2"},
4380  {"setTitle", "setTitle(This, Title)", "setTitle-2"},
4381  {"showFullScreen", "showFullScreen(This, Show)", "showFullScreen-2"},
4382  {"showFullScreen", "showFullScreen(This, Show, Options :: [Option])", "showFullScreen-3"}
4383]}.
4384{"wxTopLevelWindow.html", {module, "wx"}, ["wxTopLevelWindow"]}.
4385{"wxTreebook.html", {function, {"wx", "wxTreebook"}},
4386[
4387  {"new", "new()", "new-0"},
4388  {"new", "new(Parent, Id)", "new-2"},
4389  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
4390  {"destroy", "destroy(This :: wxTreebook())", "destroy-1"},
4391  {"addPage", "addPage(This, Page, Text)", "addPage-3"},
4392  {"addPage", "addPage(This, Page, Text, Options :: [Option])", "addPage-4"},
4393  {"advanceSelection", "advanceSelection(This)", "advanceSelection-1"},
4394  {"advanceSelection", "advanceSelection(This, Options :: [Option])", "advanceSelection-2"},
4395  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
4396  {"create", "create(This, Parent, Id)", "create-3"},
4397  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
4398  {"deleteAllPages", "deleteAllPages(This)", "deleteAllPages-1"},
4399  {"getCurrentPage", "getCurrentPage(This)", "getCurrentPage-1"},
4400  {"getImageList", "getImageList(This)", "getImageList-1"},
4401  {"getPage", "getPage(This, Page)", "getPage-2"},
4402  {"getPageCount", "getPageCount(This)", "getPageCount-1"},
4403  {"getPageImage", "getPageImage(This, NPage)", "getPageImage-2"},
4404  {"getPageText", "getPageText(This, NPage)", "getPageText-2"},
4405  {"getSelection", "getSelection(This)", "getSelection-1"},
4406  {"expandNode", "expandNode(This, PageId)", "expandNode-2"},
4407  {"expandNode", "expandNode(This, PageId, Options :: [Option])", "expandNode-3"},
4408  {"isNodeExpanded", "isNodeExpanded(This, PageId)", "isNodeExpanded-2"},
4409  {"hitTest", "hitTest(This, Pt)", "hitTest-2"},
4410  {"insertPage", "insertPage(This, PagePos, Page, Text)", "insertPage-4"},
4411  {"insertPage", "insertPage(This, PagePos, Page, Text, Options :: [Option])", "insertPage-5"},
4412  {"insertSubPage", "insertSubPage(This, PagePos, Page, Text)", "insertSubPage-4"},
4413  {"insertSubPage", "insertSubPage(This, PagePos, Page, Text, Options :: [Option])", "insertSubPage-5"},
4414  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
4415  {"setPageSize", "setPageSize(This, Size)", "setPageSize-2"},
4416  {"setPageImage", "setPageImage(This, Page, Image)", "setPageImage-3"},
4417  {"setPageText", "setPageText(This, Page, Text)", "setPageText-3"},
4418  {"setSelection", "setSelection(This, Page)", "setSelection-2"},
4419  {"changeSelection", "changeSelection(This, Page)", "changeSelection-2"}
4420]}.
4421{"wxTreebook.html", {module, "wx"}, ["wxTreebook"]}.
4422{"wxTreeCtrl.html", {function, {"wx", "wxTreeCtrl"}},
4423[
4424  {"new", "new()", "new-0"},
4425  {"new", "new(Parent)", "new-1"},
4426  {"new", "new(Parent, Options :: [Option])", "new-2"},
4427  {"destroy", "destroy(This :: wxTreeCtrl())", "destroy-1"},
4428  {"addRoot", "addRoot(This, Text)", "addRoot-2"},
4429  {"addRoot", "addRoot(This, Text, Options :: [Option])", "addRoot-3"},
4430  {"appendItem", "appendItem(This, Parent, Text)", "appendItem-3"},
4431  {"appendItem", "appendItem(This, Parent, Text, Options :: [Option])", "appendItem-4"},
4432  {"assignImageList", "assignImageList(This, ImageList)", "assignImageList-2"},
4433  {"assignStateImageList", "assignStateImageList(This, ImageList)", "assignStateImageList-2"},
4434  {"collapse", "collapse(This, Item)", "collapse-2"},
4435  {"collapseAndReset", "collapseAndReset(This, Item)", "collapseAndReset-2"},
4436  {"create", "create(This, Parent)", "create-2"},
4437  {"create", "create(This, Parent, Options :: [Option])", "create-3"},
4438  {"delete", "delete(This, Item)", "delete-2"},
4439  {"deleteAllItems", "deleteAllItems(This)", "deleteAllItems-1"},
4440  {"deleteChildren", "deleteChildren(This, Item)", "deleteChildren-2"},
4441  {"editLabel", "editLabel(This, Item)", "editLabel-2"},
4442  {"ensureVisible", "ensureVisible(This, Item)", "ensureVisible-2"},
4443  {"expand", "expand(This, Item)", "expand-2"},
4444  {"getBoundingRect", "getBoundingRect(This, Item)", "getBoundingRect-2"},
4445  {"getBoundingRect", "getBoundingRect(This, Item, Options :: [Option])", "getBoundingRect-3"},
4446  {"getChildrenCount", "getChildrenCount(This, Item)", "getChildrenCount-2"},
4447  {"getChildrenCount", "getChildrenCount(This, Item, Options :: [Option])", "getChildrenCount-3"},
4448  {"getCount", "getCount(This)", "getCount-1"},
4449  {"getEditControl", "getEditControl(This)", "getEditControl-1"},
4450  {"getFirstChild", "getFirstChild(This, Item)", "getFirstChild-2"},
4451  {"getNextChild", "getNextChild(This, Item, Cookie)", "getNextChild-3"},
4452  {"getFirstVisibleItem", "getFirstVisibleItem(This)", "getFirstVisibleItem-1"},
4453  {"getImageList", "getImageList(This)", "getImageList-1"},
4454  {"getIndent", "getIndent(This)", "getIndent-1"},
4455  {"getItemBackgroundColour", "getItemBackgroundColour(This, Item)", "getItemBackgroundColour-2"},
4456  {"getItemData", "getItemData(This, Item)", "getItemData-2"},
4457  {"getItemFont", "getItemFont(This, Item)", "getItemFont-2"},
4458  {"getItemImage", "getItemImage(This, Item)", "getItemImage-2"},
4459  {"getItemImage", "getItemImage(This, Item, Options :: [Option])", "getItemImage-3"},
4460  {"getItemText", "getItemText(This, Item)", "getItemText-2"},
4461  {"getItemTextColour", "getItemTextColour(This, Item)", "getItemTextColour-2"},
4462  {"getLastChild", "getLastChild(This, Item)", "getLastChild-2"},
4463  {"getNextSibling", "getNextSibling(This, Item)", "getNextSibling-2"},
4464  {"getNextVisible", "getNextVisible(This, Item)", "getNextVisible-2"},
4465  {"getItemParent", "getItemParent(This, Item)", "getItemParent-2"},
4466  {"getPrevSibling", "getPrevSibling(This, Item)", "getPrevSibling-2"},
4467  {"getPrevVisible", "getPrevVisible(This, Item)", "getPrevVisible-2"},
4468  {"getRootItem", "getRootItem(This)", "getRootItem-1"},
4469  {"getSelection", "getSelection(This)", "getSelection-1"},
4470  {"getSelections", "getSelections(This)", "getSelections-1"},
4471  {"getStateImageList", "getStateImageList(This)", "getStateImageList-1"},
4472  {"hitTest", "hitTest(This, Point)", "hitTest-2"},
4473  {"insertItem", "insertItem(This, Parent, Previous, Text)", "insertItem-4"},
4474  {"insertItem", "insertItem(This, Parent, Previous, Text, Options :: [Option])", "insertItem-5"},
4475  {"isBold", "isBold(This, Item)", "isBold-2"},
4476  {"isExpanded", "isExpanded(This, Item)", "isExpanded-2"},
4477  {"isSelected", "isSelected(This, Item)", "isSelected-2"},
4478  {"isVisible", "isVisible(This, Item)", "isVisible-2"},
4479  {"itemHasChildren", "itemHasChildren(This, Item)", "itemHasChildren-2"},
4480  {"isTreeItemIdOk", "isTreeItemIdOk(Item)", "isTreeItemIdOk-1"},
4481  {"prependItem", "prependItem(This, Parent, Text)", "prependItem-3"},
4482  {"prependItem", "prependItem(This, Parent, Text, Options :: [Option])", "prependItem-4"},
4483  {"scrollTo", "scrollTo(This, Item)", "scrollTo-2"},
4484  {"selectItem", "selectItem(This, Item)", "selectItem-2"},
4485  {"selectItem", "selectItem(This, Item, Options :: [Option])", "selectItem-3"},
4486  {"setIndent", "setIndent(This, Indent)", "setIndent-2"},
4487  {"setImageList", "setImageList(This, ImageList)", "setImageList-2"},
4488  {"setItemBackgroundColour", "setItemBackgroundColour(This, Item, Col)", "setItemBackgroundColour-3"},
4489  {"setItemBold", "setItemBold(This, Item)", "setItemBold-2"},
4490  {"setItemBold", "setItemBold(This, Item, Options :: [Option])", "setItemBold-3"},
4491  {"setItemData", "setItemData(This, Item, Data)", "setItemData-3"},
4492  {"setItemDropHighlight", "setItemDropHighlight(This, Item)", "setItemDropHighlight-2"},
4493  {"setItemDropHighlight", "setItemDropHighlight(This, Item, Options :: [Option])", "setItemDropHighlight-3"},
4494  {"setItemFont", "setItemFont(This, Item, Font)", "setItemFont-3"},
4495  {"setItemHasChildren", "setItemHasChildren(This, Item)", "setItemHasChildren-2"},
4496  {"setItemHasChildren", "setItemHasChildren(This, Item, Options :: [Option])", "setItemHasChildren-3"},
4497  {"setItemImage", "setItemImage(This, Item, Image)", "setItemImage-3"},
4498  {"setItemImage", "setItemImage(This, Item, Image, Options :: [Option])", "setItemImage-4"},
4499  {"setItemText", "setItemText(This, Item, Text)", "setItemText-3"},
4500  {"setItemTextColour", "setItemTextColour(This, Item, Col)", "setItemTextColour-3"},
4501  {"setStateImageList", "setStateImageList(This, ImageList)", "setStateImageList-2"},
4502  {"setWindowStyle", "setWindowStyle(This, Styles)", "setWindowStyle-2"},
4503  {"sortChildren", "sortChildren(This, Item)", "sortChildren-2"},
4504  {"toggle", "toggle(This, Item)", "toggle-2"},
4505  {"toggleItemSelection", "toggleItemSelection(This, Item)", "toggleItemSelection-2"},
4506  {"unselect", "unselect(This)", "unselect-1"},
4507  {"unselectAll", "unselectAll(This)", "unselectAll-1"},
4508  {"unselectItem", "unselectItem(This, Item)", "unselectItem-2"}
4509]}.
4510{"wxTreeCtrl.html", {module, "wx"}, ["wxTreeCtrl"]}.
4511{"wxTreeEvent.html", {function, {"wx", "wxTreeEvent"}},
4512[
4513  {"getKeyCode", "getKeyCode(This)", "getKeyCode-1"},
4514  {"getItem", "getItem(This)", "getItem-1"},
4515  {"getKeyEvent", "getKeyEvent(This)", "getKeyEvent-1"},
4516  {"getLabel", "getLabel(This)", "getLabel-1"},
4517  {"getOldItem", "getOldItem(This)", "getOldItem-1"},
4518  {"getPoint", "getPoint(This)", "getPoint-1"},
4519  {"isEditCancelled", "isEditCancelled(This)", "isEditCancelled-1"},
4520  {"setToolTip", "setToolTip(This, Tooltip)", "setToolTip-2"}
4521]}.
4522{"wxTreeEvent.html", {module, "wx"}, ["wxTreeEvent"]}.
4523{"wxUpdateUIEvent.html", {function, {"wx", "wxUpdateUIEvent"}},
4524[
4525  {"canUpdate", "canUpdate(Window)", "canUpdate-1"},
4526  {"check", "check(This, Check)", "check-2"},
4527  {"enable", "enable(This, Enable)", "enable-2"},
4528  {"show", "show(This, Show)", "show-2"},
4529  {"getChecked", "getChecked(This)", "getChecked-1"},
4530  {"getEnabled", "getEnabled(This)", "getEnabled-1"},
4531  {"getShown", "getShown(This)", "getShown-1"},
4532  {"getSetChecked", "getSetChecked(This)", "getSetChecked-1"},
4533  {"getSetEnabled", "getSetEnabled(This)", "getSetEnabled-1"},
4534  {"getSetShown", "getSetShown(This)", "getSetShown-1"},
4535  {"getSetText", "getSetText(This)", "getSetText-1"},
4536  {"getText", "getText(This)", "getText-1"},
4537  {"getMode", "getMode()", "getMode-0"},
4538  {"getUpdateInterval", "getUpdateInterval()", "getUpdateInterval-0"},
4539  {"resetUpdateTime", "resetUpdateTime()", "resetUpdateTime-0"},
4540  {"setMode", "setMode(Mode)", "setMode-1"},
4541  {"setText", "setText(This, Text)", "setText-2"},
4542  {"setUpdateInterval", "setUpdateInterval(UpdateInterval)", "setUpdateInterval-1"}
4543]}.
4544{"wxUpdateUIEvent.html", {module, "wx"}, ["wxUpdateUIEvent"]}.
4545{"wxWebViewEvent.html", {function, {"wx", "wxWebViewEvent"}},
4546[
4547  {"getString", "getString(This)", "getString-1"},
4548  {"getInt", "getInt(This)", "getInt-1"},
4549  {"getTarget", "getTarget(This)", "getTarget-1"},
4550  {"getURL", "getURL(This)", "getURL-1"}
4551]}.
4552{"wxWebViewEvent.html", {module, "wx"}, ["wxWebViewEvent"]}.
4553{"wxWebView.html", {function, {"wx", "wxWebView"}},
4554[
4555  {"new", "new(Parent, Id)", "new-2"},
4556  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
4557  {"getCurrentTitle", "getCurrentTitle(This)", "getCurrentTitle-1"},
4558  {"getCurrentURL", "getCurrentURL(This)", "getCurrentURL-1"},
4559  {"getPageSource", "getPageSource(This)", "getPageSource-1"},
4560  {"getPageText", "getPageText(This)", "getPageText-1"},
4561  {"isBusy", "isBusy(This)", "isBusy-1"},
4562  {"isEditable", "isEditable(This)", "isEditable-1"},
4563  {"loadURL", "loadURL(This, Url)", "loadURL-2"},
4564  {"print", "print(This)", "print-1"},
4565  {"reload", "reload(This)", "reload-1"},
4566  {"reload", "reload(This, Options :: [Option])", "reload-2"},
4567  {"runScript", "runScript(This, Javascript)", "runScript-2"},
4568  {"setEditable", "setEditable(This)", "setEditable-1"},
4569  {"setEditable", "setEditable(This, Options :: [Option])", "setEditable-2"},
4570  {"setPage", "setPage(This, Html, BaseUrl)", "setPage-3"},
4571  {"stop", "stop(This)", "stop-1"},
4572  {"canCopy", "canCopy(This)", "canCopy-1"},
4573  {"canCut", "canCut(This)", "canCut-1"},
4574  {"canPaste", "canPaste(This)", "canPaste-1"},
4575  {"copy", "copy(This)", "copy-1"},
4576  {"cut", "cut(This)", "cut-1"},
4577  {"paste", "paste(This)", "paste-1"},
4578  {"enableContextMenu", "enableContextMenu(This)", "enableContextMenu-1"},
4579  {"enableContextMenu", "enableContextMenu(This, Options :: [Option])", "enableContextMenu-2"},
4580  {"isContextMenuEnabled", "isContextMenuEnabled(This)", "isContextMenuEnabled-1"},
4581  {"canGoBack", "canGoBack(This)", "canGoBack-1"},
4582  {"canGoForward", "canGoForward(This)", "canGoForward-1"},
4583  {"clearHistory", "clearHistory(This)", "clearHistory-1"},
4584  {"enableHistory", "enableHistory(This)", "enableHistory-1"},
4585  {"enableHistory", "enableHistory(This, Options :: [Option])", "enableHistory-2"},
4586  {"goBack", "goBack(This)", "goBack-1"},
4587  {"goForward", "goForward(This)", "goForward-1"},
4588  {"clearSelection", "clearSelection(This)", "clearSelection-1"},
4589  {"deleteSelection", "deleteSelection(This)", "deleteSelection-1"},
4590  {"getSelectedSource", "getSelectedSource(This)", "getSelectedSource-1"},
4591  {"getSelectedText", "getSelectedText(This)", "getSelectedText-1"},
4592  {"hasSelection", "hasSelection(This)", "hasSelection-1"},
4593  {"selectAll", "selectAll(This)", "selectAll-1"},
4594  {"canRedo", "canRedo(This)", "canRedo-1"},
4595  {"canUndo", "canUndo(This)", "canUndo-1"},
4596  {"redo", "redo(This)", "redo-1"},
4597  {"undo", "undo(This)", "undo-1"},
4598  {"find", "find(This, Text)", "find-2"},
4599  {"find", "find(This, Text, Options :: [Option])", "find-3"},
4600  {"canSetZoomType", "canSetZoomType(This, Type)", "canSetZoomType-2"},
4601  {"getZoom", "getZoom(This)", "getZoom-1"},
4602  {"getZoomType", "getZoomType(This)", "getZoomType-1"},
4603  {"setZoom", "setZoom(This, Zoom)", "setZoom-2"},
4604  {"setZoomType", "setZoomType(This, ZoomType)", "setZoomType-2"},
4605  {"getZoomFactor", "getZoomFactor(This)", "getZoomFactor-1"},
4606  {"setZoomFactor", "setZoomFactor(This, Zoom)", "setZoomFactor-2"},
4607  {"isBackendAvailable", "isBackendAvailable(Backend)", "isBackendAvailable-1"}
4608]}.
4609{"wxWebView.html", {module, "wx"}, ["wxWebView"]}.
4610{"wxWindowCreateEvent.html", {function, {"wx", "wxWindowCreateEvent"}},
4611[
4612]}.
4613{"wxWindowCreateEvent.html", {module, "wx"}, ["wxWindowCreateEvent"]}.
4614{"wxWindowDC.html", {function, {"wx", "wxWindowDC"}},
4615[
4616  {"new", "new(Window)", "new-1"},
4617  {"destroy", "destroy(This :: wxWindowDC())", "destroy-1"}
4618]}.
4619{"wxWindowDC.html", {module, "wx"}, ["wxWindowDC"]}.
4620{"wxWindowDestroyEvent.html", {function, {"wx", "wxWindowDestroyEvent"}},
4621[
4622]}.
4623{"wxWindowDestroyEvent.html", {module, "wx"}, ["wxWindowDestroyEvent"]}.
4624{"wxWindow.html", {function, {"wx", "wxWindow"}},
4625[
4626  {"new", "new()", "new-0"},
4627  {"new", "new(Parent, Id)", "new-2"},
4628  {"new", "new(Parent, Id, Options :: [Option])", "new-3"},
4629  {"destroy", "destroy(This :: wxWindow())", "destroy-1"},
4630  {"create", "create(This, Parent, Id)", "create-3"},
4631  {"create", "create(This, Parent, Id, Options :: [Option])", "create-4"},
4632  {"cacheBestSize", "cacheBestSize(This, Size)", "cacheBestSize-2"},
4633  {"captureMouse", "captureMouse(This)", "captureMouse-1"},
4634  {"center", "center(This)", "center-1"},
4635  {"centre", "centre(This)", "centre-1"},
4636  {"center", "center(This, Options :: [Option])", "center-2"},
4637  {"centre", "centre(This, Options :: [Option])", "centre-2"},
4638  {"centerOnParent", "centerOnParent(This)", "centerOnParent-1"},
4639  {"centreOnParent", "centreOnParent(This)", "centreOnParent-1"},
4640  {"centerOnParent", "centerOnParent(This, Options :: [Option])", "centerOnParent-2"},
4641  {"centreOnParent", "centreOnParent(This, Options :: [Option])", "centreOnParent-2"},
4642  {"clearBackground", "clearBackground(This)", "clearBackground-1"},
4643  {"clientToScreen", "clientToScreen(This, Pt)", "clientToScreen-2"},
4644  {"clientToScreen", "clientToScreen(This, X, Y)", "clientToScreen-3"},
4645  {"close", "close(This)", "close-1"},
4646  {"close", "close(This, Options :: [Option])", "close-2"},
4647  {"convertDialogToPixels", "convertDialogToPixels(This, Sz)", "convertDialogToPixels-2"},
4648  {"convertPixelsToDialog", "convertPixelsToDialog(This, Sz)", "convertPixelsToDialog-2"},
4649  {"'Destroy'", "'Destroy'(This)", "'Destroy'-1"},
4650  {"destroyChildren", "destroyChildren(This)", "destroyChildren-1"},
4651  {"disable", "disable(This)", "disable-1"},
4652  {"dragAcceptFiles", "dragAcceptFiles(This, Accept)", "dragAcceptFiles-2"},
4653  {"enable", "enable(This)", "enable-1"},
4654  {"enable", "enable(This, Options :: [Option])", "enable-2"},
4655  {"findFocus", "findFocus()", "findFocus-0"},
4656  {"findWindow", "findWindow(This, Id)", "findWindow-2"},
4657  {"findWindow", "findWindow(This, Name)", "findWindow-2"},
4658  {"findWindowById", "findWindowById(Id)", "findWindowById-1"},
4659  {"findWindowById", "findWindowById(Id, Options :: [Option])", "findWindowById-2"},
4660  {"findWindowByName", "findWindowByName(Name)", "findWindowByName-1"},
4661  {"findWindowByName", "findWindowByName(Name, Options :: [Option])", "findWindowByName-2"},
4662  {"findWindowByLabel", "findWindowByLabel(Label)", "findWindowByLabel-1"},
4663  {"findWindowByLabel", "findWindowByLabel(Label, Options :: [Option])", "findWindowByLabel-2"},
4664  {"fit", "fit(This)", "fit-1"},
4665  {"fitInside", "fitInside(This)", "fitInside-1"},
4666  {"freeze", "freeze(This)", "freeze-1"},
4667  {"getAcceleratorTable", "getAcceleratorTable(This)", "getAcceleratorTable-1"},
4668  {"getBackgroundColour", "getBackgroundColour(This)", "getBackgroundColour-1"},
4669  {"getBackgroundStyle", "getBackgroundStyle(This)", "getBackgroundStyle-1"},
4670  {"getBestSize", "getBestSize(This)", "getBestSize-1"},
4671  {"getCaret", "getCaret(This)", "getCaret-1"},
4672  {"getCapture", "getCapture()", "getCapture-0"},
4673  {"getCharHeight", "getCharHeight(This)", "getCharHeight-1"},
4674  {"getCharWidth", "getCharWidth(This)", "getCharWidth-1"},
4675  {"getChildren", "getChildren(This)", "getChildren-1"},
4676  {"getClientSize", "getClientSize(This)", "getClientSize-1"},
4677  {"getContainingSizer", "getContainingSizer(This)", "getContainingSizer-1"},
4678  {"getCursor", "getCursor(This)", "getCursor-1"},
4679  {"getDropTarget", "getDropTarget(This)", "getDropTarget-1"},
4680  {"getDPIScaleFactor", "getDPIScaleFactor(This)", "getDPIScaleFactor-1"},
4681  {"getExtraStyle", "getExtraStyle(This)", "getExtraStyle-1"},
4682  {"getFont", "getFont(This)", "getFont-1"},
4683  {"getForegroundColour", "getForegroundColour(This)", "getForegroundColour-1"},
4684  {"getGrandParent", "getGrandParent(This)", "getGrandParent-1"},
4685  {"getHandle", "getHandle(This)", "getHandle-1"},
4686  {"getHelpText", "getHelpText(This)", "getHelpText-1"},
4687  {"getId", "getId(This)", "getId-1"},
4688  {"getLabel", "getLabel(This)", "getLabel-1"},
4689  {"getMaxSize", "getMaxSize(This)", "getMaxSize-1"},
4690  {"getMinSize", "getMinSize(This)", "getMinSize-1"},
4691  {"getName", "getName(This)", "getName-1"},
4692  {"getParent", "getParent(This)", "getParent-1"},
4693  {"getPosition", "getPosition(This)", "getPosition-1"},
4694  {"getRect", "getRect(This)", "getRect-1"},
4695  {"getScreenPosition", "getScreenPosition(This)", "getScreenPosition-1"},
4696  {"getScreenRect", "getScreenRect(This)", "getScreenRect-1"},
4697  {"getScrollPos", "getScrollPos(This, Orientation)", "getScrollPos-2"},
4698  {"getScrollRange", "getScrollRange(This, Orientation)", "getScrollRange-2"},
4699  {"getScrollThumb", "getScrollThumb(This, Orientation)", "getScrollThumb-2"},
4700  {"getSize", "getSize(This)", "getSize-1"},
4701  {"getSizer", "getSizer(This)", "getSizer-1"},
4702  {"getTextExtent", "getTextExtent(This, String)", "getTextExtent-2"},
4703  {"getTextExtent", "getTextExtent(This, String, Options :: [Option])", "getTextExtent-3"},
4704  {"getThemeEnabled", "getThemeEnabled(This)", "getThemeEnabled-1"},
4705  {"getToolTip", "getToolTip(This)", "getToolTip-1"},
4706  {"getUpdateRegion", "getUpdateRegion(This)", "getUpdateRegion-1"},
4707  {"getVirtualSize", "getVirtualSize(This)", "getVirtualSize-1"},
4708  {"getWindowStyleFlag", "getWindowStyleFlag(This)", "getWindowStyleFlag-1"},
4709  {"getWindowVariant", "getWindowVariant(This)", "getWindowVariant-1"},
4710  {"hasCapture", "hasCapture(This)", "hasCapture-1"},
4711  {"hasScrollbar", "hasScrollbar(This, Orient)", "hasScrollbar-2"},
4712  {"hasTransparentBackground", "hasTransparentBackground(This)", "hasTransparentBackground-1"},
4713  {"hide", "hide(This)", "hide-1"},
4714  {"inheritAttributes", "inheritAttributes(This)", "inheritAttributes-1"},
4715  {"initDialog", "initDialog(This)", "initDialog-1"},
4716  {"invalidateBestSize", "invalidateBestSize(This)", "invalidateBestSize-1"},
4717  {"isFrozen", "isFrozen(This)", "isFrozen-1"},
4718  {"isEnabled", "isEnabled(This)", "isEnabled-1"},
4719  {"isExposed", "isExposed(This, Pt)", "isExposed-2"},
4720  {"isExposed", "isExposed(This, Rect)", "isExposed-2"},
4721  {"isExposed", "isExposed(This, X, Y)", "isExposed-3"},
4722  {"isExposed", "isExposed(This, X, Y, W, H)", "isExposed-5"},
4723  {"isRetained", "isRetained(This)", "isRetained-1"},
4724  {"isShown", "isShown(This)", "isShown-1"},
4725  {"isTopLevel", "isTopLevel(This)", "isTopLevel-1"},
4726  {"isShownOnScreen", "isShownOnScreen(This)", "isShownOnScreen-1"},
4727  {"layout", "layout(This)", "layout-1"},
4728  {"lineDown", "lineDown(This)", "lineDown-1"},
4729  {"lineUp", "lineUp(This)", "lineUp-1"},
4730  {"lower", "lower(This)", "lower-1"},
4731  {"move", "move(This, Pt)", "move-2"},
4732  {"move", "move(This, X, Y)", "move-3"},
4733  {"move", "move(This, Pt, Y :: [Option])", "move-3"},
4734  {"move", "move(This, X, Y, Options :: [Option])", "move-4"},
4735  {"moveAfterInTabOrder", "moveAfterInTabOrder(This, Win)", "moveAfterInTabOrder-2"},
4736  {"moveBeforeInTabOrder", "moveBeforeInTabOrder(This, Win)", "moveBeforeInTabOrder-2"},
4737  {"navigate", "navigate(This)", "navigate-1"},
4738  {"navigate", "navigate(This, Options :: [Option])", "navigate-2"},
4739  {"pageDown", "pageDown(This)", "pageDown-1"},
4740  {"pageUp", "pageUp(This)", "pageUp-1"},
4741  {"popupMenu", "popupMenu(This, Menu)", "popupMenu-2"},
4742  {"popupMenu", "popupMenu(This, Menu, Options :: [Option])", "popupMenu-3"},
4743  {"popupMenu", "popupMenu(This, Menu, X, Y)", "popupMenu-4"},
4744  {"raise", "raise(This)", "raise-1"},
4745  {"refresh", "refresh(This)", "refresh-1"},
4746  {"refresh", "refresh(This, Options :: [Option])", "refresh-2"},
4747  {"refreshRect", "refreshRect(This, Rect)", "refreshRect-2"},
4748  {"refreshRect", "refreshRect(This, Rect, Options :: [Option])", "refreshRect-3"},
4749  {"releaseMouse", "releaseMouse(This)", "releaseMouse-1"},
4750  {"removeChild", "removeChild(This, Child)", "removeChild-2"},
4751  {"reparent", "reparent(This, NewParent)", "reparent-2"},
4752  {"screenToClient", "screenToClient(This)", "screenToClient-1"},
4753  {"screenToClient", "screenToClient(This, Pt)", "screenToClient-2"},
4754  {"scrollLines", "scrollLines(This, Lines)", "scrollLines-2"},
4755  {"scrollPages", "scrollPages(This, Pages)", "scrollPages-2"},
4756  {"scrollWindow", "scrollWindow(This, Dx, Dy)", "scrollWindow-3"},
4757  {"scrollWindow", "scrollWindow(This, Dx, Dy, Options :: [Option])", "scrollWindow-4"},
4758  {"setAcceleratorTable", "setAcceleratorTable(This, Accel)", "setAcceleratorTable-2"},
4759  {"setAutoLayout", "setAutoLayout(This, AutoLayout)", "setAutoLayout-2"},
4760  {"setBackgroundColour", "setBackgroundColour(This, Colour)", "setBackgroundColour-2"},
4761  {"setBackgroundStyle", "setBackgroundStyle(This, Style)", "setBackgroundStyle-2"},
4762  {"setCaret", "setCaret(This, Caret)", "setCaret-2"},
4763  {"setClientSize", "setClientSize(This, Size)", "setClientSize-2"},
4764  {"setClientSize", "setClientSize(This, Rect)", "setClientSize-2"},
4765  {"setClientSize", "setClientSize(This, Width, Height)", "setClientSize-3"},
4766  {"setContainingSizer", "setContainingSizer(This, Sizer)", "setContainingSizer-2"},
4767  {"setCursor", "setCursor(This, Cursor)", "setCursor-2"},
4768  {"setMaxSize", "setMaxSize(This, Size)", "setMaxSize-2"},
4769  {"setMinSize", "setMinSize(This, Size)", "setMinSize-2"},
4770  {"setOwnBackgroundColour", "setOwnBackgroundColour(This, Colour)", "setOwnBackgroundColour-2"},
4771  {"setOwnFont", "setOwnFont(This, Font)", "setOwnFont-2"},
4772  {"setOwnForegroundColour", "setOwnForegroundColour(This, Colour)", "setOwnForegroundColour-2"},
4773  {"setDropTarget", "setDropTarget(This, Target)", "setDropTarget-2"},
4774  {"setExtraStyle", "setExtraStyle(This, ExStyle)", "setExtraStyle-2"},
4775  {"setFocus", "setFocus(This)", "setFocus-1"},
4776  {"setFocusFromKbd", "setFocusFromKbd(This)", "setFocusFromKbd-1"},
4777  {"setFont", "setFont(This, Font)", "setFont-2"},
4778  {"setForegroundColour", "setForegroundColour(This, Colour)", "setForegroundColour-2"},
4779  {"setHelpText", "setHelpText(This, HelpText)", "setHelpText-2"},
4780  {"setId", "setId(This, Winid)", "setId-2"},
4781  {"setLabel", "setLabel(This, Label)", "setLabel-2"},
4782  {"setName", "setName(This, Name)", "setName-2"},
4783  {"setPalette", "setPalette(This, Pal)", "setPalette-2"},
4784  {"setScrollbar", "setScrollbar(This, Orientation, Position, ThumbSize, Range)", "setScrollbar-5"},
4785  {"setScrollbar", "setScrollbar(This, Orientation, Position, ThumbSize, Range,Options :: [Option])", "setScrollbar-6"},
4786  {"setScrollPos", "setScrollPos(This, Orientation, Pos)", "setScrollPos-3"},
4787  {"setScrollPos", "setScrollPos(This, Orientation, Pos, Options :: [Option])", "setScrollPos-4"},
4788  {"setSize", "setSize(This, Rect)", "setSize-2"},
4789  {"setSize", "setSize(This, Size)", "setSize-2"},
4790  {"setSize", "setSize(This, Width, Height)", "setSize-3"},
4791  {"setSize", "setSize(This, Rect, Height :: [Option])", "setSize-3"},
4792  {"setSize", "setSize(This, X, Y, Width, Height)", "setSize-5"},
4793  {"setSize", "setSize(This, X, Y, Width, Height, Options :: [Option])", "setSize-6"},
4794  {"setSizeHints", "setSizeHints(This, MinSize)", "setSizeHints-2"},
4795  {"setSizeHints", "setSizeHints(This, MinW, MinH)", "setSizeHints-3"},
4796  {"setSizeHints", "setSizeHints(This, MinSize, MinH :: [Option])", "setSizeHints-3"},
4797  {"setSizeHints", "setSizeHints(This, MinW, MinH, Options :: [Option])", "setSizeHints-4"},
4798  {"setSizer", "setSizer(This, Sizer)", "setSizer-2"},
4799  {"setSizer", "setSizer(This, Sizer, Options :: [Option])", "setSizer-3"},
4800  {"setSizerAndFit", "setSizerAndFit(This, Sizer)", "setSizerAndFit-2"},
4801  {"setSizerAndFit", "setSizerAndFit(This, Sizer, Options :: [Option])", "setSizerAndFit-3"},
4802  {"setThemeEnabled", "setThemeEnabled(This, Enable)", "setThemeEnabled-2"},
4803  {"setToolTip", "setToolTip(This, TipString)", "setToolTip-2"},
4804  {"setToolTip", "setToolTip(This, Tip)", "setToolTip-2"},
4805  {"setVirtualSize", "setVirtualSize(This, Size)", "setVirtualSize-2"},
4806  {"setVirtualSize", "setVirtualSize(This, Width, Height)", "setVirtualSize-3"},
4807  {"setWindowStyle", "setWindowStyle(This, Style)", "setWindowStyle-2"},
4808  {"setWindowStyleFlag", "setWindowStyleFlag(This, Style)", "setWindowStyleFlag-2"},
4809  {"setWindowVariant", "setWindowVariant(This, Variant)", "setWindowVariant-2"},
4810  {"shouldInheritColours", "shouldInheritColours(This)", "shouldInheritColours-1"},
4811  {"show", "show(This)", "show-1"},
4812  {"show", "show(This, Options :: [Option])", "show-2"},
4813  {"thaw", "thaw(This)", "thaw-1"},
4814  {"transferDataFromWindow", "transferDataFromWindow(This)", "transferDataFromWindow-1"},
4815  {"transferDataToWindow", "transferDataToWindow(This)", "transferDataToWindow-1"},
4816  {"update", "update(This)", "update-1"},
4817  {"updateWindowUI", "updateWindowUI(This)", "updateWindowUI-1"},
4818  {"updateWindowUI", "updateWindowUI(This, Options :: [Option])", "updateWindowUI-2"},
4819  {"validate", "validate(This)", "validate-1"},
4820  {"warpPointer", "warpPointer(This, X, Y)", "warpPointer-3"},
4821  {"setTransparent", "setTransparent(This, Alpha)", "setTransparent-2"},
4822  {"canSetTransparent", "canSetTransparent(This)", "canSetTransparent-1"},
4823  {"isDoubleBuffered", "isDoubleBuffered(This)", "isDoubleBuffered-1"},
4824  {"setDoubleBuffered", "setDoubleBuffered(This, On)", "setDoubleBuffered-2"},
4825  {"getContentScaleFactor", "getContentScaleFactor(This)", "getContentScaleFactor-1"},
4826  {"getDPI", "getDPI(This)", "getDPI-1"},
4827  {"fromDIP", "fromDIP(D, W)", "fromDIP-2"},
4828  {"fromDIP", "fromDIP(Sz, W)", "fromDIP-2"},
4829  {"fromDIP", "fromDIP(This, D)", "fromDIP-2"},
4830  {"fromDIP", "fromDIP(This, Sz)", "fromDIP-2"},
4831  {"toDIP", "toDIP(D, W)", "toDIP-2"},
4832  {"toDIP", "toDIP(Sz, W)", "toDIP-2"},
4833  {"toDIP", "toDIP(This, D)", "toDIP-2"},
4834  {"toDIP", "toDIP(This, Sz)", "toDIP-2"}
4835]}.
4836{"wxWindow.html", {module, "wx"}, ["wxWindow"]}.
4837{"wxXmlResource.html", {function, {"wx", "wxXmlResource"}},
4838[
4839  {"new", "new()", "new-0"},
4840  {"new", "new(Options :: [Option])", "new-1"},
4841  {"new", "new(Filemask, Options :: [Option])", "new-2"},
4842  {"destroy", "destroy(This :: wxXmlResource())", "destroy-1"},
4843  {"attachUnknownControl", "attachUnknownControl(This, Name, Control)", "attachUnknownControl-3"},
4844  {"attachUnknownControl", "attachUnknownControl(This, Name, Control, Options :: [Option])", "attachUnknownControl-4"},
4845  {"clearHandlers", "clearHandlers(This)", "clearHandlers-1"},
4846  {"compareVersion", "compareVersion(This, Major, Minor, Release, Revision)", "compareVersion-5"},
4847  {"get", "get()", "get-0"},
4848  {"getFlags", "getFlags(This)", "getFlags-1"},
4849  {"getVersion", "getVersion(This)", "getVersion-1"},
4850  {"getXRCID", "getXRCID(Str_id)", "getXRCID-1"},
4851  {"getXRCID", "getXRCID(Str_id, Options :: [Option])", "getXRCID-2"},
4852  {"initAllHandlers", "initAllHandlers(This)", "initAllHandlers-1"},
4853  {"load", "load(This, Filemask)", "load-2"},
4854  {"loadBitmap", "loadBitmap(This, Name)", "loadBitmap-2"},
4855  {"loadDialog", "loadDialog(This, Parent, Name)", "loadDialog-3"},
4856  {"loadDialog", "loadDialog(This, Dlg, Parent, Name)", "loadDialog-4"},
4857  {"loadFrame", "loadFrame(This, Parent, Name)", "loadFrame-3"},
4858  {"loadFrame", "loadFrame(This, Frame, Parent, Name)", "loadFrame-4"},
4859  {"loadIcon", "loadIcon(This, Name)", "loadIcon-2"},
4860  {"loadMenu", "loadMenu(This, Name)", "loadMenu-2"},
4861  {"loadMenuBar", "loadMenuBar(This, Name)", "loadMenuBar-2"},
4862  {"loadMenuBar", "loadMenuBar(This, Parent, Name)", "loadMenuBar-3"},
4863  {"loadPanel", "loadPanel(This, Parent, Name)", "loadPanel-3"},
4864  {"loadPanel", "loadPanel(This, Panel, Parent, Name)", "loadPanel-4"},
4865  {"loadToolBar", "loadToolBar(This, Parent, Name)", "loadToolBar-3"},
4866  {"set", "set(Res)", "set-1"},
4867  {"setFlags", "setFlags(This, Flags)", "setFlags-2"},
4868  {"unload", "unload(This, Filename)", "unload-2"},
4869  {"xrcctrl", "xrcctrl(Window, Name, Type)", "xrcctrl-3"}
4870]}.
4871{"wxXmlResource.html", {module, "wx"}, ["wxXmlResource"]}.
4872{"wx_misc.html", {function, {"wx", "wx_misc"}},
4873[
4874  {"displaySize", "displaySize()", "displaySize-0"},
4875  {"setCursor", "setCursor(Cursor)", "setCursor-1"},
4876  {"getKeyState", "getKeyState(Key)", "getKeyState-1"},
4877  {"getMousePosition", "getMousePosition()", "getMousePosition-0"},
4878  {"getMouseState", "getMouseState()", "getMouseState-0"},
4879  {"setDetectableAutoRepeat", "setDetectableAutoRepeat(Flag)", "setDetectableAutoRepeat-1"},
4880  {"bell", "bell()", "bell-0"},
4881  {"findMenuItemId", "findMenuItemId(Frame, MenuString, ItemString)", "findMenuItemId-3"},
4882  {"findWindowAtPoint", "findWindowAtPoint(Pt)", "findWindowAtPoint-1"},
4883  {"beginBusyCursor", "beginBusyCursor()", "beginBusyCursor-0"},
4884  {"beginBusyCursor", "beginBusyCursor(Options :: [Option])", "beginBusyCursor-1"},
4885  {"endBusyCursor", "endBusyCursor()", "endBusyCursor-0"},
4886  {"isBusy", "isBusy()", "isBusy-0"},
4887  {"shutdown", "shutdown()", "shutdown-0"},
4888  {"shutdown", "shutdown(Options :: [Option])", "shutdown-1"},
4889  {"shell", "shell()", "shell-0"},
4890  {"shell", "shell(Options :: [Option])", "shell-1"},
4891  {"launchDefaultBrowser", "launchDefaultBrowser(Url)", "launchDefaultBrowser-1"},
4892  {"launchDefaultBrowser", "launchDefaultBrowser(Url, Options :: [Option])", "launchDefaultBrowser-2"},
4893  {"getEmailAddress", "getEmailAddress()", "getEmailAddress-0"},
4894  {"getUserId", "getUserId()", "getUserId-0"},
4895  {"getHomeDir", "getHomeDir()", "getHomeDir-0"},
4896  {"newId", "newId()", "newId-0"},
4897  {"registerId", "registerId(Id)", "registerId-1"},
4898  {"getCurrentId", "getCurrentId()", "getCurrentId-0"},
4899  {"getOsDescription", "getOsDescription()", "getOsDescription-0"},
4900  {"isPlatformLittleEndian", "isPlatformLittleEndian()", "isPlatformLittleEndian-0"},
4901  {"isPlatform64Bit", "isPlatform64Bit()", "isPlatform64Bit-0"}
4902]}.
4903{"wx_misc.html", {module, "wx"}, ["wx_misc"]}.
4904{"gl.html", {function, {"wx", "gl"}},
4905[
4906  {"accum", "accum(Op :: enum(), Value :: f())", "accum-2"},
4907  {"activeShaderProgram", "activeShaderProgram(Pipeline :: i(), Program :: i())", "activeShaderProgram-2"},
4908  {"activeTexture", "activeTexture(Texture :: enum())", "activeTexture-1"},
4909  {"alphaFunc", "alphaFunc(Func :: enum(), Ref :: clamp())", "alphaFunc-2"},
4910  {"areTexturesResident", "areTexturesResident(Textures :: [i()])", "areTexturesResident-1"},
4911  {"arrayElement", "arrayElement(I :: i())", "arrayElement-1"},
4912  {"attachObjectARB", "attachObjectARB(ContainerObj :: i(), Obj :: i())", "attachObjectARB-2"},
4913  {"attachShader", "attachShader(Program :: i(), Shader :: i())", "attachShader-2"},
4914  {"'begin'", "'begin'(Mode :: enum())", "'begin'-1"},
4915  {"'end'", "'end'()", "'end'-0"},
4916  {"beginConditionalRender", "beginConditionalRender(Id :: i(), Mode :: enum())", "beginConditionalRender-2"},
4917  {"endConditionalRender", "endConditionalRender()", "endConditionalRender-0"},
4918  {"endList", "endList()", "endList-0"},
4919  {"beginQuery", "beginQuery(Target :: enum(), Id :: i())", "beginQuery-2"},
4920  {"endQuery", "endQuery(Target :: enum())", "endQuery-1"},
4921  {"beginQueryIndexed", "beginQueryIndexed(Target :: enum(), Index :: i(), Id :: i())", "beginQueryIndexed-3"},
4922  {"endQueryIndexed", "endQueryIndexed(Target :: enum(), Index :: i())", "endQueryIndexed-2"},
4923  {"beginTransformFeedback", "beginTransformFeedback(PrimitiveMode :: enum())", "beginTransformFeedback-1"},
4924  {"endTransformFeedback", "endTransformFeedback()", "endTransformFeedback-0"},
4925  {"bindAttribLocation", "bindAttribLocation(Program :: i(), Index :: i(), Name :: string())", "bindAttribLocation-3"},
4926  {"bindAttribLocationARB", "bindAttribLocationARB(ProgramObj :: i(),Index :: i(),Name :: string())", "bindAttribLocationARB-3"},
4927  {"bindBuffer", "bindBuffer(Target :: enum(), Buffer :: i())", "bindBuffer-2"},
4928  {"bindBufferBase", "bindBufferBase(Target :: enum(), Index :: i(), Buffer :: i())", "bindBufferBase-3"},
4929  {"bindBufferRange", "bindBufferRange(Target :: enum(),Index :: i(),Buffer :: i(),Offset :: i(),Size :: i())", "bindBufferRange-5"},
4930  {"bindBuffersBase", "bindBuffersBase(Target :: enum(), First :: i(), Buffers :: [i()])", "bindBuffersBase-3"},
4931  {"bindBuffersRange", "bindBuffersRange(Target :: enum(),First :: i(),Buffers :: [i()],Offsets :: [i()],Sizes :: [i()])", "bindBuffersRange-5"},
4932  {"bindFragDataLocation", "bindFragDataLocation(Program :: i(),Color :: i(),Name :: string())", "bindFragDataLocation-3"},
4933  {"bindFragDataLocationIndexed", "bindFragDataLocationIndexed(Program :: i(),ColorNumber :: i(),Index :: i(),Name :: string())", "bindFragDataLocationIndexed-4"},
4934  {"bindFramebuffer", "bindFramebuffer(Target :: enum(), Framebuffer :: i())", "bindFramebuffer-2"},
4935  {"bindImageTexture", "bindImageTexture(Unit, Texture, Level, Layered, Layer, Access,Format)", "bindImageTexture-7"},
4936  {"bindImageTextures", "bindImageTextures(First :: i(), Textures :: [i()])", "bindImageTextures-2"},
4937  {"bindProgramARB", "bindProgramARB(Target :: enum(), Program :: i())", "bindProgramARB-2"},
4938  {"bindProgramPipeline", "bindProgramPipeline(Pipeline :: i())", "bindProgramPipeline-1"},
4939  {"bindRenderbuffer", "bindRenderbuffer(Target :: enum(), Renderbuffer :: i())", "bindRenderbuffer-2"},
4940  {"bindSampler", "bindSampler(Unit :: i(), Sampler :: i())", "bindSampler-2"},
4941  {"bindSamplers", "bindSamplers(First :: i(), Samplers :: [i()])", "bindSamplers-2"},
4942  {"bindTexture", "bindTexture(Target :: enum(), Texture :: i())", "bindTexture-2"},
4943  {"bindTextureUnit", "bindTextureUnit(Unit :: i(), Texture :: i())", "bindTextureUnit-2"},
4944  {"bindTextures", "bindTextures(First :: i(), Textures :: [i()])", "bindTextures-2"},
4945  {"bindTransformFeedback", "bindTransformFeedback(Target :: enum(), Id :: i())", "bindTransformFeedback-2"},
4946  {"bindVertexArray", "bindVertexArray(Array :: i())", "bindVertexArray-1"},
4947  {"bindVertexBuffer", "bindVertexBuffer(Bindingindex :: i(),Buffer :: i(),Offset :: i(),Stride :: i())", "bindVertexBuffer-4"},
4948  {"bindVertexBuffers", "bindVertexBuffers(First :: i(),Buffers :: [i()],Offsets :: [i()],Strides :: [i()])", "bindVertexBuffers-4"},
4949  {"bitmap", "bitmap(Width, Height, Xorig, Yorig, Xmove, Ymove, Bitmap)", "bitmap-7"},
4950  {"blendBarrierKHR", "blendBarrierKHR()", "blendBarrierKHR-0"},
4951  {"blendColor", "blendColor(Red :: clamp(),Green :: clamp(),Blue :: clamp(),Alpha :: clamp())", "blendColor-4"},
4952  {"blendEquation", "blendEquation(Mode :: enum())", "blendEquation-1"},
4953  {"blendEquationi", "blendEquationi(Buf :: i(), Mode :: enum())", "blendEquationi-2"},
4954  {"blendEquationSeparate", "blendEquationSeparate(ModeRGB :: enum(), ModeAlpha :: enum())", "blendEquationSeparate-2"},
4955  {"blendEquationSeparatei", "blendEquationSeparatei(Buf :: i(),ModeRGB :: enum(),ModeAlpha :: enum())", "blendEquationSeparatei-3"},
4956  {"blendFunc", "blendFunc(Sfactor :: enum(), Dfactor :: enum())", "blendFunc-2"},
4957  {"blendFuncSeparate", "blendFuncSeparate(SfactorRGB, DfactorRGB, SfactorAlpha,DfactorAlpha)", "blendFuncSeparate-4"},
4958  {"blendFuncSeparatei", "blendFuncSeparatei(Buf :: i(),SrcRGB :: enum(),DstRGB :: enum(),SrcAlpha :: enum(),DstAlpha :: enum())", "blendFuncSeparatei-5"},
4959  {"blendFunci", "blendFunci(Buf :: i(), Src :: enum(), Dst :: enum())", "blendFunci-3"},
4960  {"blitFramebuffer", "blitFramebuffer(SrcX0, SrcY0, SrcX1, SrcY1, DstX0, DstY0, DstX1,DstY1, Mask, Filter)", "blitFramebuffer-10"},
4961  {"bufferData", "bufferData(Target :: enum(),Size :: i(),Data :: offset() | mem(),Usage :: enum())", "bufferData-4"},
4962  {"bufferPageCommitmentARB", "bufferPageCommitmentARB(Target :: enum(),Offset :: i(),Size :: i(),Commit :: 0 | 1)", "bufferPageCommitmentARB-4"},
4963  {"bufferStorage", "bufferStorage(Target :: enum(),Size :: i(),Data :: offset() | mem(),Flags :: i())", "bufferStorage-4"},
4964  {"bufferSubData", "bufferSubData(Target :: enum(),Offset :: i(),Size :: i(),Data :: offset() | mem())", "bufferSubData-4"},
4965  {"callList", "callList(List :: i())", "callList-1"},
4966  {"callLists", "callLists(Lists :: [i()])", "callLists-1"},
4967  {"checkFramebufferStatus", "checkFramebufferStatus(Target :: enum())", "checkFramebufferStatus-1"},
4968  {"clampColor", "clampColor(Target :: enum(), Clamp :: enum())", "clampColor-2"},
4969  {"clear", "clear(Mask :: i())", "clear-1"},
4970  {"clearAccum", "clearAccum(Red :: f(), Green :: f(), Blue :: f(), Alpha :: f())", "clearAccum-4"},
4971  {"clearBufferfv", "clearBufferfv(Buffer :: enum(),Drawbuffer :: i(),Value :: tuple())", "clearBufferfv-3"},
4972  {"clearBufferiv", "clearBufferiv(Buffer :: enum(),Drawbuffer :: i(),Value :: tuple())", "clearBufferiv-3"},
4973  {"clearBufferuiv", "clearBufferuiv(Buffer :: enum(),Drawbuffer :: i(),Value :: tuple())", "clearBufferuiv-3"},
4974  {"clearBufferData", "clearBufferData(Target, Internalformat, Format, Type, Data)", "clearBufferData-5"},
4975  {"clearBufferSubData", "clearBufferSubData(Target, Internalformat, Offset, Size, Format,Type, Data)", "clearBufferSubData-7"},
4976  {"clearBufferfi", "clearBufferfi(Buffer :: enum(),Drawbuffer :: i(),Depth :: f(),Stencil :: i())", "clearBufferfi-4"},
4977  {"clearColor", "clearColor(Red :: clamp(),Green :: clamp(),Blue :: clamp(),Alpha :: clamp())", "clearColor-4"},
4978  {"clearDepth", "clearDepth(Depth :: clamp())", "clearDepth-1"},
4979  {"clearDepthf", "clearDepthf(D :: f())", "clearDepthf-1"},
4980  {"clearIndex", "clearIndex(C :: f())", "clearIndex-1"},
4981  {"clearStencil", "clearStencil(S :: i())", "clearStencil-1"},
4982  {"clearTexImage", "clearTexImage(Texture :: i(),Level :: i(),Format :: enum(),Type :: enum(),Data :: offset() | mem())", "clearTexImage-5"},
4983  {"clearTexSubImage", "clearTexSubImage(Texture, Level, Xoffset, Yoffset, Zoffset, Width,Height, Depth, Format, Type, Data)", "clearTexSubImage-11"},
4984  {"clientActiveTexture", "clientActiveTexture(Texture :: enum())", "clientActiveTexture-1"},
4985  {"clientWaitSync", "clientWaitSync(Sync :: i(), Flags :: i(), Timeout :: i())", "clientWaitSync-3"},
4986  {"clipControl", "clipControl(Origin :: enum(), Depth :: enum())", "clipControl-2"},
4987  {"clipPlane", "clipPlane(Plane :: enum(), Equation :: {f(), f(), f(), f()})", "clipPlane-2"},
4988  {"color3b", "color3b(Red :: i(), Green :: i(), Blue :: i())", "color3b-3"},
4989  {"color3bv", "color3bv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3bv-1"},
4990  {"color3d", "color3d(Red :: f(), Green :: f(), Blue :: f())", "color3d-3"},
4991  {"color3dv", "color3dv(X1 :: {Red :: f(), Green :: f(), Blue :: f()})", "color3dv-1"},
4992  {"color3f", "color3f(Red :: f(), Green :: f(), Blue :: f())", "color3f-3"},
4993  {"color3fv", "color3fv(X1 :: {Red :: f(), Green :: f(), Blue :: f()})", "color3fv-1"},
4994  {"color3i", "color3i(Red :: i(), Green :: i(), Blue :: i())", "color3i-3"},
4995  {"color3iv", "color3iv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3iv-1"},
4996  {"color3s", "color3s(Red :: i(), Green :: i(), Blue :: i())", "color3s-3"},
4997  {"color3sv", "color3sv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3sv-1"},
4998  {"color3ub", "color3ub(Red :: i(), Green :: i(), Blue :: i())", "color3ub-3"},
4999  {"color3ubv", "color3ubv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3ubv-1"},
5000  {"color3ui", "color3ui(Red :: i(), Green :: i(), Blue :: i())", "color3ui-3"},
5001  {"color3uiv", "color3uiv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3uiv-1"},
5002  {"color3us", "color3us(Red :: i(), Green :: i(), Blue :: i())", "color3us-3"},
5003  {"color3usv", "color3usv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "color3usv-1"},
5004  {"color4b", "color4b(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4b-4"},
5005  {"color4bv", "color4bv(X1 ::{Red :: i(), Green :: i(), Blue :: i(), Alpha :: i()})", "color4bv-1"},
5006  {"color4d", "color4d(Red :: f(), Green :: f(), Blue :: f(), Alpha :: f())", "color4d-4"},
5007  {"color4dv", "color4dv(X1 ::{Red :: f(), Green :: f(), Blue :: f(), Alpha :: f()})", "color4dv-1"},
5008  {"color4f", "color4f(Red :: f(), Green :: f(), Blue :: f(), Alpha :: f())", "color4f-4"},
5009  {"color4fv", "color4fv(X1 ::{Red :: f(), Green :: f(), Blue :: f(), Alpha :: f()})", "color4fv-1"},
5010  {"color4i", "color4i(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4i-4"},
5011  {"color4iv", "color4iv(X1 ::{Red :: i(), Green :: i(), Blue :: i(), Alpha :: i()})", "color4iv-1"},
5012  {"color4s", "color4s(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4s-4"},
5013  {"color4sv", "color4sv(X1 ::{Red :: i(), Green :: i(), Blue :: i(), Alpha :: i()})", "color4sv-1"},
5014  {"color4ub", "color4ub(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4ub-4"},
5015  {"color4ubv", "color4ubv(X1 ::{Red :: i(),Green :: i(),Blue :: i(),Alpha :: i()})", "color4ubv-1"},
5016  {"color4ui", "color4ui(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4ui-4"},
5017  {"color4uiv", "color4uiv(X1 ::{Red :: i(),Green :: i(),Blue :: i(),Alpha :: i()})", "color4uiv-1"},
5018  {"color4us", "color4us(Red :: i(), Green :: i(), Blue :: i(), Alpha :: i())", "color4us-4"},
5019  {"color4usv", "color4usv(X1 ::{Red :: i(),Green :: i(),Blue :: i(),Alpha :: i()})", "color4usv-1"},
5020  {"colorMask", "colorMask(Red :: 0 | 1,Green :: 0 | 1,Blue :: 0 | 1,Alpha :: 0 | 1)", "colorMask-4"},
5021  {"colorMaski", "colorMaski(Index :: i(),R :: 0 | 1,G :: 0 | 1,B :: 0 | 1,A :: 0 | 1)", "colorMaski-5"},
5022  {"colorMaterial", "colorMaterial(Face :: enum(), Mode :: enum())", "colorMaterial-2"},
5023  {"colorPointer", "colorPointer(Size :: i(),Type :: enum(),Stride :: i(),Ptr :: offset() | mem())", "colorPointer-4"},
5024  {"colorSubTable", "colorSubTable(Target, Start, Count, Format, Type, Data)", "colorSubTable-6"},
5025  {"colorTable", "colorTable(Target, Internalformat, Width, Format, Type, Table)", "colorTable-6"},
5026  {"colorTableParameterfv", "colorTableParameterfv(Target :: enum(),Pname :: enum(),Params :: {f(), f(), f(), f()})", "colorTableParameterfv-3"},
5027  {"colorTableParameteriv", "colorTableParameteriv(Target :: enum(),Pname :: enum(),Params :: {i(), i(), i(), i()})", "colorTableParameteriv-3"},
5028  {"compileShader", "compileShader(Shader :: i())", "compileShader-1"},
5029  {"compileShaderARB", "compileShaderARB(ShaderObj :: i())", "compileShaderARB-1"},
5030  {"compileShaderIncludeARB", "compileShaderIncludeARB(Shader :: i(),Path :: [unicode:chardata()])", "compileShaderIncludeARB-2"},
5031  {"compressedTexImage1D", "compressedTexImage1D(Target, Level, Internalformat, Width, Border,ImageSize, Data)", "compressedTexImage1D-7"},
5032  {"compressedTexImage2D", "compressedTexImage2D(Target, Level, Internalformat, Width, Height,Border, ImageSize, Data)", "compressedTexImage2D-8"},
5033  {"compressedTexImage3D", "compressedTexImage3D(Target, Level, Internalformat, Width, Height,Depth, Border, ImageSize, Data)", "compressedTexImage3D-9"},
5034  {"compressedTexSubImage1D", "compressedTexSubImage1D(Target, Level, Xoffset, Width, Format,ImageSize, Data)", "compressedTexSubImage1D-7"},
5035  {"compressedTexSubImage2D", "compressedTexSubImage2D(Target, Level, Xoffset, Yoffset, Width,Height, Format, ImageSize, Data)", "compressedTexSubImage2D-9"},
5036  {"compressedTexSubImage3D", "compressedTexSubImage3D(Target, Level, Xoffset, Yoffset, Zoffset,Width, Height, Depth, Format, ImageSize,Data)", "compressedTexSubImage3D-11"},
5037  {"compressedTextureSubImage1D", "compressedTextureSubImage1D(Texture, Level, Xoffset, Width,Format, ImageSize, Data)", "compressedTextureSubImage1D-7"},
5038  {"compressedTextureSubImage2D", "compressedTextureSubImage2D(Texture, Level, Xoffset, Yoffset,Width, Height, Format, ImageSize,Data)", "compressedTextureSubImage2D-9"},
5039  {"compressedTextureSubImage3D", "compressedTextureSubImage3D(Texture, Level, Xoffset, Yoffset,Zoffset, Width, Height, Depth, Format,ImageSize, Data)", "compressedTextureSubImage3D-11"},
5040  {"convolutionFilter1D", "convolutionFilter1D(Target, Internalformat, Width, Format, Type,Image)", "convolutionFilter1D-6"},
5041  {"convolutionFilter2D", "convolutionFilter2D(Target, Internalformat, Width, Height, Format,Type, Image)", "convolutionFilter2D-7"},
5042  {"convolutionParameterf", "convolutionParameterf(Target :: enum(),Pname :: enum(),Params :: tuple())", "convolutionParameterf-3"},
5043  {"convolutionParameterfv", "convolutionParameterfv(Target :: enum(),Pname :: enum(),Params :: tuple())", "convolutionParameterfv-3"},
5044  {"convolutionParameteri", "convolutionParameteri(Target :: enum(),Pname :: enum(),Params :: tuple())", "convolutionParameteri-3"},
5045  {"convolutionParameteriv", "convolutionParameteriv(Target :: enum(),Pname :: enum(),Params :: tuple())", "convolutionParameteriv-3"},
5046  {"copyBufferSubData", "copyBufferSubData(ReadTarget, WriteTarget, ReadOffset,WriteOffset, Size)", "copyBufferSubData-5"},
5047  {"copyColorSubTable", "copyColorSubTable(Target :: enum(),Start :: i(),X :: i(),Y :: i(),Width :: i())", "copyColorSubTable-5"},
5048  {"copyColorTable", "copyColorTable(Target :: enum(),Internalformat :: enum(),X :: i(),Y :: i(),Width :: i())", "copyColorTable-5"},
5049  {"copyConvolutionFilter1D", "copyConvolutionFilter1D(Target :: enum(),Internalformat :: enum(),X :: i(),Y :: i(),Width :: i())", "copyConvolutionFilter1D-5"},
5050  {"copyConvolutionFilter2D", "copyConvolutionFilter2D(Target :: enum(),Internalformat :: enum(),X :: i(),Y :: i(),Width :: i(),Height :: i())", "copyConvolutionFilter2D-6"},
5051  {"copyImageSubData", "copyImageSubData(SrcName, SrcTarget, SrcLevel, SrcX, SrcY, SrcZ,DstName, DstTarget, DstLevel, DstX, DstY, DstZ,SrcWidth, SrcHeight, SrcDepth)", "copyImageSubData-15"},
5052  {"copyPixels", "copyPixels(X :: i(),Y :: i(),Width :: i(),Height :: i(),Type :: enum())", "copyPixels-5"},
5053  {"copyTexImage1D", "copyTexImage1D(Target, Level, Internalformat, X, Y, Width, Border)", "copyTexImage1D-7"},
5054  {"copyTexImage2D", "copyTexImage2D(Target, Level, Internalformat, X, Y, Width, Height,Border)", "copyTexImage2D-8"},
5055  {"copyTexSubImage1D", "copyTexSubImage1D(Target :: enum(),Level :: i(),Xoffset :: i(),X :: i(),Y :: i(),Width :: i())", "copyTexSubImage1D-6"},
5056  {"copyTexSubImage2D", "copyTexSubImage2D(Target, Level, Xoffset, Yoffset, X, Y, Width,Height)", "copyTexSubImage2D-8"},
5057  {"copyTexSubImage3D", "copyTexSubImage3D(Target, Level, Xoffset, Yoffset, Zoffset, X, Y,Width, Height)", "copyTexSubImage3D-9"},
5058  {"createBuffers", "createBuffers(N :: i())", "createBuffers-1"},
5059  {"createFramebuffers", "createFramebuffers(N :: i())", "createFramebuffers-1"},
5060  {"createProgram", "createProgram()", "createProgram-0"},
5061  {"createProgramObjectARB", "createProgramObjectARB()", "createProgramObjectARB-0"},
5062  {"createProgramPipelines", "createProgramPipelines(N :: i())", "createProgramPipelines-1"},
5063  {"createQueries", "createQueries(Target :: enum(), N :: i())", "createQueries-2"},
5064  {"createRenderbuffers", "createRenderbuffers(N :: i())", "createRenderbuffers-1"},
5065  {"createSamplers", "createSamplers(N :: i())", "createSamplers-1"},
5066  {"createShader", "createShader(Type :: enum())", "createShader-1"},
5067  {"createShaderObjectARB", "createShaderObjectARB(ShaderType :: enum())", "createShaderObjectARB-1"},
5068  {"createShaderProgramv", "createShaderProgramv(Type :: enum(),Strings :: [unicode:chardata()])", "createShaderProgramv-2"},
5069  {"createTextures", "createTextures(Target :: enum(), N :: i())", "createTextures-2"},
5070  {"createTransformFeedbacks", "createTransformFeedbacks(N :: i())", "createTransformFeedbacks-1"},
5071  {"createVertexArrays", "createVertexArrays(N :: i())", "createVertexArrays-1"},
5072  {"cullFace", "cullFace(Mode :: enum())", "cullFace-1"},
5073  {"currentPaletteMatrixARB", "currentPaletteMatrixARB(Index :: i())", "currentPaletteMatrixARB-1"},
5074  {"debugMessageControl", "debugMessageControl(Source :: enum(),Type :: enum(),Severity :: enum(),Ids :: [i()],Enabled :: 0 | 1)", "debugMessageControl-5"},
5075  {"debugMessageInsert", "debugMessageInsert(Source, Type, Id, Severity, Length, Buf)", "debugMessageInsert-6"},
5076  {"deleteBuffers", "deleteBuffers(Buffers :: [i()])", "deleteBuffers-1"},
5077  {"deleteFramebuffers", "deleteFramebuffers(Framebuffers :: [i()])", "deleteFramebuffers-1"},
5078  {"deleteLists", "deleteLists(List :: i(), Range :: i())", "deleteLists-2"},
5079  {"deleteNamedStringARB", "deleteNamedStringARB(Name :: string())", "deleteNamedStringARB-1"},
5080  {"deleteObjectARB", "deleteObjectARB(Obj :: i())", "deleteObjectARB-1"},
5081  {"deleteProgram", "deleteProgram(Program :: i())", "deleteProgram-1"},
5082  {"deleteProgramPipelines", "deleteProgramPipelines(Pipelines :: [i()])", "deleteProgramPipelines-1"},
5083  {"deleteProgramsARB", "deleteProgramsARB(Programs :: [i()])", "deleteProgramsARB-1"},
5084  {"deleteQueries", "deleteQueries(Ids :: [i()])", "deleteQueries-1"},
5085  {"deleteRenderbuffers", "deleteRenderbuffers(Renderbuffers :: [i()])", "deleteRenderbuffers-1"},
5086  {"deleteSamplers", "deleteSamplers(Samplers :: [i()])", "deleteSamplers-1"},
5087  {"deleteShader", "deleteShader(Shader :: i())", "deleteShader-1"},
5088  {"deleteSync", "deleteSync(Sync :: i())", "deleteSync-1"},
5089  {"deleteTextures", "deleteTextures(Textures :: [i()])", "deleteTextures-1"},
5090  {"deleteTransformFeedbacks", "deleteTransformFeedbacks(Ids :: [i()])", "deleteTransformFeedbacks-1"},
5091  {"deleteVertexArrays", "deleteVertexArrays(Arrays :: [i()])", "deleteVertexArrays-1"},
5092  {"depthBoundsEXT", "depthBoundsEXT(Zmin :: clamp(), Zmax :: clamp())", "depthBoundsEXT-2"},
5093  {"depthFunc", "depthFunc(Func :: enum())", "depthFunc-1"},
5094  {"depthMask", "depthMask(Flag :: 0 | 1)", "depthMask-1"},
5095  {"depthRange", "depthRange(Near_val :: clamp(), Far_val :: clamp())", "depthRange-2"},
5096  {"depthRangef", "depthRangef(N :: f(), F :: f())", "depthRangef-2"},
5097  {"depthRangeArrayv", "depthRangeArrayv(First :: i(), V :: [{f(), f()}])", "depthRangeArrayv-2"},
5098  {"depthRangeIndexed", "depthRangeIndexed(Index :: i(), N :: f(), F :: f())", "depthRangeIndexed-3"},
5099  {"detachObjectARB", "detachObjectARB(ContainerObj :: i(), AttachedObj :: i())", "detachObjectARB-2"},
5100  {"detachShader", "detachShader(Program :: i(), Shader :: i())", "detachShader-2"},
5101  {"dispatchCompute", "dispatchCompute(Num_groups_x :: i(),Num_groups_y :: i(),Num_groups_z :: i())", "dispatchCompute-3"},
5102  {"dispatchComputeGroupSizeARB", "dispatchComputeGroupSizeARB(Num_groups_x, Num_groups_y,Num_groups_z, Group_size_x,Group_size_y, Group_size_z)", "dispatchComputeGroupSizeARB-6"},
5103  {"dispatchComputeIndirect", "dispatchComputeIndirect(Indirect :: i())", "dispatchComputeIndirect-1"},
5104  {"drawArrays", "drawArrays(Mode :: enum(), First :: i(), Count :: i())", "drawArrays-3"},
5105  {"drawArraysIndirect", "drawArraysIndirect(Mode :: enum(), Indirect :: offset() | mem())", "drawArraysIndirect-2"},
5106  {"drawArraysInstanced", "drawArraysInstanced(Mode :: enum(),First :: i(),Count :: i(),Instancecount :: i())", "drawArraysInstanced-4"},
5107  {"drawArraysInstancedBaseInstance", "drawArraysInstancedBaseInstance(Mode :: enum(),First :: i(),Count :: i(),Instancecount :: i(),Baseinstance :: i())", "drawArraysInstancedBaseInstance-5"},
5108  {"drawBuffer", "drawBuffer(Mode :: enum())", "drawBuffer-1"},
5109  {"drawBuffers", "drawBuffers(Bufs :: [enum()])", "drawBuffers-1"},
5110  {"drawElements", "drawElements(Mode :: enum(),Count :: i(),Type :: enum(),Indices :: offset() | mem())", "drawElements-4"},
5111  {"drawElementsBaseVertex", "drawElementsBaseVertex(Mode, Count, Type, Indices, Basevertex)", "drawElementsBaseVertex-5"},
5112  {"drawElementsIndirect", "drawElementsIndirect(Mode :: enum(),Type :: enum(),Indirect :: offset() | mem())", "drawElementsIndirect-3"},
5113  {"drawElementsInstanced", "drawElementsInstanced(Mode, Count, Type, Indices, Instancecount)", "drawElementsInstanced-5"},
5114  {"drawElementsInstancedBaseInstance", "drawElementsInstancedBaseInstance(Mode, Count, Type, Indices,Instancecount, Baseinstance)", "drawElementsInstancedBaseInstance-6"},
5115  {"drawElementsInstancedBaseVertex", "drawElementsInstancedBaseVertex(Mode, Count, Type, Indices,Instancecount, Basevertex)", "drawElementsInstancedBaseVertex-6"},
5116  {"drawElementsInstancedBaseVertexBaseInstance", "drawElementsInstancedBaseVertexBaseInstance(Mode, Count, Type,Indices,Instancecount,Basevertex,Baseinstance)", "drawElementsInstancedBaseVertexBaseInstance-7"},
5117  {"drawPixels", "drawPixels(Width :: i(),Height :: i(),Format :: enum(),Type :: enum(),Pixels :: offset() | mem())", "drawPixels-5"},
5118  {"drawRangeElements", "drawRangeElements(Mode, Start, End, Count, Type, Indices)", "drawRangeElements-6"},
5119  {"drawRangeElementsBaseVertex", "drawRangeElementsBaseVertex(Mode, Start, End, Count, Type,Indices, Basevertex)", "drawRangeElementsBaseVertex-7"},
5120  {"drawTransformFeedback", "drawTransformFeedback(Mode :: enum(), Id :: i())", "drawTransformFeedback-2"},
5121  {"drawTransformFeedbackInstanced", "drawTransformFeedbackInstanced(Mode :: enum(),Id :: i(),Instancecount :: i())", "drawTransformFeedbackInstanced-3"},
5122  {"drawTransformFeedbackStream", "drawTransformFeedbackStream(Mode :: enum(),Id :: i(),Stream :: i())", "drawTransformFeedbackStream-3"},
5123  {"drawTransformFeedbackStreamInstanced", "drawTransformFeedbackStreamInstanced(Mode :: enum(),Id :: i(),Stream :: i(),Instancecount :: i())", "drawTransformFeedbackStreamInstanced-4"},
5124  {"edgeFlag", "edgeFlag(Flag :: 0 | 1)", "edgeFlag-1"},
5125  {"edgeFlagPointer", "edgeFlagPointer(Stride :: i(), Ptr :: offset() | mem())", "edgeFlagPointer-2"},
5126  {"edgeFlagv", "edgeFlagv(X1 :: {Flag :: 0 | 1})", "edgeFlagv-1"},
5127  {"disable", "disable(Cap :: enum())", "disable-1"},
5128  {"enable", "enable(Cap :: enum())", "enable-1"},
5129  {"enablei", "enablei(Target :: enum(), Index :: i())", "enablei-2"},
5130  {"disableClientState", "disableClientState(Cap :: enum())", "disableClientState-1"},
5131  {"enableClientState", "enableClientState(Cap :: enum())", "enableClientState-1"},
5132  {"disableVertexArrayAttrib", "disableVertexArrayAttrib(Vaobj :: i(), Index :: i())", "disableVertexArrayAttrib-2"},
5133  {"enableVertexArrayAttrib", "enableVertexArrayAttrib(Vaobj :: i(), Index :: i())", "enableVertexArrayAttrib-2"},
5134  {"disableVertexAttribArray", "disableVertexAttribArray(Index :: i())", "disableVertexAttribArray-1"},
5135  {"enableVertexAttribArray", "enableVertexAttribArray(Index :: i())", "enableVertexAttribArray-1"},
5136  {"disablei", "disablei(Target :: enum(), Index :: i())", "disablei-2"},
5137  {"evalCoord1d", "evalCoord1d(U :: f())", "evalCoord1d-1"},
5138  {"evalCoord1dv", "evalCoord1dv(X1 :: {U :: f()})", "evalCoord1dv-1"},
5139  {"evalCoord1f", "evalCoord1f(U :: f())", "evalCoord1f-1"},
5140  {"evalCoord1fv", "evalCoord1fv(X1 :: {U :: f()})", "evalCoord1fv-1"},
5141  {"evalCoord2d", "evalCoord2d(U :: f(), V :: f())", "evalCoord2d-2"},
5142  {"evalCoord2dv", "evalCoord2dv(X1 :: {U :: f(), V :: f()})", "evalCoord2dv-1"},
5143  {"evalCoord2f", "evalCoord2f(U :: f(), V :: f())", "evalCoord2f-2"},
5144  {"evalCoord2fv", "evalCoord2fv(X1 :: {U :: f(), V :: f()})", "evalCoord2fv-1"},
5145  {"evalMesh1", "evalMesh1(Mode :: enum(), I1 :: i(), I2 :: i())", "evalMesh1-3"},
5146  {"evalMesh2", "evalMesh2(Mode :: enum(),I1 :: i(),I2 :: i(),J1 :: i(),J2 :: i())", "evalMesh2-5"},
5147  {"evalPoint1", "evalPoint1(I :: i())", "evalPoint1-1"},
5148  {"evalPoint2", "evalPoint2(I :: i(), J :: i())", "evalPoint2-2"},
5149  {"evaluateDepthValuesARB", "evaluateDepthValuesARB()", "evaluateDepthValuesARB-0"},
5150  {"feedbackBuffer", "feedbackBuffer(Size :: i(), Type :: enum(), Buffer :: mem())", "feedbackBuffer-3"},
5151  {"fenceSync", "fenceSync(Condition :: enum(), Flags :: i())", "fenceSync-2"},
5152  {"finish", "finish()", "finish-0"},
5153  {"flush", "flush()", "flush-0"},
5154  {"flushMappedBufferRange", "flushMappedBufferRange(Target :: enum(),Offset :: i(),Length :: i())", "flushMappedBufferRange-3"},
5155  {"flushMappedNamedBufferRange", "flushMappedNamedBufferRange(Buffer :: i(),Offset :: i(),Length :: i())", "flushMappedNamedBufferRange-3"},
5156  {"fogf", "fogf(Pname :: enum(), Param :: f())", "fogf-2"},
5157  {"fogfv", "fogfv(Pname :: enum(), Params :: tuple())", "fogfv-2"},
5158  {"fogi", "fogi(Pname :: enum(), Param :: i())", "fogi-2"},
5159  {"fogiv", "fogiv(Pname :: enum(), Params :: tuple())", "fogiv-2"},
5160  {"fogCoordd", "fogCoordd(Coord :: f())", "fogCoordd-1"},
5161  {"fogCoorddv", "fogCoorddv(X1 :: {Coord :: f()})", "fogCoorddv-1"},
5162  {"fogCoordf", "fogCoordf(Coord :: f())", "fogCoordf-1"},
5163  {"fogCoordfv", "fogCoordfv(X1 :: {Coord :: f()})", "fogCoordfv-1"},
5164  {"fogCoordPointer", "fogCoordPointer(Type :: enum(),Stride :: i(),Pointer :: offset() | mem())", "fogCoordPointer-3"},
5165  {"framebufferParameteri", "framebufferParameteri(Target :: enum(),Pname :: enum(),Param :: i())", "framebufferParameteri-3"},
5166  {"framebufferRenderbuffer", "framebufferRenderbuffer(Target, Attachment, Renderbuffertarget,Renderbuffer)", "framebufferRenderbuffer-4"},
5167  {"framebufferTexture", "framebufferTexture(Target :: enum(),Attachment :: enum(),Texture :: i(),Level :: i())", "framebufferTexture-4"},
5168  {"framebufferTexture1D", "framebufferTexture1D(Target :: enum(),Attachment :: enum(),Textarget :: enum(),Texture :: i(),Level :: i())", "framebufferTexture1D-5"},
5169  {"framebufferTexture2D", "framebufferTexture2D(Target :: enum(),Attachment :: enum(),Textarget :: enum(),Texture :: i(),Level :: i())", "framebufferTexture2D-5"},
5170  {"framebufferTexture3D", "framebufferTexture3D(Target, Attachment, Textarget, Texture,Level, Zoffset)", "framebufferTexture3D-6"},
5171  {"framebufferTextureFaceARB", "framebufferTextureFaceARB(Target :: enum(),Attachment :: enum(),Texture :: i(),Level :: i(),Face :: enum())", "framebufferTextureFaceARB-5"},
5172  {"framebufferTextureLayer", "framebufferTextureLayer(Target :: enum(),Attachment :: enum(),Texture :: i(),Level :: i(),Layer :: i())", "framebufferTextureLayer-5"},
5173  {"frontFace", "frontFace(Mode :: enum())", "frontFace-1"},
5174  {"frustum", "frustum(Left :: f(),Right :: f(),Bottom :: f(),Top :: f(),Near_val :: f(),Far_val :: f())", "frustum-6"},
5175  {"genBuffers", "genBuffers(N :: i())", "genBuffers-1"},
5176  {"genFramebuffers", "genFramebuffers(N :: i())", "genFramebuffers-1"},
5177  {"genLists", "genLists(Range :: i())", "genLists-1"},
5178  {"genProgramPipelines", "genProgramPipelines(N :: i())", "genProgramPipelines-1"},
5179  {"genProgramsARB", "genProgramsARB(N :: i())", "genProgramsARB-1"},
5180  {"genQueries", "genQueries(N :: i())", "genQueries-1"},
5181  {"genRenderbuffers", "genRenderbuffers(N :: i())", "genRenderbuffers-1"},
5182  {"genSamplers", "genSamplers(Count :: i())", "genSamplers-1"},
5183  {"genTextures", "genTextures(N :: i())", "genTextures-1"},
5184  {"genTransformFeedbacks", "genTransformFeedbacks(N :: i())", "genTransformFeedbacks-1"},
5185  {"genVertexArrays", "genVertexArrays(N :: i())", "genVertexArrays-1"},
5186  {"generateMipmap", "generateMipmap(Target :: enum())", "generateMipmap-1"},
5187  {"generateTextureMipmap", "generateTextureMipmap(Texture :: i())", "generateTextureMipmap-1"},
5188  {"getBooleani_v", "getBooleani_v(Target :: enum(), Index :: i())", "getBooleani_v-2"},
5189  {"getBooleanv", "getBooleanv(Pname :: enum())", "getBooleanv-1"},
5190  {"getDoublei_v", "getDoublei_v(Target :: enum(), Index :: i())", "getDoublei_v-2"},
5191  {"getDoublev", "getDoublev(Pname :: enum())", "getDoublev-1"},
5192  {"getFloati_v", "getFloati_v(Target :: enum(), Index :: i())", "getFloati_v-2"},
5193  {"getFloatv", "getFloatv(Pname :: enum())", "getFloatv-1"},
5194  {"getInteger64i_v", "getInteger64i_v(Target :: enum(), Index :: i())", "getInteger64i_v-2"},
5195  {"getInteger64v", "getInteger64v(Pname :: enum())", "getInteger64v-1"},
5196  {"getIntegeri_v", "getIntegeri_v(Target :: enum(), Index :: i())", "getIntegeri_v-2"},
5197  {"getIntegerv", "getIntegerv(Pname :: enum())", "getIntegerv-1"},
5198  {"getActiveAttrib", "getActiveAttrib(Program :: i(), Index :: i(), BufSize :: i())", "getActiveAttrib-3"},
5199  {"getActiveAttribARB", "getActiveAttribARB(ProgramObj :: i(),Index :: i(),MaxLength :: i())", "getActiveAttribARB-3"},
5200  {"getActiveSubroutineName", "getActiveSubroutineName(Program :: i(),Shadertype :: enum(),Index :: i(),Bufsize :: i())", "getActiveSubroutineName-4"},
5201  {"getActiveSubroutineUniformName", "getActiveSubroutineUniformName(Program :: i(),Shadertype :: enum(),Index :: i(),Bufsize :: i())", "getActiveSubroutineUniformName-4"},
5202  {"getActiveUniform", "getActiveUniform(Program :: i(), Index :: i(), BufSize :: i())", "getActiveUniform-3"},
5203  {"getActiveUniformARB", "getActiveUniformARB(ProgramObj :: i(),Index :: i(),MaxLength :: i())", "getActiveUniformARB-3"},
5204  {"getActiveUniformBlockiv", "getActiveUniformBlockiv(Program :: i(),UniformBlockIndex :: i(),Pname :: enum(),Params :: mem())", "getActiveUniformBlockiv-4"},
5205  {"getActiveUniformBlockName", "getActiveUniformBlockName(Program :: i(),UniformBlockIndex :: i(),BufSize :: i())", "getActiveUniformBlockName-3"},
5206  {"getActiveUniformName", "getActiveUniformName(Program :: i(),UniformIndex :: i(),BufSize :: i())", "getActiveUniformName-3"},
5207  {"getActiveUniformsiv", "getActiveUniformsiv(Program :: i(),UniformIndices :: [i()],Pname :: enum())", "getActiveUniformsiv-3"},
5208  {"getAttachedObjectsARB", "getAttachedObjectsARB(ContainerObj :: i(), MaxCount :: i())", "getAttachedObjectsARB-2"},
5209  {"getAttachedShaders", "getAttachedShaders(Program :: i(), MaxCount :: i())", "getAttachedShaders-2"},
5210  {"getAttribLocation", "getAttribLocation(Program :: i(), Name :: string())", "getAttribLocation-2"},
5211  {"getAttribLocationARB", "getAttribLocationARB(ProgramObj :: i(), Name :: string())", "getAttribLocationARB-2"},
5212  {"getBufferParameterivARB", "getBufferParameterivARB(Target :: enum(), Pname :: enum())", "getBufferParameterivARB-2"},
5213  {"getBufferParameteri64v", "getBufferParameteri64v(Target :: enum(), Pname :: enum())", "getBufferParameteri64v-2"},
5214  {"getBufferParameteriv", "getBufferParameteriv(Target :: enum(), Pname :: enum())", "getBufferParameteriv-2"},
5215  {"getBufferSubData", "getBufferSubData(Target :: enum(),Offset :: i(),Size :: i(),Data :: mem())", "getBufferSubData-4"},
5216  {"getClipPlane", "getClipPlane(Plane :: enum())", "getClipPlane-1"},
5217  {"getColorTable", "getColorTable(Target :: enum(),Format :: enum(),Type :: enum(),Table :: mem())", "getColorTable-4"},
5218  {"getColorTableParameterfv", "getColorTableParameterfv(Target :: enum(), Pname :: enum())", "getColorTableParameterfv-2"},
5219  {"getColorTableParameteriv", "getColorTableParameteriv(Target :: enum(), Pname :: enum())", "getColorTableParameteriv-2"},
5220  {"getCompressedTexImage", "getCompressedTexImage(Target :: enum(), Lod :: i(), Img :: mem())", "getCompressedTexImage-3"},
5221  {"getCompressedTexImageARB", "getCompressedTexImageARB(Target :: enum(),Level :: i(),Img :: mem())", "getCompressedTexImageARB-3"},
5222  {"getConvolutionFilter", "getConvolutionFilter(Target :: enum(),Format :: enum(),Type :: enum(),Image :: mem())", "getConvolutionFilter-4"},
5223  {"getConvolutionParameterfv", "getConvolutionParameterfv(Target :: enum(), Pname :: enum())", "getConvolutionParameterfv-2"},
5224  {"getConvolutionParameteriv", "getConvolutionParameteriv(Target :: enum(), Pname :: enum())", "getConvolutionParameteriv-2"},
5225  {"getDebugMessageLog", "getDebugMessageLog(Count :: i(), BufSize :: i())", "getDebugMessageLog-2"},
5226  {"getError", "getError()", "getError-0"},
5227  {"getFragDataIndex", "getFragDataIndex(Program :: i(), Name :: string())", "getFragDataIndex-2"},
5228  {"getFragDataLocation", "getFragDataLocation(Program :: i(), Name :: string())", "getFragDataLocation-2"},
5229  {"getFramebufferAttachmentParameteriv", "getFramebufferAttachmentParameteriv(Target :: enum(),Attachment :: enum(),Pname :: enum())", "getFramebufferAttachmentParameteriv-3"},
5230  {"getFramebufferParameteriv", "getFramebufferParameteriv(Target :: enum(), Pname :: enum())", "getFramebufferParameteriv-2"},
5231  {"getGraphicsResetStatus", "getGraphicsResetStatus()", "getGraphicsResetStatus-0"},
5232  {"getHandleARB", "getHandleARB(Pname :: enum())", "getHandleARB-1"},
5233  {"getHistogram", "getHistogram(Target :: enum(),Reset :: 0 | 1,Format :: enum(),Type :: enum(),Values :: mem())", "getHistogram-5"},
5234  {"getHistogramParameterfv", "getHistogramParameterfv(Target :: enum(), Pname :: enum())", "getHistogramParameterfv-2"},
5235  {"getHistogramParameteriv", "getHistogramParameteriv(Target :: enum(), Pname :: enum())", "getHistogramParameteriv-2"},
5236  {"getImageHandleARB", "getImageHandleARB(Texture :: i(),Level :: i(),Layered :: 0 | 1,Layer :: i(),Format :: enum())", "getImageHandleARB-5"},
5237  {"getInfoLogARB", "getInfoLogARB(Obj :: i(), MaxLength :: i())", "getInfoLogARB-2"},
5238  {"getInternalformativ", "getInternalformativ(Target :: enum(),Internalformat :: enum(),Pname :: enum(),BufSize :: i())", "getInternalformativ-4"},
5239  {"getInternalformati64v", "getInternalformati64v(Target :: enum(),Internalformat :: enum(),Pname :: enum(),BufSize :: i())", "getInternalformati64v-4"},
5240  {"getLightfv", "getLightfv(Light :: enum(), Pname :: enum())", "getLightfv-2"},
5241  {"getLightiv", "getLightiv(Light :: enum(), Pname :: enum())", "getLightiv-2"},
5242  {"getMapdv", "getMapdv(Target :: enum(), Query :: enum(), V :: mem())", "getMapdv-3"},
5243  {"getMapfv", "getMapfv(Target :: enum(), Query :: enum(), V :: mem())", "getMapfv-3"},
5244  {"getMapiv", "getMapiv(Target :: enum(), Query :: enum(), V :: mem())", "getMapiv-3"},
5245  {"getMaterialfv", "getMaterialfv(Face :: enum(), Pname :: enum())", "getMaterialfv-2"},
5246  {"getMaterialiv", "getMaterialiv(Face :: enum(), Pname :: enum())", "getMaterialiv-2"},
5247  {"getMinmax", "getMinmax(Target :: enum(),Reset :: 0 | 1,Format :: enum(),Types :: enum(),Values :: mem())", "getMinmax-5"},
5248  {"getMinmaxParameterfv", "getMinmaxParameterfv(Target :: enum(), Pname :: enum())", "getMinmaxParameterfv-2"},
5249  {"getMinmaxParameteriv", "getMinmaxParameteriv(Target :: enum(), Pname :: enum())", "getMinmaxParameteriv-2"},
5250  {"getMultisamplefv", "getMultisamplefv(Pname :: enum(), Index :: i())", "getMultisamplefv-2"},
5251  {"getObjectParameterfvARB", "getObjectParameterfvARB(Obj :: i(), Pname :: enum())", "getObjectParameterfvARB-2"},
5252  {"getObjectParameterivARB", "getObjectParameterivARB(Obj :: i(), Pname :: enum())", "getObjectParameterivARB-2"},
5253  {"getPixelMapfv", "getPixelMapfv(Map :: enum(), Values :: mem())", "getPixelMapfv-2"},
5254  {"getPixelMapuiv", "getPixelMapuiv(Map :: enum(), Values :: mem())", "getPixelMapuiv-2"},
5255  {"getPixelMapusv", "getPixelMapusv(Map :: enum(), Values :: mem())", "getPixelMapusv-2"},
5256  {"getPolygonStipple", "getPolygonStipple()", "getPolygonStipple-0"},
5257  {"getProgramiv", "getProgramiv(Program :: i(), Pname :: enum())", "getProgramiv-2"},
5258  {"getProgramBinary", "getProgramBinary(Program :: i(), BufSize :: i())", "getProgramBinary-2"},
5259  {"getProgramEnvParameterdvARB", "getProgramEnvParameterdvARB(Target :: enum(), Index :: i())", "getProgramEnvParameterdvARB-2"},
5260  {"getProgramEnvParameterfvARB", "getProgramEnvParameterfvARB(Target :: enum(), Index :: i())", "getProgramEnvParameterfvARB-2"},
5261  {"getProgramInfoLog", "getProgramInfoLog(Program :: i(), BufSize :: i())", "getProgramInfoLog-2"},
5262  {"getProgramInterfaceiv", "getProgramInterfaceiv(Program :: i(),ProgramInterface :: enum(),Pname :: enum())", "getProgramInterfaceiv-3"},
5263  {"getProgramLocalParameterdvARB", "getProgramLocalParameterdvARB(Target :: enum(), Index :: i())", "getProgramLocalParameterdvARB-2"},
5264  {"getProgramLocalParameterfvARB", "getProgramLocalParameterfvARB(Target :: enum(), Index :: i())", "getProgramLocalParameterfvARB-2"},
5265  {"getProgramPipelineiv", "getProgramPipelineiv(Pipeline :: i(), Pname :: enum())", "getProgramPipelineiv-2"},
5266  {"getProgramPipelineInfoLog", "getProgramPipelineInfoLog(Pipeline :: i(), BufSize :: i())", "getProgramPipelineInfoLog-2"},
5267  {"getProgramResourceIndex", "getProgramResourceIndex(Program :: i(),ProgramInterface :: enum(),Name :: string())", "getProgramResourceIndex-3"},
5268  {"getProgramResourceLocation", "getProgramResourceLocation(Program :: i(),ProgramInterface :: enum(),Name :: string())", "getProgramResourceLocation-3"},
5269  {"getProgramResourceLocationIndex", "getProgramResourceLocationIndex(Program :: i(),ProgramInterface :: enum(),Name :: string())", "getProgramResourceLocationIndex-3"},
5270  {"getProgramResourceName", "getProgramResourceName(Program :: i(),ProgramInterface :: enum(),Index :: i(),BufSize :: i())", "getProgramResourceName-4"},
5271  {"getProgramStageiv", "getProgramStageiv(Program :: i(),Shadertype :: enum(),Pname :: enum())", "getProgramStageiv-3"},
5272  {"getProgramStringARB", "getProgramStringARB(Target :: enum(),Pname :: enum(),String :: mem())", "getProgramStringARB-3"},
5273  {"getQueryiv", "getQueryiv(Target :: enum(), Pname :: enum())", "getQueryiv-2"},
5274  {"getQueryBufferObjectiv", "getQueryBufferObjectiv(Id :: i(),Buffer :: i(),Pname :: enum(),Offset :: i())", "getQueryBufferObjectiv-4"},
5275  {"getQueryBufferObjectuiv", "getQueryBufferObjectuiv(Id :: i(),Buffer :: i(),Pname :: enum(),Offset :: i())", "getQueryBufferObjectuiv-4"},
5276  {"getQueryBufferObjecti64v", "getQueryBufferObjecti64v(Id :: i(),Buffer :: i(),Pname :: enum(),Offset :: i())", "getQueryBufferObjecti64v-4"},
5277  {"getQueryBufferObjectui64v", "getQueryBufferObjectui64v(Id :: i(),Buffer :: i(),Pname :: enum(),Offset :: i())", "getQueryBufferObjectui64v-4"},
5278  {"getQueryIndexediv", "getQueryIndexediv(Target :: enum(), Index :: i(), Pname :: enum())", "getQueryIndexediv-3"},
5279  {"getQueryObjectiv", "getQueryObjectiv(Id :: i(), Pname :: enum())", "getQueryObjectiv-2"},
5280  {"getQueryObjectuiv", "getQueryObjectuiv(Id :: i(), Pname :: enum())", "getQueryObjectuiv-2"},
5281  {"getQueryObjecti64v", "getQueryObjecti64v(Id :: i(), Pname :: enum())", "getQueryObjecti64v-2"},
5282  {"getQueryObjectui64v", "getQueryObjectui64v(Id :: i(), Pname :: enum())", "getQueryObjectui64v-2"},
5283  {"getRenderbufferParameteriv", "getRenderbufferParameteriv(Target :: enum(), Pname :: enum())", "getRenderbufferParameteriv-2"},
5284  {"getSamplerParameterIiv", "getSamplerParameterIiv(Sampler :: i(), Pname :: enum())", "getSamplerParameterIiv-2"},
5285  {"getSamplerParameterfv", "getSamplerParameterfv(Sampler :: i(), Pname :: enum())", "getSamplerParameterfv-2"},
5286  {"getSamplerParameteriv", "getSamplerParameteriv(Sampler :: i(), Pname :: enum())", "getSamplerParameteriv-2"},
5287  {"getSamplerParameterIuiv", "getSamplerParameterIuiv(Sampler :: i(), Pname :: enum())", "getSamplerParameterIuiv-2"},
5288  {"getShaderiv", "getShaderiv(Shader :: i(), Pname :: enum())", "getShaderiv-2"},
5289  {"getShaderInfoLog", "getShaderInfoLog(Shader :: i(), BufSize :: i())", "getShaderInfoLog-2"},
5290  {"getShaderPrecisionFormat", "getShaderPrecisionFormat(Shadertype :: enum(),Precisiontype :: enum())", "getShaderPrecisionFormat-2"},
5291  {"getShaderSource", "getShaderSource(Shader :: i(), BufSize :: i())", "getShaderSource-2"},
5292  {"getShaderSourceARB", "getShaderSourceARB(Obj :: i(), MaxLength :: i())", "getShaderSourceARB-2"},
5293  {"getString", "getString(Name :: enum())", "getString-1"},
5294  {"getStringi", "getStringi(Name :: enum(), Index :: i())", "getStringi-2"},
5295  {"getSubroutineIndex", "getSubroutineIndex(Program :: i(),Shadertype :: enum(),Name :: string())", "getSubroutineIndex-3"},
5296  {"getSubroutineUniformLocation", "getSubroutineUniformLocation(Program :: i(),Shadertype :: enum(),Name :: string())", "getSubroutineUniformLocation-3"},
5297  {"getSynciv", "getSynciv(Sync :: i(), Pname :: enum(), BufSize :: i())", "getSynciv-3"},
5298  {"getTexEnvfv", "getTexEnvfv(Target :: enum(), Pname :: enum())", "getTexEnvfv-2"},
5299  {"getTexEnviv", "getTexEnviv(Target :: enum(), Pname :: enum())", "getTexEnviv-2"},
5300  {"getTexGendv", "getTexGendv(Coord :: enum(), Pname :: enum())", "getTexGendv-2"},
5301  {"getTexGenfv", "getTexGenfv(Coord :: enum(), Pname :: enum())", "getTexGenfv-2"},
5302  {"getTexGeniv", "getTexGeniv(Coord :: enum(), Pname :: enum())", "getTexGeniv-2"},
5303  {"getTexImage", "getTexImage(Target :: enum(),Level :: i(),Format :: enum(),Type :: enum(),Pixels :: mem())", "getTexImage-5"},
5304  {"getTexLevelParameterfv", "getTexLevelParameterfv(Target :: enum(),Level :: i(),Pname :: enum())", "getTexLevelParameterfv-3"},
5305  {"getTexLevelParameteriv", "getTexLevelParameteriv(Target :: enum(),Level :: i(),Pname :: enum())", "getTexLevelParameteriv-3"},
5306  {"getTexParameterIiv", "getTexParameterIiv(Target :: enum(), Pname :: enum())", "getTexParameterIiv-2"},
5307  {"getTexParameterfv", "getTexParameterfv(Target :: enum(), Pname :: enum())", "getTexParameterfv-2"},
5308  {"getTexParameteriv", "getTexParameteriv(Target :: enum(), Pname :: enum())", "getTexParameteriv-2"},
5309  {"getTexParameterIuiv", "getTexParameterIuiv(Target :: enum(), Pname :: enum())", "getTexParameterIuiv-2"},
5310  {"getTransformFeedbackVarying", "getTransformFeedbackVarying(Program :: i(),Index :: i(),BufSize :: i())", "getTransformFeedbackVarying-3"},
5311  {"getUniformdv", "getUniformdv(Program :: i(), Location :: i())", "getUniformdv-2"},
5312  {"getUniformfv", "getUniformfv(Program :: i(), Location :: i())", "getUniformfv-2"},
5313  {"getUniformiv", "getUniformiv(Program :: i(), Location :: i())", "getUniformiv-2"},
5314  {"getUniformuiv", "getUniformuiv(Program :: i(), Location :: i())", "getUniformuiv-2"},
5315  {"getUniformfvARB", "getUniformfvARB(ProgramObj :: i(), Location :: i())", "getUniformfvARB-2"},
5316  {"getUniformivARB", "getUniformivARB(ProgramObj :: i(), Location :: i())", "getUniformivARB-2"},
5317  {"getUniformBlockIndex", "getUniformBlockIndex(Program :: i(), UniformBlockName :: string())", "getUniformBlockIndex-2"},
5318  {"getUniformIndices", "getUniformIndices(Program :: i(),UniformNames :: [unicode:chardata()])", "getUniformIndices-2"},
5319  {"getUniformLocation", "getUniformLocation(Program :: i(), Name :: string())", "getUniformLocation-2"},
5320  {"getUniformLocationARB", "getUniformLocationARB(ProgramObj :: i(), Name :: string())", "getUniformLocationARB-2"},
5321  {"getUniformSubroutineuiv", "getUniformSubroutineuiv(Shadertype :: enum(), Location :: i())", "getUniformSubroutineuiv-2"},
5322  {"getUniformi64vARB", "getUniformi64vARB(Program :: i(), Location :: i())", "getUniformi64vARB-2"},
5323  {"getUniformui64vARB", "getUniformui64vARB(Program :: i(), Location :: i())", "getUniformui64vARB-2"},
5324  {"getVertexAttribIiv", "getVertexAttribIiv(Index :: i(), Pname :: enum())", "getVertexAttribIiv-2"},
5325  {"getVertexAttribdv", "getVertexAttribdv(Index :: i(), Pname :: enum())", "getVertexAttribdv-2"},
5326  {"getVertexAttribfv", "getVertexAttribfv(Index :: i(), Pname :: enum())", "getVertexAttribfv-2"},
5327  {"getVertexAttribiv", "getVertexAttribiv(Index :: i(), Pname :: enum())", "getVertexAttribiv-2"},
5328  {"getVertexAttribIuiv", "getVertexAttribIuiv(Index :: i(), Pname :: enum())", "getVertexAttribIuiv-2"},
5329  {"getVertexAttribLdv", "getVertexAttribLdv(Index :: i(), Pname :: enum())", "getVertexAttribLdv-2"},
5330  {"hint", "hint(Target :: enum(), Mode :: enum())", "hint-2"},
5331  {"histogram", "histogram(Target :: enum(),Width :: i(),Internalformat :: enum(),Sink :: 0 | 1)", "histogram-4"},
5332  {"indexd", "indexd(C :: f())", "indexd-1"},
5333  {"indexdv", "indexdv(X1 :: {C :: f()})", "indexdv-1"},
5334  {"indexf", "indexf(C :: f())", "indexf-1"},
5335  {"indexfv", "indexfv(X1 :: {C :: f()})", "indexfv-1"},
5336  {"indexi", "indexi(C :: i())", "indexi-1"},
5337  {"indexiv", "indexiv(X1 :: {C :: i()})", "indexiv-1"},
5338  {"indexs", "indexs(C :: i())", "indexs-1"},
5339  {"indexsv", "indexsv(X1 :: {C :: i()})", "indexsv-1"},
5340  {"indexub", "indexub(C :: i())", "indexub-1"},
5341  {"indexubv", "indexubv(X1 :: {C :: i()})", "indexubv-1"},
5342  {"indexMask", "indexMask(Mask :: i())", "indexMask-1"},
5343  {"indexPointer", "indexPointer(Type :: enum(),Stride :: i(),Ptr :: offset() | mem())", "indexPointer-3"},
5344  {"initNames", "initNames()", "initNames-0"},
5345  {"interleavedArrays", "interleavedArrays(Format :: enum(),Stride :: i(),Pointer :: offset() | mem())", "interleavedArrays-3"},
5346  {"invalidateBufferData", "invalidateBufferData(Buffer :: i())", "invalidateBufferData-1"},
5347  {"invalidateBufferSubData", "invalidateBufferSubData(Buffer :: i(),Offset :: i(),Length :: i())", "invalidateBufferSubData-3"},
5348  {"invalidateFramebuffer", "invalidateFramebuffer(Target :: enum(), Attachments :: [enum()])", "invalidateFramebuffer-2"},
5349  {"invalidateSubFramebuffer", "invalidateSubFramebuffer(Target :: enum(),Attachments :: [enum()],X :: i(),Y :: i(),Width :: i(),Height :: i())", "invalidateSubFramebuffer-6"},
5350  {"invalidateTexImage", "invalidateTexImage(Texture :: i(), Level :: i())", "invalidateTexImage-2"},
5351  {"invalidateTexSubImage", "invalidateTexSubImage(Texture, Level, Xoffset, Yoffset, Zoffset,Width, Height, Depth)", "invalidateTexSubImage-8"},
5352  {"isBuffer", "isBuffer(Buffer :: i())", "isBuffer-1"},
5353  {"isEnabled", "isEnabled(Cap :: enum())", "isEnabled-1"},
5354  {"isEnabledi", "isEnabledi(Target :: enum(), Index :: i())", "isEnabledi-2"},
5355  {"isFramebuffer", "isFramebuffer(Framebuffer :: i())", "isFramebuffer-1"},
5356  {"isImageHandleResidentARB", "isImageHandleResidentARB(Handle :: i())", "isImageHandleResidentARB-1"},
5357  {"isList", "isList(List :: i())", "isList-1"},
5358  {"isNamedStringARB", "isNamedStringARB(Name :: string())", "isNamedStringARB-1"},
5359  {"isProgram", "isProgram(Program :: i())", "isProgram-1"},
5360  {"isProgramPipeline", "isProgramPipeline(Pipeline :: i())", "isProgramPipeline-1"},
5361  {"isQuery", "isQuery(Id :: i())", "isQuery-1"},
5362  {"isRenderbuffer", "isRenderbuffer(Renderbuffer :: i())", "isRenderbuffer-1"},
5363  {"isSampler", "isSampler(Sampler :: i())", "isSampler-1"},
5364  {"isShader", "isShader(Shader :: i())", "isShader-1"},
5365  {"isSync", "isSync(Sync :: i())", "isSync-1"},
5366  {"isTexture", "isTexture(Texture :: i())", "isTexture-1"},
5367  {"isTextureHandleResidentARB", "isTextureHandleResidentARB(Handle :: i())", "isTextureHandleResidentARB-1"},
5368  {"isTransformFeedback", "isTransformFeedback(Id :: i())", "isTransformFeedback-1"},
5369  {"isVertexArray", "isVertexArray(Array :: i())", "isVertexArray-1"},
5370  {"lightf", "lightf(Light :: enum(), Pname :: enum(), Param :: f())", "lightf-3"},
5371  {"lightfv", "lightfv(Light :: enum(), Pname :: enum(), Params :: tuple())", "lightfv-3"},
5372  {"lighti", "lighti(Light :: enum(), Pname :: enum(), Param :: i())", "lighti-3"},
5373  {"lightiv", "lightiv(Light :: enum(), Pname :: enum(), Params :: tuple())", "lightiv-3"},
5374  {"lightModelf", "lightModelf(Pname :: enum(), Param :: f())", "lightModelf-2"},
5375  {"lightModelfv", "lightModelfv(Pname :: enum(), Params :: tuple())", "lightModelfv-2"},
5376  {"lightModeli", "lightModeli(Pname :: enum(), Param :: i())", "lightModeli-2"},
5377  {"lightModeliv", "lightModeliv(Pname :: enum(), Params :: tuple())", "lightModeliv-2"},
5378  {"lineStipple", "lineStipple(Factor :: i(), Pattern :: i())", "lineStipple-2"},
5379  {"lineWidth", "lineWidth(Width :: f())", "lineWidth-1"},
5380  {"linkProgram", "linkProgram(Program :: i())", "linkProgram-1"},
5381  {"linkProgramARB", "linkProgramARB(ProgramObj :: i())", "linkProgramARB-1"},
5382  {"listBase", "listBase(Base :: i())", "listBase-1"},
5383  {"loadIdentity", "loadIdentity()", "loadIdentity-0"},
5384  {"loadMatrixd", "loadMatrixd(M :: matrix())", "loadMatrixd-1"},
5385  {"loadMatrixf", "loadMatrixf(M :: matrix())", "loadMatrixf-1"},
5386  {"loadName", "loadName(Name :: i())", "loadName-1"},
5387  {"loadTransposeMatrixd", "loadTransposeMatrixd(M :: matrix())", "loadTransposeMatrixd-1"},
5388  {"loadTransposeMatrixf", "loadTransposeMatrixf(M :: matrix())", "loadTransposeMatrixf-1"},
5389  {"loadTransposeMatrixdARB", "loadTransposeMatrixdARB(M :: matrix())", "loadTransposeMatrixdARB-1"},
5390  {"loadTransposeMatrixfARB", "loadTransposeMatrixfARB(M :: matrix())", "loadTransposeMatrixfARB-1"},
5391  {"logicOp", "logicOp(Opcode :: enum())", "logicOp-1"},
5392  {"makeImageHandleNonResidentARB", "makeImageHandleNonResidentARB(Handle :: i())", "makeImageHandleNonResidentARB-1"},
5393  {"makeImageHandleResidentARB", "makeImageHandleResidentARB(Handle :: i(), Access :: enum())", "makeImageHandleResidentARB-2"},
5394  {"makeTextureHandleNonResidentARB", "makeTextureHandleNonResidentARB(Handle :: i())", "makeTextureHandleNonResidentARB-1"},
5395  {"makeTextureHandleResidentARB", "makeTextureHandleResidentARB(Handle :: i())", "makeTextureHandleResidentARB-1"},
5396  {"map1d", "map1d(Target :: enum(),U1 :: f(),U2 :: f(),Stride :: i(),Order :: i(),Points :: binary())", "map1d-6"},
5397  {"map1f", "map1f(Target :: enum(),U1 :: f(),U2 :: f(),Stride :: i(),Order :: i(),Points :: binary())", "map1f-6"},
5398  {"map2d", "map2d(Target, U1, U2, Ustride, Uorder, V1, V2, Vstride, Vorder,Points)", "map2d-10"},
5399  {"map2f", "map2f(Target, U1, U2, Ustride, Uorder, V1, V2, Vstride, Vorder,Points)", "map2f-10"},
5400  {"mapGrid1d", "mapGrid1d(Un :: i(), U1 :: f(), U2 :: f())", "mapGrid1d-3"},
5401  {"mapGrid1f", "mapGrid1f(Un :: i(), U1 :: f(), U2 :: f())", "mapGrid1f-3"},
5402  {"mapGrid2d", "mapGrid2d(Un :: i(),U1 :: f(),U2 :: f(),Vn :: i(),V1 :: f(),V2 :: f())", "mapGrid2d-6"},
5403  {"mapGrid2f", "mapGrid2f(Un :: i(),U1 :: f(),U2 :: f(),Vn :: i(),V1 :: f(),V2 :: f())", "mapGrid2f-6"},
5404  {"materialf", "materialf(Face :: enum(), Pname :: enum(), Param :: f())", "materialf-3"},
5405  {"materialfv", "materialfv(Face :: enum(), Pname :: enum(), Params :: tuple())", "materialfv-3"},
5406  {"materiali", "materiali(Face :: enum(), Pname :: enum(), Param :: i())", "materiali-3"},
5407  {"materialiv", "materialiv(Face :: enum(), Pname :: enum(), Params :: tuple())", "materialiv-3"},
5408  {"matrixIndexubvARB", "matrixIndexubvARB(Indices :: [i()])", "matrixIndexubvARB-1"},
5409  {"matrixIndexuivARB", "matrixIndexuivARB(Indices :: [i()])", "matrixIndexuivARB-1"},
5410  {"matrixIndexusvARB", "matrixIndexusvARB(Indices :: [i()])", "matrixIndexusvARB-1"},
5411  {"matrixMode", "matrixMode(Mode :: enum())", "matrixMode-1"},
5412  {"maxShaderCompilerThreadsARB", "maxShaderCompilerThreadsARB(Count :: i())", "maxShaderCompilerThreadsARB-1"},
5413  {"maxShaderCompilerThreadsKHR", "maxShaderCompilerThreadsKHR(Count :: i())", "maxShaderCompilerThreadsKHR-1"},
5414  {"memoryBarrier", "memoryBarrier(Barriers :: i())", "memoryBarrier-1"},
5415  {"memoryBarrierByRegion", "memoryBarrierByRegion(Barriers :: i())", "memoryBarrierByRegion-1"},
5416  {"minSampleShading", "minSampleShading(Value :: f())", "minSampleShading-1"},
5417  {"minmax", "minmax(Target :: enum(), Internalformat :: enum(), Sink :: 0 | 1)", "minmax-3"},
5418  {"multMatrixd", "multMatrixd(M :: matrix())", "multMatrixd-1"},
5419  {"multMatrixf", "multMatrixf(M :: matrix())", "multMatrixf-1"},
5420  {"multTransposeMatrixd", "multTransposeMatrixd(M :: matrix())", "multTransposeMatrixd-1"},
5421  {"multTransposeMatrixf", "multTransposeMatrixf(M :: matrix())", "multTransposeMatrixf-1"},
5422  {"multTransposeMatrixdARB", "multTransposeMatrixdARB(M :: matrix())", "multTransposeMatrixdARB-1"},
5423  {"multTransposeMatrixfARB", "multTransposeMatrixfARB(M :: matrix())", "multTransposeMatrixfARB-1"},
5424  {"multiDrawArrays", "multiDrawArrays(Mode :: enum(),First :: [integer()] | mem(),Count :: [integer()] | mem())", "multiDrawArrays-3"},
5425  {"multiDrawArraysIndirect", "multiDrawArraysIndirect(Mode :: enum(),Indirect :: offset() | mem(),Drawcount :: i(),Stride :: i())", "multiDrawArraysIndirect-4"},
5426  {"multiDrawArraysIndirectCount", "multiDrawArraysIndirectCount(Mode, Indirect, Drawcount,Maxdrawcount, Stride)", "multiDrawArraysIndirectCount-5"},
5427  {"multiTexCoord1d", "multiTexCoord1d(Target :: enum(), S :: f())", "multiTexCoord1d-2"},
5428  {"multiTexCoord1dv", "multiTexCoord1dv(Target :: enum(), X2 :: {S :: f()})", "multiTexCoord1dv-2"},
5429  {"multiTexCoord1f", "multiTexCoord1f(Target :: enum(), S :: f())", "multiTexCoord1f-2"},
5430  {"multiTexCoord1fv", "multiTexCoord1fv(Target :: enum(), X2 :: {S :: f()})", "multiTexCoord1fv-2"},
5431  {"multiTexCoord1i", "multiTexCoord1i(Target :: enum(), S :: i())", "multiTexCoord1i-2"},
5432  {"multiTexCoord1iv", "multiTexCoord1iv(Target :: enum(), X2 :: {S :: i()})", "multiTexCoord1iv-2"},
5433  {"multiTexCoord1s", "multiTexCoord1s(Target :: enum(), S :: i())", "multiTexCoord1s-2"},
5434  {"multiTexCoord1sv", "multiTexCoord1sv(Target :: enum(), X2 :: {S :: i()})", "multiTexCoord1sv-2"},
5435  {"multiTexCoord2d", "multiTexCoord2d(Target :: enum(), S :: f(), T :: f())", "multiTexCoord2d-3"},
5436  {"multiTexCoord2dv", "multiTexCoord2dv(Target :: enum(), X2 :: {S :: f(), T :: f()})", "multiTexCoord2dv-2"},
5437  {"multiTexCoord2f", "multiTexCoord2f(Target :: enum(), S :: f(), T :: f())", "multiTexCoord2f-3"},
5438  {"multiTexCoord2fv", "multiTexCoord2fv(Target :: enum(), X2 :: {S :: f(), T :: f()})", "multiTexCoord2fv-2"},
5439  {"multiTexCoord2i", "multiTexCoord2i(Target :: enum(), S :: i(), T :: i())", "multiTexCoord2i-3"},
5440  {"multiTexCoord2iv", "multiTexCoord2iv(Target :: enum(), X2 :: {S :: i(), T :: i()})", "multiTexCoord2iv-2"},
5441  {"multiTexCoord2s", "multiTexCoord2s(Target :: enum(), S :: i(), T :: i())", "multiTexCoord2s-3"},
5442  {"multiTexCoord2sv", "multiTexCoord2sv(Target :: enum(), X2 :: {S :: i(), T :: i()})", "multiTexCoord2sv-2"},
5443  {"multiTexCoord3d", "multiTexCoord3d(Target :: enum(), S :: f(), T :: f(), R :: f())", "multiTexCoord3d-4"},
5444  {"multiTexCoord3dv", "multiTexCoord3dv(Target :: enum(),X2 :: {S :: f(), T :: f(), R :: f()})", "multiTexCoord3dv-2"},
5445  {"multiTexCoord3f", "multiTexCoord3f(Target :: enum(), S :: f(), T :: f(), R :: f())", "multiTexCoord3f-4"},
5446  {"multiTexCoord3fv", "multiTexCoord3fv(Target :: enum(),X2 :: {S :: f(), T :: f(), R :: f()})", "multiTexCoord3fv-2"},
5447  {"multiTexCoord3i", "multiTexCoord3i(Target :: enum(), S :: i(), T :: i(), R :: i())", "multiTexCoord3i-4"},
5448  {"multiTexCoord3iv", "multiTexCoord3iv(Target :: enum(),X2 :: {S :: i(), T :: i(), R :: i()})", "multiTexCoord3iv-2"},
5449  {"multiTexCoord3s", "multiTexCoord3s(Target :: enum(), S :: i(), T :: i(), R :: i())", "multiTexCoord3s-4"},
5450  {"multiTexCoord3sv", "multiTexCoord3sv(Target :: enum(),X2 :: {S :: i(), T :: i(), R :: i()})", "multiTexCoord3sv-2"},
5451  {"multiTexCoord4d", "multiTexCoord4d(Target :: enum(),S :: f(),T :: f(),R :: f(),Q :: f())", "multiTexCoord4d-5"},
5452  {"multiTexCoord4dv", "multiTexCoord4dv(Target :: enum(),X2 :: {S :: f(), T :: f(), R :: f(), Q :: f()})", "multiTexCoord4dv-2"},
5453  {"multiTexCoord4f", "multiTexCoord4f(Target :: enum(),S :: f(),T :: f(),R :: f(),Q :: f())", "multiTexCoord4f-5"},
5454  {"multiTexCoord4fv", "multiTexCoord4fv(Target :: enum(),X2 :: {S :: f(), T :: f(), R :: f(), Q :: f()})", "multiTexCoord4fv-2"},
5455  {"multiTexCoord4i", "multiTexCoord4i(Target :: enum(),S :: i(),T :: i(),R :: i(),Q :: i())", "multiTexCoord4i-5"},
5456  {"multiTexCoord4iv", "multiTexCoord4iv(Target :: enum(),X2 :: {S :: i(), T :: i(), R :: i(), Q :: i()})", "multiTexCoord4iv-2"},
5457  {"multiTexCoord4s", "multiTexCoord4s(Target :: enum(),S :: i(),T :: i(),R :: i(),Q :: i())", "multiTexCoord4s-5"},
5458  {"multiTexCoord4sv", "multiTexCoord4sv(Target :: enum(),X2 :: {S :: i(), T :: i(), R :: i(), Q :: i()})", "multiTexCoord4sv-2"},
5459  {"newList", "newList(List :: i(), Mode :: enum())", "newList-2"},
5460  {"normal3b", "normal3b(Nx :: i(), Ny :: i(), Nz :: i())", "normal3b-3"},
5461  {"normal3bv", "normal3bv(X1 :: {Nx :: i(), Ny :: i(), Nz :: i()})", "normal3bv-1"},
5462  {"normal3d", "normal3d(Nx :: f(), Ny :: f(), Nz :: f())", "normal3d-3"},
5463  {"normal3dv", "normal3dv(X1 :: {Nx :: f(), Ny :: f(), Nz :: f()})", "normal3dv-1"},
5464  {"normal3f", "normal3f(Nx :: f(), Ny :: f(), Nz :: f())", "normal3f-3"},
5465  {"normal3fv", "normal3fv(X1 :: {Nx :: f(), Ny :: f(), Nz :: f()})", "normal3fv-1"},
5466  {"normal3i", "normal3i(Nx :: i(), Ny :: i(), Nz :: i())", "normal3i-3"},
5467  {"normal3iv", "normal3iv(X1 :: {Nx :: i(), Ny :: i(), Nz :: i()})", "normal3iv-1"},
5468  {"normal3s", "normal3s(Nx :: i(), Ny :: i(), Nz :: i())", "normal3s-3"},
5469  {"normal3sv", "normal3sv(X1 :: {Nx :: i(), Ny :: i(), Nz :: i()})", "normal3sv-1"},
5470  {"normalPointer", "normalPointer(Type :: enum(),Stride :: i(),Ptr :: offset() | mem())", "normalPointer-3"},
5471  {"objectPtrLabel", "objectPtrLabel(Ptr :: offset() | mem(),Length :: i(),Label :: string())", "objectPtrLabel-3"},
5472  {"ortho", "ortho(Left :: f(),Right :: f(),Bottom :: f(),Top :: f(),Near_val :: f(),Far_val :: f())", "ortho-6"},
5473  {"passThrough", "passThrough(Token :: f())", "passThrough-1"},
5474  {"patchParameterfv", "patchParameterfv(Pname :: enum(), Values :: [f()])", "patchParameterfv-2"},
5475  {"patchParameteri", "patchParameteri(Pname :: enum(), Value :: i())", "patchParameteri-2"},
5476  {"pauseTransformFeedback", "pauseTransformFeedback()", "pauseTransformFeedback-0"},
5477  {"pixelMapfv", "pixelMapfv(Map :: enum(), Mapsize :: i(), Values :: binary())", "pixelMapfv-3"},
5478  {"pixelMapuiv", "pixelMapuiv(Map :: enum(), Mapsize :: i(), Values :: binary())", "pixelMapuiv-3"},
5479  {"pixelMapusv", "pixelMapusv(Map :: enum(), Mapsize :: i(), Values :: binary())", "pixelMapusv-3"},
5480  {"pixelStoref", "pixelStoref(Pname :: enum(), Param :: f())", "pixelStoref-2"},
5481  {"pixelStorei", "pixelStorei(Pname :: enum(), Param :: i())", "pixelStorei-2"},
5482  {"pixelTransferf", "pixelTransferf(Pname :: enum(), Param :: f())", "pixelTransferf-2"},
5483  {"pixelTransferi", "pixelTransferi(Pname :: enum(), Param :: i())", "pixelTransferi-2"},
5484  {"pixelZoom", "pixelZoom(Xfactor :: f(), Yfactor :: f())", "pixelZoom-2"},
5485  {"pointParameterf", "pointParameterf(Pname :: enum(), Param :: f())", "pointParameterf-2"},
5486  {"pointParameterfv", "pointParameterfv(Pname :: enum(), Params :: tuple())", "pointParameterfv-2"},
5487  {"pointParameteri", "pointParameteri(Pname :: enum(), Param :: i())", "pointParameteri-2"},
5488  {"pointParameteriv", "pointParameteriv(Pname :: enum(), Params :: tuple())", "pointParameteriv-2"},
5489  {"pointSize", "pointSize(Size :: f())", "pointSize-1"},
5490  {"polygonMode", "polygonMode(Face :: enum(), Mode :: enum())", "polygonMode-2"},
5491  {"polygonOffset", "polygonOffset(Factor :: f(), Units :: f())", "polygonOffset-2"},
5492  {"polygonOffsetClamp", "polygonOffsetClamp(Factor :: f(), Units :: f(), Clamp :: f())", "polygonOffsetClamp-3"},
5493  {"polygonStipple", "polygonStipple(Mask :: binary())", "polygonStipple-1"},
5494  {"primitiveBoundingBoxARB", "primitiveBoundingBoxARB(MinX, MinY, MinZ, MinW, MaxX, MaxY, MaxZ,MaxW)", "primitiveBoundingBoxARB-8"},
5495  {"primitiveRestartIndex", "primitiveRestartIndex(Index :: i())", "primitiveRestartIndex-1"},
5496  {"prioritizeTextures", "prioritizeTextures(Textures :: [i()], Priorities :: [clamp()])", "prioritizeTextures-2"},
5497  {"programBinary", "programBinary(Program :: i(),BinaryFormat :: enum(),Binary :: binary())", "programBinary-3"},
5498  {"programEnvParameter4dARB", "programEnvParameter4dARB(Target :: enum(),Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "programEnvParameter4dARB-6"},
5499  {"programEnvParameter4dvARB", "programEnvParameter4dvARB(Target :: enum(),Index :: i(),Params :: {f(), f(), f(), f()})", "programEnvParameter4dvARB-3"},
5500  {"programEnvParameter4fARB", "programEnvParameter4fARB(Target :: enum(),Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "programEnvParameter4fARB-6"},
5501  {"programEnvParameter4fvARB", "programEnvParameter4fvARB(Target :: enum(),Index :: i(),Params :: {f(), f(), f(), f()})", "programEnvParameter4fvARB-3"},
5502  {"programLocalParameter4dARB", "programLocalParameter4dARB(Target :: enum(),Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "programLocalParameter4dARB-6"},
5503  {"programLocalParameter4dvARB", "programLocalParameter4dvARB(Target :: enum(),Index :: i(),Params :: {f(), f(), f(), f()})", "programLocalParameter4dvARB-3"},
5504  {"programLocalParameter4fARB", "programLocalParameter4fARB(Target :: enum(),Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "programLocalParameter4fARB-6"},
5505  {"programLocalParameter4fvARB", "programLocalParameter4fvARB(Target :: enum(),Index :: i(),Params :: {f(), f(), f(), f()})", "programLocalParameter4fvARB-3"},
5506  {"programParameteri", "programParameteri(Program :: i(), Pname :: enum(), Value :: i())", "programParameteri-3"},
5507  {"programStringARB", "programStringARB(Target :: enum(),Format :: enum(),String :: string())", "programStringARB-3"},
5508  {"programUniform1d", "programUniform1d(Program :: i(), Location :: i(), V0 :: f())", "programUniform1d-3"},
5509  {"programUniform1dv", "programUniform1dv(Program :: i(), Location :: i(), Value :: [f()])", "programUniform1dv-3"},
5510  {"programUniform1f", "programUniform1f(Program :: i(), Location :: i(), V0 :: f())", "programUniform1f-3"},
5511  {"programUniform1fv", "programUniform1fv(Program :: i(), Location :: i(), Value :: [f()])", "programUniform1fv-3"},
5512  {"programUniform1i", "programUniform1i(Program :: i(), Location :: i(), V0 :: i())", "programUniform1i-3"},
5513  {"programUniform1iv", "programUniform1iv(Program :: i(), Location :: i(), Value :: [i()])", "programUniform1iv-3"},
5514  {"programUniform1ui", "programUniform1ui(Program :: i(), Location :: i(), V0 :: i())", "programUniform1ui-3"},
5515  {"programUniform1uiv", "programUniform1uiv(Program :: i(),Location :: i(),Value :: [i()])", "programUniform1uiv-3"},
5516  {"programUniform2d", "programUniform2d(Program :: i(),Location :: i(),V0 :: f(),V1 :: f())", "programUniform2d-4"},
5517  {"programUniform2dv", "programUniform2dv(Program :: i(),Location :: i(),Value :: [{f(), f()}])", "programUniform2dv-3"},
5518  {"programUniform2f", "programUniform2f(Program :: i(),Location :: i(),V0 :: f(),V1 :: f())", "programUniform2f-4"},
5519  {"programUniform2fv", "programUniform2fv(Program :: i(),Location :: i(),Value :: [{f(), f()}])", "programUniform2fv-3"},
5520  {"programUniform2i", "programUniform2i(Program :: i(),Location :: i(),V0 :: i(),V1 :: i())", "programUniform2i-4"},
5521  {"programUniform2iv", "programUniform2iv(Program :: i(),Location :: i(),Value :: [{i(), i()}])", "programUniform2iv-3"},
5522  {"programUniform2ui", "programUniform2ui(Program :: i(),Location :: i(),V0 :: i(),V1 :: i())", "programUniform2ui-4"},
5523  {"programUniform2uiv", "programUniform2uiv(Program :: i(),Location :: i(),Value :: [{i(), i()}])", "programUniform2uiv-3"},
5524  {"programUniform3d", "programUniform3d(Program :: i(),Location :: i(),V0 :: f(),V1 :: f(),V2 :: f())", "programUniform3d-5"},
5525  {"programUniform3dv", "programUniform3dv(Program :: i(),Location :: i(),Value :: [{f(), f(), f()}])", "programUniform3dv-3"},
5526  {"programUniform3f", "programUniform3f(Program :: i(),Location :: i(),V0 :: f(),V1 :: f(),V2 :: f())", "programUniform3f-5"},
5527  {"programUniform3fv", "programUniform3fv(Program :: i(),Location :: i(),Value :: [{f(), f(), f()}])", "programUniform3fv-3"},
5528  {"programUniform3i", "programUniform3i(Program :: i(),Location :: i(),V0 :: i(),V1 :: i(),V2 :: i())", "programUniform3i-5"},
5529  {"programUniform3iv", "programUniform3iv(Program :: i(),Location :: i(),Value :: [{i(), i(), i()}])", "programUniform3iv-3"},
5530  {"programUniform3ui", "programUniform3ui(Program :: i(),Location :: i(),V0 :: i(),V1 :: i(),V2 :: i())", "programUniform3ui-5"},
5531  {"programUniform3uiv", "programUniform3uiv(Program :: i(),Location :: i(),Value :: [{i(), i(), i()}])", "programUniform3uiv-3"},
5532  {"programUniform4d", "programUniform4d(Program :: i(),Location :: i(),V0 :: f(),V1 :: f(),V2 :: f(),V3 :: f())", "programUniform4d-6"},
5533  {"programUniform4dv", "programUniform4dv(Program :: i(),Location :: i(),Value :: [{f(), f(), f(), f()}])", "programUniform4dv-3"},
5534  {"programUniform4f", "programUniform4f(Program :: i(),Location :: i(),V0 :: f(),V1 :: f(),V2 :: f(),V3 :: f())", "programUniform4f-6"},
5535  {"programUniform4fv", "programUniform4fv(Program :: i(),Location :: i(),Value :: [{f(), f(), f(), f()}])", "programUniform4fv-3"},
5536  {"programUniform4i", "programUniform4i(Program :: i(),Location :: i(),V0 :: i(),V1 :: i(),V2 :: i(),V3 :: i())", "programUniform4i-6"},
5537  {"programUniform4iv", "programUniform4iv(Program :: i(),Location :: i(),Value :: [{i(), i(), i(), i()}])", "programUniform4iv-3"},
5538  {"programUniform4ui", "programUniform4ui(Program :: i(),Location :: i(),V0 :: i(),V1 :: i(),V2 :: i(),V3 :: i())", "programUniform4ui-6"},
5539  {"programUniform4uiv", "programUniform4uiv(Program :: i(),Location :: i(),Value :: [{i(), i(), i(), i()}])", "programUniform4uiv-3"},
5540  {"programUniformMatrix2dv", "programUniformMatrix2dv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f()}])", "programUniformMatrix2dv-4"},
5541  {"programUniformMatrix2fv", "programUniformMatrix2fv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f()}])", "programUniformMatrix2fv-4"},
5542  {"programUniformMatrix2x3dv", "programUniformMatrix2x3dv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f()}])", "programUniformMatrix2x3dv-4"},
5543  {"programUniformMatrix2x3fv", "programUniformMatrix2x3fv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f()}])", "programUniformMatrix2x3fv-4"},
5544  {"programUniformMatrix2x4dv", "programUniformMatrix2x4dv(Program, Location, Transpose, Value)", "programUniformMatrix2x4dv-4"},
5545  {"programUniformMatrix2x4fv", "programUniformMatrix2x4fv(Program, Location, Transpose, Value)", "programUniformMatrix2x4fv-4"},
5546  {"programUniformMatrix3dv", "programUniformMatrix3dv(Program, Location, Transpose, Value)", "programUniformMatrix3dv-4"},
5547  {"programUniformMatrix3fv", "programUniformMatrix3fv(Program, Location, Transpose, Value)", "programUniformMatrix3fv-4"},
5548  {"programUniformMatrix3x2dv", "programUniformMatrix3x2dv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f()}])", "programUniformMatrix3x2dv-4"},
5549  {"programUniformMatrix3x2fv", "programUniformMatrix3x2fv(Program :: i(),Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f()}])", "programUniformMatrix3x2fv-4"},
5550  {"programUniformMatrix3x4dv", "programUniformMatrix3x4dv(Program, Location, Transpose, Value)", "programUniformMatrix3x4dv-4"},
5551  {"programUniformMatrix3x4fv", "programUniformMatrix3x4fv(Program, Location, Transpose, Value)", "programUniformMatrix3x4fv-4"},
5552  {"programUniformMatrix4dv", "programUniformMatrix4dv(Program, Location, Transpose, Value)", "programUniformMatrix4dv-4"},
5553  {"programUniformMatrix4fv", "programUniformMatrix4fv(Program, Location, Transpose, Value)", "programUniformMatrix4fv-4"},
5554  {"programUniformMatrix4x2dv", "programUniformMatrix4x2dv(Program, Location, Transpose, Value)", "programUniformMatrix4x2dv-4"},
5555  {"programUniformMatrix4x2fv", "programUniformMatrix4x2fv(Program, Location, Transpose, Value)", "programUniformMatrix4x2fv-4"},
5556  {"programUniformMatrix4x3dv", "programUniformMatrix4x3dv(Program, Location, Transpose, Value)", "programUniformMatrix4x3dv-4"},
5557  {"programUniformMatrix4x3fv", "programUniformMatrix4x3fv(Program, Location, Transpose, Value)", "programUniformMatrix4x3fv-4"},
5558  {"programUniform1i64vARB", "programUniform1i64vARB(Program :: i(),Location :: i(),Value :: [i()])", "programUniform1i64vARB-3"},
5559  {"programUniform1i64ARB", "programUniform1i64ARB(Program :: i(), Location :: i(), X :: i())", "programUniform1i64ARB-3"},
5560  {"programUniform1ui64vARB", "programUniform1ui64vARB(Program :: i(),Location :: i(),Value :: [i()])", "programUniform1ui64vARB-3"},
5561  {"programUniform1ui64ARB", "programUniform1ui64ARB(Program :: i(), Location :: i(), X :: i())", "programUniform1ui64ARB-3"},
5562  {"programUniform2i64vARB", "programUniform2i64vARB(Program :: i(),Location :: i(),Value :: [{i(), i()}])", "programUniform2i64vARB-3"},
5563  {"programUniform2i64ARB", "programUniform2i64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i())", "programUniform2i64ARB-4"},
5564  {"programUniform2ui64vARB", "programUniform2ui64vARB(Program :: i(),Location :: i(),Value :: [{i(), i()}])", "programUniform2ui64vARB-3"},
5565  {"programUniform2ui64ARB", "programUniform2ui64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i())", "programUniform2ui64ARB-4"},
5566  {"programUniform3i64vARB", "programUniform3i64vARB(Program :: i(),Location :: i(),Value :: [{i(), i(), i()}])", "programUniform3i64vARB-3"},
5567  {"programUniform3i64ARB", "programUniform3i64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i(),Z :: i())", "programUniform3i64ARB-5"},
5568  {"programUniform3ui64vARB", "programUniform3ui64vARB(Program :: i(),Location :: i(),Value :: [{i(), i(), i()}])", "programUniform3ui64vARB-3"},
5569  {"programUniform3ui64ARB", "programUniform3ui64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i(),Z :: i())", "programUniform3ui64ARB-5"},
5570  {"programUniform4i64vARB", "programUniform4i64vARB(Program :: i(),Location :: i(),Value :: [{i(), i(), i(), i()}])", "programUniform4i64vARB-3"},
5571  {"programUniform4i64ARB", "programUniform4i64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "programUniform4i64ARB-6"},
5572  {"programUniform4ui64vARB", "programUniform4ui64vARB(Program :: i(),Location :: i(),Value :: [{i(), i(), i(), i()}])", "programUniform4ui64vARB-3"},
5573  {"programUniform4ui64ARB", "programUniform4ui64ARB(Program :: i(),Location :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "programUniform4ui64ARB-6"},
5574  {"programUniformHandleui64ARB", "programUniformHandleui64ARB(Program :: i(),Location :: i(),Value :: i())", "programUniformHandleui64ARB-3"},
5575  {"provokingVertex", "provokingVertex(Mode :: enum())", "provokingVertex-1"},
5576  {"popAttrib", "popAttrib()", "popAttrib-0"},
5577  {"pushAttrib", "pushAttrib(Mask :: i())", "pushAttrib-1"},
5578  {"popClientAttrib", "popClientAttrib()", "popClientAttrib-0"},
5579  {"pushClientAttrib", "pushClientAttrib(Mask :: i())", "pushClientAttrib-1"},
5580  {"popDebugGroup", "popDebugGroup()", "popDebugGroup-0"},
5581  {"pushDebugGroup", "pushDebugGroup(Source :: enum(),Id :: i(),Length :: i(),Message :: string())", "pushDebugGroup-4"},
5582  {"popMatrix", "popMatrix()", "popMatrix-0"},
5583  {"pushMatrix", "pushMatrix()", "pushMatrix-0"},
5584  {"popName", "popName()", "popName-0"},
5585  {"pushName", "pushName(Name :: i())", "pushName-1"},
5586  {"queryCounter", "queryCounter(Id :: i(), Target :: enum())", "queryCounter-2"},
5587  {"rasterPos2d", "rasterPos2d(X :: f(), Y :: f())", "rasterPos2d-2"},
5588  {"rasterPos2dv", "rasterPos2dv(X1 :: {X :: f(), Y :: f()})", "rasterPos2dv-1"},
5589  {"rasterPos2f", "rasterPos2f(X :: f(), Y :: f())", "rasterPos2f-2"},
5590  {"rasterPos2fv", "rasterPos2fv(X1 :: {X :: f(), Y :: f()})", "rasterPos2fv-1"},
5591  {"rasterPos2i", "rasterPos2i(X :: i(), Y :: i())", "rasterPos2i-2"},
5592  {"rasterPos2iv", "rasterPos2iv(X1 :: {X :: i(), Y :: i()})", "rasterPos2iv-1"},
5593  {"rasterPos2s", "rasterPos2s(X :: i(), Y :: i())", "rasterPos2s-2"},
5594  {"rasterPos2sv", "rasterPos2sv(X1 :: {X :: i(), Y :: i()})", "rasterPos2sv-1"},
5595  {"rasterPos3d", "rasterPos3d(X :: f(), Y :: f(), Z :: f())", "rasterPos3d-3"},
5596  {"rasterPos3dv", "rasterPos3dv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "rasterPos3dv-1"},
5597  {"rasterPos3f", "rasterPos3f(X :: f(), Y :: f(), Z :: f())", "rasterPos3f-3"},
5598  {"rasterPos3fv", "rasterPos3fv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "rasterPos3fv-1"},
5599  {"rasterPos3i", "rasterPos3i(X :: i(), Y :: i(), Z :: i())", "rasterPos3i-3"},
5600  {"rasterPos3iv", "rasterPos3iv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "rasterPos3iv-1"},
5601  {"rasterPos3s", "rasterPos3s(X :: i(), Y :: i(), Z :: i())", "rasterPos3s-3"},
5602  {"rasterPos3sv", "rasterPos3sv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "rasterPos3sv-1"},
5603  {"rasterPos4d", "rasterPos4d(X :: f(), Y :: f(), Z :: f(), W :: f())", "rasterPos4d-4"},
5604  {"rasterPos4dv", "rasterPos4dv(X1 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "rasterPos4dv-1"},
5605  {"rasterPos4f", "rasterPos4f(X :: f(), Y :: f(), Z :: f(), W :: f())", "rasterPos4f-4"},
5606  {"rasterPos4fv", "rasterPos4fv(X1 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "rasterPos4fv-1"},
5607  {"rasterPos4i", "rasterPos4i(X :: i(), Y :: i(), Z :: i(), W :: i())", "rasterPos4i-4"},
5608  {"rasterPos4iv", "rasterPos4iv(X1 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "rasterPos4iv-1"},
5609  {"rasterPos4s", "rasterPos4s(X :: i(), Y :: i(), Z :: i(), W :: i())", "rasterPos4s-4"},
5610  {"rasterPos4sv", "rasterPos4sv(X1 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "rasterPos4sv-1"},
5611  {"readBuffer", "readBuffer(Mode :: enum())", "readBuffer-1"},
5612  {"readPixels", "readPixels(X, Y, Width, Height, Format, Type, Pixels)", "readPixels-7"},
5613  {"rectd", "rectd(X1 :: f(), Y1 :: f(), X2 :: f(), Y2 :: f())", "rectd-4"},
5614  {"rectdv", "rectdv(V1 :: {f(), f()}, V2 :: {f(), f()})", "rectdv-2"},
5615  {"rectf", "rectf(X1 :: f(), Y1 :: f(), X2 :: f(), Y2 :: f())", "rectf-4"},
5616  {"rectfv", "rectfv(V1 :: {f(), f()}, V2 :: {f(), f()})", "rectfv-2"},
5617  {"recti", "recti(X1 :: i(), Y1 :: i(), X2 :: i(), Y2 :: i())", "recti-4"},
5618  {"rectiv", "rectiv(V1 :: {i(), i()}, V2 :: {i(), i()})", "rectiv-2"},
5619  {"rects", "rects(X1 :: i(), Y1 :: i(), X2 :: i(), Y2 :: i())", "rects-4"},
5620  {"rectsv", "rectsv(V1 :: {i(), i()}, V2 :: {i(), i()})", "rectsv-2"},
5621  {"releaseShaderCompiler", "releaseShaderCompiler()", "releaseShaderCompiler-0"},
5622  {"renderMode", "renderMode(Mode :: enum())", "renderMode-1"},
5623  {"renderbufferStorage", "renderbufferStorage(Target :: enum(),Internalformat :: enum(),Width :: i(),Height :: i())", "renderbufferStorage-4"},
5624  {"renderbufferStorageMultisample", "renderbufferStorageMultisample(Target :: enum(),Samples :: i(),Internalformat :: enum(),Width :: i(),Height :: i())", "renderbufferStorageMultisample-5"},
5625  {"resetHistogram", "resetHistogram(Target :: enum())", "resetHistogram-1"},
5626  {"resetMinmax", "resetMinmax(Target :: enum())", "resetMinmax-1"},
5627  {"resumeTransformFeedback", "resumeTransformFeedback()", "resumeTransformFeedback-0"},
5628  {"rotated", "rotated(Angle :: f(), X :: f(), Y :: f(), Z :: f())", "rotated-4"},
5629  {"rotatef", "rotatef(Angle :: f(), X :: f(), Y :: f(), Z :: f())", "rotatef-4"},
5630  {"sampleCoverage", "sampleCoverage(Value :: clamp(), Invert :: 0 | 1)", "sampleCoverage-2"},
5631  {"sampleCoverageARB", "sampleCoverageARB(Value :: f(), Invert :: 0 | 1)", "sampleCoverageARB-2"},
5632  {"sampleMaski", "sampleMaski(MaskNumber :: i(), Mask :: i())", "sampleMaski-2"},
5633  {"samplerParameterIiv", "samplerParameterIiv(Sampler :: i(),Pname :: enum(),Param :: [i()])", "samplerParameterIiv-3"},
5634  {"samplerParameterf", "samplerParameterf(Sampler :: i(), Pname :: enum(), Param :: f())", "samplerParameterf-3"},
5635  {"samplerParameterfv", "samplerParameterfv(Sampler :: i(),Pname :: enum(),Param :: [f()])", "samplerParameterfv-3"},
5636  {"samplerParameteri", "samplerParameteri(Sampler :: i(), Pname :: enum(), Param :: i())", "samplerParameteri-3"},
5637  {"samplerParameteriv", "samplerParameteriv(Sampler :: i(),Pname :: enum(),Param :: [i()])", "samplerParameteriv-3"},
5638  {"samplerParameterIuiv", "samplerParameterIuiv(Sampler :: i(),Pname :: enum(),Param :: [i()])", "samplerParameterIuiv-3"},
5639  {"scaled", "scaled(X :: f(), Y :: f(), Z :: f())", "scaled-3"},
5640  {"scalef", "scalef(X :: f(), Y :: f(), Z :: f())", "scalef-3"},
5641  {"scissor", "scissor(X :: i(), Y :: i(), Width :: i(), Height :: i())", "scissor-4"},
5642  {"scissorArrayv", "scissorArrayv(First :: i(), V :: [{i(), i(), i(), i()}])", "scissorArrayv-2"},
5643  {"scissorIndexed", "scissorIndexed(Index :: i(),Left :: i(),Bottom :: i(),Width :: i(),Height :: i())", "scissorIndexed-5"},
5644  {"scissorIndexedv", "scissorIndexedv(Index :: i(), V :: {i(), i(), i(), i()})", "scissorIndexedv-2"},
5645  {"secondaryColor3b", "secondaryColor3b(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3b-3"},
5646  {"secondaryColor3bv", "secondaryColor3bv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3bv-1"},
5647  {"secondaryColor3d", "secondaryColor3d(Red :: f(), Green :: f(), Blue :: f())", "secondaryColor3d-3"},
5648  {"secondaryColor3dv", "secondaryColor3dv(X1 :: {Red :: f(), Green :: f(), Blue :: f()})", "secondaryColor3dv-1"},
5649  {"secondaryColor3f", "secondaryColor3f(Red :: f(), Green :: f(), Blue :: f())", "secondaryColor3f-3"},
5650  {"secondaryColor3fv", "secondaryColor3fv(X1 :: {Red :: f(), Green :: f(), Blue :: f()})", "secondaryColor3fv-1"},
5651  {"secondaryColor3i", "secondaryColor3i(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3i-3"},
5652  {"secondaryColor3iv", "secondaryColor3iv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3iv-1"},
5653  {"secondaryColor3s", "secondaryColor3s(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3s-3"},
5654  {"secondaryColor3sv", "secondaryColor3sv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3sv-1"},
5655  {"secondaryColor3ub", "secondaryColor3ub(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3ub-3"},
5656  {"secondaryColor3ubv", "secondaryColor3ubv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3ubv-1"},
5657  {"secondaryColor3ui", "secondaryColor3ui(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3ui-3"},
5658  {"secondaryColor3uiv", "secondaryColor3uiv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3uiv-1"},
5659  {"secondaryColor3us", "secondaryColor3us(Red :: i(), Green :: i(), Blue :: i())", "secondaryColor3us-3"},
5660  {"secondaryColor3usv", "secondaryColor3usv(X1 :: {Red :: i(), Green :: i(), Blue :: i()})", "secondaryColor3usv-1"},
5661  {"secondaryColorPointer", "secondaryColorPointer(Size :: i(),Type :: enum(),Stride :: i(),Pointer :: offset() | mem())", "secondaryColorPointer-4"},
5662  {"selectBuffer", "selectBuffer(Size :: i(), Buffer :: mem())", "selectBuffer-2"},
5663  {"separableFilter2D", "separableFilter2D(Target, Internalformat, Width, Height, Format,Type, Row, Column)", "separableFilter2D-8"},
5664  {"shadeModel", "shadeModel(Mode :: enum())", "shadeModel-1"},
5665  {"shaderBinary", "shaderBinary(Shaders :: [i()],Binaryformat :: enum(),Binary :: binary())", "shaderBinary-3"},
5666  {"shaderSource", "shaderSource(Shader :: i(), String :: [unicode:chardata()])", "shaderSource-2"},
5667  {"shaderSourceARB", "shaderSourceARB(ShaderObj :: i(), String :: [unicode:chardata()])", "shaderSourceARB-2"},
5668  {"shaderStorageBlockBinding", "shaderStorageBlockBinding(Program :: i(),StorageBlockIndex :: i(),StorageBlockBinding :: i())", "shaderStorageBlockBinding-3"},
5669  {"stencilFunc", "stencilFunc(Func :: enum(), Ref :: i(), Mask :: i())", "stencilFunc-3"},
5670  {"stencilFuncSeparate", "stencilFuncSeparate(Face :: enum(),Func :: enum(),Ref :: i(),Mask :: i())", "stencilFuncSeparate-4"},
5671  {"stencilMask", "stencilMask(Mask :: i())", "stencilMask-1"},
5672  {"stencilMaskSeparate", "stencilMaskSeparate(Face :: enum(), Mask :: i())", "stencilMaskSeparate-2"},
5673  {"stencilOp", "stencilOp(Fail :: enum(), Zfail :: enum(), Zpass :: enum())", "stencilOp-3"},
5674  {"stencilOpSeparate", "stencilOpSeparate(Face :: enum(),Sfail :: enum(),Dpfail :: enum(),Dppass :: enum())", "stencilOpSeparate-4"},
5675  {"texBuffer", "texBuffer(Target :: enum(),Internalformat :: enum(),Buffer :: i())", "texBuffer-3"},
5676  {"texBufferRange", "texBufferRange(Target :: enum(),Internalformat :: enum(),Buffer :: i(),Offset :: i(),Size :: i())", "texBufferRange-5"},
5677  {"texCoord1d", "texCoord1d(S :: f())", "texCoord1d-1"},
5678  {"texCoord1dv", "texCoord1dv(X1 :: {S :: f()})", "texCoord1dv-1"},
5679  {"texCoord1f", "texCoord1f(S :: f())", "texCoord1f-1"},
5680  {"texCoord1fv", "texCoord1fv(X1 :: {S :: f()})", "texCoord1fv-1"},
5681  {"texCoord1i", "texCoord1i(S :: i())", "texCoord1i-1"},
5682  {"texCoord1iv", "texCoord1iv(X1 :: {S :: i()})", "texCoord1iv-1"},
5683  {"texCoord1s", "texCoord1s(S :: i())", "texCoord1s-1"},
5684  {"texCoord1sv", "texCoord1sv(X1 :: {S :: i()})", "texCoord1sv-1"},
5685  {"texCoord2d", "texCoord2d(S :: f(), T :: f())", "texCoord2d-2"},
5686  {"texCoord2dv", "texCoord2dv(X1 :: {S :: f(), T :: f()})", "texCoord2dv-1"},
5687  {"texCoord2f", "texCoord2f(S :: f(), T :: f())", "texCoord2f-2"},
5688  {"texCoord2fv", "texCoord2fv(X1 :: {S :: f(), T :: f()})", "texCoord2fv-1"},
5689  {"texCoord2i", "texCoord2i(S :: i(), T :: i())", "texCoord2i-2"},
5690  {"texCoord2iv", "texCoord2iv(X1 :: {S :: i(), T :: i()})", "texCoord2iv-1"},
5691  {"texCoord2s", "texCoord2s(S :: i(), T :: i())", "texCoord2s-2"},
5692  {"texCoord2sv", "texCoord2sv(X1 :: {S :: i(), T :: i()})", "texCoord2sv-1"},
5693  {"texCoord3d", "texCoord3d(S :: f(), T :: f(), R :: f())", "texCoord3d-3"},
5694  {"texCoord3dv", "texCoord3dv(X1 :: {S :: f(), T :: f(), R :: f()})", "texCoord3dv-1"},
5695  {"texCoord3f", "texCoord3f(S :: f(), T :: f(), R :: f())", "texCoord3f-3"},
5696  {"texCoord3fv", "texCoord3fv(X1 :: {S :: f(), T :: f(), R :: f()})", "texCoord3fv-1"},
5697  {"texCoord3i", "texCoord3i(S :: i(), T :: i(), R :: i())", "texCoord3i-3"},
5698  {"texCoord3iv", "texCoord3iv(X1 :: {S :: i(), T :: i(), R :: i()})", "texCoord3iv-1"},
5699  {"texCoord3s", "texCoord3s(S :: i(), T :: i(), R :: i())", "texCoord3s-3"},
5700  {"texCoord3sv", "texCoord3sv(X1 :: {S :: i(), T :: i(), R :: i()})", "texCoord3sv-1"},
5701  {"texCoord4d", "texCoord4d(S :: f(), T :: f(), R :: f(), Q :: f())", "texCoord4d-4"},
5702  {"texCoord4dv", "texCoord4dv(X1 :: {S :: f(), T :: f(), R :: f(), Q :: f()})", "texCoord4dv-1"},
5703  {"texCoord4f", "texCoord4f(S :: f(), T :: f(), R :: f(), Q :: f())", "texCoord4f-4"},
5704  {"texCoord4fv", "texCoord4fv(X1 :: {S :: f(), T :: f(), R :: f(), Q :: f()})", "texCoord4fv-1"},
5705  {"texCoord4i", "texCoord4i(S :: i(), T :: i(), R :: i(), Q :: i())", "texCoord4i-4"},
5706  {"texCoord4iv", "texCoord4iv(X1 :: {S :: i(), T :: i(), R :: i(), Q :: i()})", "texCoord4iv-1"},
5707  {"texCoord4s", "texCoord4s(S :: i(), T :: i(), R :: i(), Q :: i())", "texCoord4s-4"},
5708  {"texCoord4sv", "texCoord4sv(X1 :: {S :: i(), T :: i(), R :: i(), Q :: i()})", "texCoord4sv-1"},
5709  {"texCoordPointer", "texCoordPointer(Size :: i(),Type :: enum(),Stride :: i(),Ptr :: offset() | mem())", "texCoordPointer-4"},
5710  {"texEnvfv", "texEnvfv(Target :: enum(), Pname :: enum(), Params :: tuple())", "texEnvfv-3"},
5711  {"texEnviv", "texEnviv(Target :: enum(), Pname :: enum(), Params :: tuple())", "texEnviv-3"},
5712  {"texEnvf", "texEnvf(Target :: enum(), Pname :: enum(), Param :: f())", "texEnvf-3"},
5713  {"texEnvi", "texEnvi(Target :: enum(), Pname :: enum(), Param :: i())", "texEnvi-3"},
5714  {"texGend", "texGend(Coord :: enum(), Pname :: enum(), Param :: f())", "texGend-3"},
5715  {"texGendv", "texGendv(Coord :: enum(), Pname :: enum(), Params :: tuple())", "texGendv-3"},
5716  {"texGenf", "texGenf(Coord :: enum(), Pname :: enum(), Param :: f())", "texGenf-3"},
5717  {"texGenfv", "texGenfv(Coord :: enum(), Pname :: enum(), Params :: tuple())", "texGenfv-3"},
5718  {"texGeni", "texGeni(Coord :: enum(), Pname :: enum(), Param :: i())", "texGeni-3"},
5719  {"texGeniv", "texGeniv(Coord :: enum(), Pname :: enum(), Params :: tuple())", "texGeniv-3"},
5720  {"texImage1D", "texImage1D(Target, Level, InternalFormat, Width, Border, Format,Type, Pixels)", "texImage1D-8"},
5721  {"texImage2D", "texImage2D(Target, Level, InternalFormat, Width, Height, Border,Format, Type, Pixels)", "texImage2D-9"},
5722  {"texImage2DMultisample", "texImage2DMultisample(Target, Samples, Internalformat, Width,Height, Fixedsamplelocations)", "texImage2DMultisample-6"},
5723  {"texImage3D", "texImage3D(Target, Level, InternalFormat, Width, Height, Depth,Border, Format, Type, Pixels)", "texImage3D-10"},
5724  {"texImage3DMultisample", "texImage3DMultisample(Target, Samples, Internalformat, Width,Height, Depth, Fixedsamplelocations)", "texImage3DMultisample-7"},
5725  {"texPageCommitmentARB", "texPageCommitmentARB(Target, Level, Xoffset, Yoffset, Zoffset,Width, Height, Depth, Commit)", "texPageCommitmentARB-9"},
5726  {"texParameterIiv", "texParameterIiv(Target :: enum(),Pname :: enum(),Params :: tuple())", "texParameterIiv-3"},
5727  {"texParameterf", "texParameterf(Target :: enum(), Pname :: enum(), Param :: f())", "texParameterf-3"},
5728  {"texParameterfv", "texParameterfv(Target :: enum(),Pname :: enum(),Params :: tuple())", "texParameterfv-3"},
5729  {"texParameteri", "texParameteri(Target :: enum(), Pname :: enum(), Param :: i())", "texParameteri-3"},
5730  {"texParameteriv", "texParameteriv(Target :: enum(),Pname :: enum(),Params :: tuple())", "texParameteriv-3"},
5731  {"texParameterIuiv", "texParameterIuiv(Target :: enum(),Pname :: enum(),Params :: tuple())", "texParameterIuiv-3"},
5732  {"texStorage1D", "texStorage1D(Target :: enum(),Levels :: i(),Internalformat :: enum(),Width :: i())", "texStorage1D-4"},
5733  {"texStorage2D", "texStorage2D(Target :: enum(),Levels :: i(),Internalformat :: enum(),Width :: i(),Height :: i())", "texStorage2D-5"},
5734  {"texStorage2DMultisample", "texStorage2DMultisample(Target, Samples, Internalformat, Width,Height, Fixedsamplelocations)", "texStorage2DMultisample-6"},
5735  {"texStorage3D", "texStorage3D(Target, Levels, Internalformat, Width, Height, Depth)", "texStorage3D-6"},
5736  {"texStorage3DMultisample", "texStorage3DMultisample(Target, Samples, Internalformat, Width,Height, Depth, Fixedsamplelocations)", "texStorage3DMultisample-7"},
5737  {"texSubImage1D", "texSubImage1D(Target, Level, Xoffset, Width, Format, Type, Pixels)", "texSubImage1D-7"},
5738  {"texSubImage2D", "texSubImage2D(Target, Level, Xoffset, Yoffset, Width, Height,Format, Type, Pixels)", "texSubImage2D-9"},
5739  {"texSubImage3D", "texSubImage3D(Target, Level, Xoffset, Yoffset, Zoffset, Width,Height, Depth, Format, Type, Pixels)", "texSubImage3D-11"},
5740  {"textureBarrier", "textureBarrier()", "textureBarrier-0"},
5741  {"textureBuffer", "textureBuffer(Texture :: i(),Internalformat :: enum(),Buffer :: i())", "textureBuffer-3"},
5742  {"textureBufferRange", "textureBufferRange(Texture :: i(),Internalformat :: enum(),Buffer :: i(),Offset :: i(),Size :: i())", "textureBufferRange-5"},
5743  {"textureView", "textureView(Texture, Target, Origtexture, Internalformat,Minlevel, Numlevels, Minlayer, Numlayers)", "textureView-8"},
5744  {"transformFeedbackBufferBase", "transformFeedbackBufferBase(Xfb :: i(),Index :: i(),Buffer :: i())", "transformFeedbackBufferBase-3"},
5745  {"transformFeedbackBufferRange", "transformFeedbackBufferRange(Xfb :: i(),Index :: i(),Buffer :: i(),Offset :: i(),Size :: i())", "transformFeedbackBufferRange-5"},
5746  {"transformFeedbackVaryings", "transformFeedbackVaryings(Program :: i(),Varyings :: [unicode:chardata()],BufferMode :: enum())", "transformFeedbackVaryings-3"},
5747  {"translated", "translated(X :: f(), Y :: f(), Z :: f())", "translated-3"},
5748  {"translatef", "translatef(X :: f(), Y :: f(), Z :: f())", "translatef-3"},
5749  {"uniform1d", "uniform1d(Location :: i(), X :: f())", "uniform1d-2"},
5750  {"uniform1dv", "uniform1dv(Location :: i(), Value :: [f()])", "uniform1dv-2"},
5751  {"uniform1f", "uniform1f(Location :: i(), V0 :: f())", "uniform1f-2"},
5752  {"uniform1fv", "uniform1fv(Location :: i(), Value :: [f()])", "uniform1fv-2"},
5753  {"uniform1i", "uniform1i(Location :: i(), V0 :: i())", "uniform1i-2"},
5754  {"uniform1iv", "uniform1iv(Location :: i(), Value :: [i()])", "uniform1iv-2"},
5755  {"uniform1ui", "uniform1ui(Location :: i(), V0 :: i())", "uniform1ui-2"},
5756  {"uniform1uiv", "uniform1uiv(Location :: i(), Value :: [i()])", "uniform1uiv-2"},
5757  {"uniform2d", "uniform2d(Location :: i(), X :: f(), Y :: f())", "uniform2d-3"},
5758  {"uniform2dv", "uniform2dv(Location :: i(), Value :: [{f(), f()}])", "uniform2dv-2"},
5759  {"uniform2f", "uniform2f(Location :: i(), V0 :: f(), V1 :: f())", "uniform2f-3"},
5760  {"uniform2fv", "uniform2fv(Location :: i(), Value :: [{f(), f()}])", "uniform2fv-2"},
5761  {"uniform2i", "uniform2i(Location :: i(), V0 :: i(), V1 :: i())", "uniform2i-3"},
5762  {"uniform2iv", "uniform2iv(Location :: i(), Value :: [{i(), i()}])", "uniform2iv-2"},
5763  {"uniform2ui", "uniform2ui(Location :: i(), V0 :: i(), V1 :: i())", "uniform2ui-3"},
5764  {"uniform2uiv", "uniform2uiv(Location :: i(), Value :: [{i(), i()}])", "uniform2uiv-2"},
5765  {"uniform3d", "uniform3d(Location :: i(), X :: f(), Y :: f(), Z :: f())", "uniform3d-4"},
5766  {"uniform3dv", "uniform3dv(Location :: i(), Value :: [{f(), f(), f()}])", "uniform3dv-2"},
5767  {"uniform3f", "uniform3f(Location :: i(), V0 :: f(), V1 :: f(), V2 :: f())", "uniform3f-4"},
5768  {"uniform3fv", "uniform3fv(Location :: i(), Value :: [{f(), f(), f()}])", "uniform3fv-2"},
5769  {"uniform3i", "uniform3i(Location :: i(), V0 :: i(), V1 :: i(), V2 :: i())", "uniform3i-4"},
5770  {"uniform3iv", "uniform3iv(Location :: i(), Value :: [{i(), i(), i()}])", "uniform3iv-2"},
5771  {"uniform3ui", "uniform3ui(Location :: i(), V0 :: i(), V1 :: i(), V2 :: i())", "uniform3ui-4"},
5772  {"uniform3uiv", "uniform3uiv(Location :: i(), Value :: [{i(), i(), i()}])", "uniform3uiv-2"},
5773  {"uniform4d", "uniform4d(Location :: i(), X :: f(), Y :: f(), Z :: f(), W :: f())", "uniform4d-5"},
5774  {"uniform4dv", "uniform4dv(Location :: i(), Value :: [{f(), f(), f(), f()}])", "uniform4dv-2"},
5775  {"uniform4f", "uniform4f(Location :: i(),V0 :: f(),V1 :: f(),V2 :: f(),V3 :: f())", "uniform4f-5"},
5776  {"uniform4fv", "uniform4fv(Location :: i(), Value :: [{f(), f(), f(), f()}])", "uniform4fv-2"},
5777  {"uniform4i", "uniform4i(Location :: i(),V0 :: i(),V1 :: i(),V2 :: i(),V3 :: i())", "uniform4i-5"},
5778  {"uniform4iv", "uniform4iv(Location :: i(), Value :: [{i(), i(), i(), i()}])", "uniform4iv-2"},
5779  {"uniform4ui", "uniform4ui(Location :: i(),V0 :: i(),V1 :: i(),V2 :: i(),V3 :: i())", "uniform4ui-5"},
5780  {"uniform4uiv", "uniform4uiv(Location :: i(), Value :: [{i(), i(), i(), i()}])", "uniform4uiv-2"},
5781  {"uniformMatrix2dv", "uniformMatrix2dv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f()}])", "uniformMatrix2dv-3"},
5782  {"uniformMatrix2fv", "uniformMatrix2fv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f()}])", "uniformMatrix2fv-3"},
5783  {"uniformMatrix2x3dv", "uniformMatrix2x3dv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f(), f(), f()}])", "uniformMatrix2x3dv-3"},
5784  {"uniformMatrix2x3fv", "uniformMatrix2x3fv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f(), f(), f()}])", "uniformMatrix2x3fv-3"},
5785  {"uniformMatrix2x4dv", "uniformMatrix2x4dv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f(), f(), f()}])", "uniformMatrix2x4dv-3"},
5786  {"uniformMatrix2x4fv", "uniformMatrix2x4fv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f(), f(), f()}])", "uniformMatrix2x4fv-3"},
5787  {"uniformMatrix3dv", "uniformMatrix3dv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(),f(),f(),f(),f(),f(),f(),f(),f()}])", "uniformMatrix3dv-3"},
5788  {"uniformMatrix3fv", "uniformMatrix3fv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(),f(),f(),f(),f(),f(),f(),f(),f()}])", "uniformMatrix3fv-3"},
5789  {"uniformMatrix3x2dv", "uniformMatrix3x2dv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f(), f(), f()}])", "uniformMatrix3x2dv-3"},
5790  {"uniformMatrix3x2fv", "uniformMatrix3x2fv(Location :: i(),Transpose :: 0 | 1,Value :: [{f(), f(), f(), f(), f(), f()}])", "uniformMatrix3x2fv-3"},
5791  {"uniformMatrix3x4dv", "uniformMatrix3x4dv(Location, Transpose, Value)", "uniformMatrix3x4dv-3"},
5792  {"uniformMatrix3x4fv", "uniformMatrix3x4fv(Location, Transpose, Value)", "uniformMatrix3x4fv-3"},
5793  {"uniformMatrix4dv", "uniformMatrix4dv(Location, Transpose, Value)", "uniformMatrix4dv-3"},
5794  {"uniformMatrix4fv", "uniformMatrix4fv(Location, Transpose, Value)", "uniformMatrix4fv-3"},
5795  {"uniformMatrix4x2dv", "uniformMatrix4x2dv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f(), f(), f()}])", "uniformMatrix4x2dv-3"},
5796  {"uniformMatrix4x2fv", "uniformMatrix4x2fv(Location :: i(),Transpose :: 0 | 1,Value ::[{f(), f(), f(), f(), f(), f(), f(), f()}])", "uniformMatrix4x2fv-3"},
5797  {"uniformMatrix4x3dv", "uniformMatrix4x3dv(Location, Transpose, Value)", "uniformMatrix4x3dv-3"},
5798  {"uniformMatrix4x3fv", "uniformMatrix4x3fv(Location, Transpose, Value)", "uniformMatrix4x3fv-3"},
5799  {"uniform1i64vARB", "uniform1i64vARB(Location :: i(), Value :: [i()])", "uniform1i64vARB-2"},
5800  {"uniform1i64ARB", "uniform1i64ARB(Location :: i(), X :: i())", "uniform1i64ARB-2"},
5801  {"uniform1ui64vARB", "uniform1ui64vARB(Location :: i(), Value :: [i()])", "uniform1ui64vARB-2"},
5802  {"uniform1ui64ARB", "uniform1ui64ARB(Location :: i(), X :: i())", "uniform1ui64ARB-2"},
5803  {"uniform2i64vARB", "uniform2i64vARB(Location :: i(), Value :: [{i(), i()}])", "uniform2i64vARB-2"},
5804  {"uniform2i64ARB", "uniform2i64ARB(Location :: i(), X :: i(), Y :: i())", "uniform2i64ARB-3"},
5805  {"uniform2ui64vARB", "uniform2ui64vARB(Location :: i(), Value :: [{i(), i()}])", "uniform2ui64vARB-2"},
5806  {"uniform2ui64ARB", "uniform2ui64ARB(Location :: i(), X :: i(), Y :: i())", "uniform2ui64ARB-3"},
5807  {"uniform3i64vARB", "uniform3i64vARB(Location :: i(), Value :: [{i(), i(), i()}])", "uniform3i64vARB-2"},
5808  {"uniform3i64ARB", "uniform3i64ARB(Location :: i(), X :: i(), Y :: i(), Z :: i())", "uniform3i64ARB-4"},
5809  {"uniform3ui64vARB", "uniform3ui64vARB(Location :: i(), Value :: [{i(), i(), i()}])", "uniform3ui64vARB-2"},
5810  {"uniform3ui64ARB", "uniform3ui64ARB(Location :: i(), X :: i(), Y :: i(), Z :: i())", "uniform3ui64ARB-4"},
5811  {"uniform4i64vARB", "uniform4i64vARB(Location :: i(), Value :: [{i(), i(), i(), i()}])", "uniform4i64vARB-2"},
5812  {"uniform4i64ARB", "uniform4i64ARB(Location :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "uniform4i64ARB-5"},
5813  {"uniform4ui64vARB", "uniform4ui64vARB(Location :: i(), Value :: [{i(), i(), i(), i()}])", "uniform4ui64vARB-2"},
5814  {"uniform4ui64ARB", "uniform4ui64ARB(Location :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "uniform4ui64ARB-5"},
5815  {"uniformBlockBinding", "uniformBlockBinding(Program :: i(),UniformBlockIndex :: i(),UniformBlockBinding :: i())", "uniformBlockBinding-3"},
5816  {"uniformHandleui64ARB", "uniformHandleui64ARB(Location :: i(), Value :: i())", "uniformHandleui64ARB-2"},
5817  {"uniformSubroutinesuiv", "uniformSubroutinesuiv(Shadertype :: enum(), Indices :: [i()])", "uniformSubroutinesuiv-2"},
5818  {"useProgram", "useProgram(Program :: i())", "useProgram-1"},
5819  {"useProgramObjectARB", "useProgramObjectARB(ProgramObj :: i())", "useProgramObjectARB-1"},
5820  {"useProgramStages", "useProgramStages(Pipeline :: i(), Stages :: i(), Program :: i())", "useProgramStages-3"},
5821  {"validateProgram", "validateProgram(Program :: i())", "validateProgram-1"},
5822  {"validateProgramARB", "validateProgramARB(ProgramObj :: i())", "validateProgramARB-1"},
5823  {"validateProgramPipeline", "validateProgramPipeline(Pipeline :: i())", "validateProgramPipeline-1"},
5824  {"vertex2d", "vertex2d(X :: f(), Y :: f())", "vertex2d-2"},
5825  {"vertex2dv", "vertex2dv(X1 :: {X :: f(), Y :: f()})", "vertex2dv-1"},
5826  {"vertex2f", "vertex2f(X :: f(), Y :: f())", "vertex2f-2"},
5827  {"vertex2fv", "vertex2fv(X1 :: {X :: f(), Y :: f()})", "vertex2fv-1"},
5828  {"vertex2i", "vertex2i(X :: i(), Y :: i())", "vertex2i-2"},
5829  {"vertex2iv", "vertex2iv(X1 :: {X :: i(), Y :: i()})", "vertex2iv-1"},
5830  {"vertex2s", "vertex2s(X :: i(), Y :: i())", "vertex2s-2"},
5831  {"vertex2sv", "vertex2sv(X1 :: {X :: i(), Y :: i()})", "vertex2sv-1"},
5832  {"vertex3d", "vertex3d(X :: f(), Y :: f(), Z :: f())", "vertex3d-3"},
5833  {"vertex3dv", "vertex3dv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "vertex3dv-1"},
5834  {"vertex3f", "vertex3f(X :: f(), Y :: f(), Z :: f())", "vertex3f-3"},
5835  {"vertex3fv", "vertex3fv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "vertex3fv-1"},
5836  {"vertex3i", "vertex3i(X :: i(), Y :: i(), Z :: i())", "vertex3i-3"},
5837  {"vertex3iv", "vertex3iv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "vertex3iv-1"},
5838  {"vertex3s", "vertex3s(X :: i(), Y :: i(), Z :: i())", "vertex3s-3"},
5839  {"vertex3sv", "vertex3sv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "vertex3sv-1"},
5840  {"vertex4d", "vertex4d(X :: f(), Y :: f(), Z :: f(), W :: f())", "vertex4d-4"},
5841  {"vertex4dv", "vertex4dv(X1 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "vertex4dv-1"},
5842  {"vertex4f", "vertex4f(X :: f(), Y :: f(), Z :: f(), W :: f())", "vertex4f-4"},
5843  {"vertex4fv", "vertex4fv(X1 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "vertex4fv-1"},
5844  {"vertex4i", "vertex4i(X :: i(), Y :: i(), Z :: i(), W :: i())", "vertex4i-4"},
5845  {"vertex4iv", "vertex4iv(X1 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertex4iv-1"},
5846  {"vertex4s", "vertex4s(X :: i(), Y :: i(), Z :: i(), W :: i())", "vertex4s-4"},
5847  {"vertex4sv", "vertex4sv(X1 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertex4sv-1"},
5848  {"vertexArrayAttribBinding", "vertexArrayAttribBinding(Vaobj :: i(),Attribindex :: i(),Bindingindex :: i())", "vertexArrayAttribBinding-3"},
5849  {"vertexArrayAttribFormat", "vertexArrayAttribFormat(Vaobj, Attribindex, Size, Type,Normalized, Relativeoffset)", "vertexArrayAttribFormat-6"},
5850  {"vertexArrayAttribIFormat", "vertexArrayAttribIFormat(Vaobj :: i(),Attribindex :: i(),Size :: i(),Type :: enum(),Relativeoffset :: i())", "vertexArrayAttribIFormat-5"},
5851  {"vertexArrayAttribLFormat", "vertexArrayAttribLFormat(Vaobj :: i(),Attribindex :: i(),Size :: i(),Type :: enum(),Relativeoffset :: i())", "vertexArrayAttribLFormat-5"},
5852  {"vertexArrayBindingDivisor", "vertexArrayBindingDivisor(Vaobj :: i(),Bindingindex :: i(),Divisor :: i())", "vertexArrayBindingDivisor-3"},
5853  {"vertexArrayElementBuffer", "vertexArrayElementBuffer(Vaobj :: i(), Buffer :: i())", "vertexArrayElementBuffer-2"},
5854  {"vertexArrayVertexBuffer", "vertexArrayVertexBuffer(Vaobj :: i(),Bindingindex :: i(),Buffer :: i(),Offset :: i(),Stride :: i())", "vertexArrayVertexBuffer-5"},
5855  {"vertexArrayVertexBuffers", "vertexArrayVertexBuffers(Vaobj :: i(),First :: i(),Buffers :: [i()],Offsets :: [i()],Strides :: [i()])", "vertexArrayVertexBuffers-5"},
5856  {"vertexAttrib1d", "vertexAttrib1d(Index :: i(), X :: f())", "vertexAttrib1d-2"},
5857  {"vertexAttrib1dv", "vertexAttrib1dv(Index :: i(), X2 :: {X :: f()})", "vertexAttrib1dv-2"},
5858  {"vertexAttrib1f", "vertexAttrib1f(Index :: i(), X :: f())", "vertexAttrib1f-2"},
5859  {"vertexAttrib1fv", "vertexAttrib1fv(Index :: i(), X2 :: {X :: f()})", "vertexAttrib1fv-2"},
5860  {"vertexAttrib1s", "vertexAttrib1s(Index :: i(), X :: i())", "vertexAttrib1s-2"},
5861  {"vertexAttrib1sv", "vertexAttrib1sv(Index :: i(), X2 :: {X :: i()})", "vertexAttrib1sv-2"},
5862  {"vertexAttrib2d", "vertexAttrib2d(Index :: i(), X :: f(), Y :: f())", "vertexAttrib2d-3"},
5863  {"vertexAttrib2dv", "vertexAttrib2dv(Index :: i(), X2 :: {X :: f(), Y :: f()})", "vertexAttrib2dv-2"},
5864  {"vertexAttrib2f", "vertexAttrib2f(Index :: i(), X :: f(), Y :: f())", "vertexAttrib2f-3"},
5865  {"vertexAttrib2fv", "vertexAttrib2fv(Index :: i(), X2 :: {X :: f(), Y :: f()})", "vertexAttrib2fv-2"},
5866  {"vertexAttrib2s", "vertexAttrib2s(Index :: i(), X :: i(), Y :: i())", "vertexAttrib2s-3"},
5867  {"vertexAttrib2sv", "vertexAttrib2sv(Index :: i(), X2 :: {X :: i(), Y :: i()})", "vertexAttrib2sv-2"},
5868  {"vertexAttrib3d", "vertexAttrib3d(Index :: i(), X :: f(), Y :: f(), Z :: f())", "vertexAttrib3d-4"},
5869  {"vertexAttrib3dv", "vertexAttrib3dv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f()})", "vertexAttrib3dv-2"},
5870  {"vertexAttrib3f", "vertexAttrib3f(Index :: i(), X :: f(), Y :: f(), Z :: f())", "vertexAttrib3f-4"},
5871  {"vertexAttrib3fv", "vertexAttrib3fv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f()})", "vertexAttrib3fv-2"},
5872  {"vertexAttrib3s", "vertexAttrib3s(Index :: i(), X :: i(), Y :: i(), Z :: i())", "vertexAttrib3s-4"},
5873  {"vertexAttrib3sv", "vertexAttrib3sv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i()})", "vertexAttrib3sv-2"},
5874  {"vertexAttrib4Nbv", "vertexAttrib4Nbv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4Nbv-2"},
5875  {"vertexAttrib4Niv", "vertexAttrib4Niv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4Niv-2"},
5876  {"vertexAttrib4Nsv", "vertexAttrib4Nsv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4Nsv-2"},
5877  {"vertexAttrib4Nub", "vertexAttrib4Nub(Index :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "vertexAttrib4Nub-5"},
5878  {"vertexAttrib4Nubv", "vertexAttrib4Nubv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertexAttrib4Nubv-2"},
5879  {"vertexAttrib4Nuiv", "vertexAttrib4Nuiv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4Nuiv-2"},
5880  {"vertexAttrib4Nusv", "vertexAttrib4Nusv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4Nusv-2"},
5881  {"vertexAttrib4bv", "vertexAttrib4bv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4bv-2"},
5882  {"vertexAttrib4d", "vertexAttrib4d(Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "vertexAttrib4d-5"},
5883  {"vertexAttrib4dv", "vertexAttrib4dv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "vertexAttrib4dv-2"},
5884  {"vertexAttrib4f", "vertexAttrib4f(Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "vertexAttrib4f-5"},
5885  {"vertexAttrib4fv", "vertexAttrib4fv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "vertexAttrib4fv-2"},
5886  {"vertexAttrib4iv", "vertexAttrib4iv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4iv-2"},
5887  {"vertexAttrib4s", "vertexAttrib4s(Index :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "vertexAttrib4s-5"},
5888  {"vertexAttrib4sv", "vertexAttrib4sv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertexAttrib4sv-2"},
5889  {"vertexAttrib4ubv", "vertexAttrib4ubv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4ubv-2"},
5890  {"vertexAttrib4uiv", "vertexAttrib4uiv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4uiv-2"},
5891  {"vertexAttrib4usv", "vertexAttrib4usv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttrib4usv-2"},
5892  {"vertexAttribI1i", "vertexAttribI1i(Index :: i(), X :: i())", "vertexAttribI1i-2"},
5893  {"vertexAttribI1iv", "vertexAttribI1iv(Index :: i(), X2 :: {X :: i()})", "vertexAttribI1iv-2"},
5894  {"vertexAttribI1ui", "vertexAttribI1ui(Index :: i(), X :: i())", "vertexAttribI1ui-2"},
5895  {"vertexAttribI1uiv", "vertexAttribI1uiv(Index :: i(), X2 :: {X :: i()})", "vertexAttribI1uiv-2"},
5896  {"vertexAttribI2i", "vertexAttribI2i(Index :: i(), X :: i(), Y :: i())", "vertexAttribI2i-3"},
5897  {"vertexAttribI2iv", "vertexAttribI2iv(Index :: i(), X2 :: {X :: i(), Y :: i()})", "vertexAttribI2iv-2"},
5898  {"vertexAttribI2ui", "vertexAttribI2ui(Index :: i(), X :: i(), Y :: i())", "vertexAttribI2ui-3"},
5899  {"vertexAttribI2uiv", "vertexAttribI2uiv(Index :: i(), X2 :: {X :: i(), Y :: i()})", "vertexAttribI2uiv-2"},
5900  {"vertexAttribI3i", "vertexAttribI3i(Index :: i(), X :: i(), Y :: i(), Z :: i())", "vertexAttribI3i-4"},
5901  {"vertexAttribI3iv", "vertexAttribI3iv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i()})", "vertexAttribI3iv-2"},
5902  {"vertexAttribI3ui", "vertexAttribI3ui(Index :: i(), X :: i(), Y :: i(), Z :: i())", "vertexAttribI3ui-4"},
5903  {"vertexAttribI3uiv", "vertexAttribI3uiv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i()})", "vertexAttribI3uiv-2"},
5904  {"vertexAttribI4bv", "vertexAttribI4bv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttribI4bv-2"},
5905  {"vertexAttribI4i", "vertexAttribI4i(Index :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "vertexAttribI4i-5"},
5906  {"vertexAttribI4iv", "vertexAttribI4iv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertexAttribI4iv-2"},
5907  {"vertexAttribI4sv", "vertexAttribI4sv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttribI4sv-2"},
5908  {"vertexAttribI4ubv", "vertexAttribI4ubv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttribI4ubv-2"},
5909  {"vertexAttribI4ui", "vertexAttribI4ui(Index :: i(),X :: i(),Y :: i(),Z :: i(),W :: i())", "vertexAttribI4ui-5"},
5910  {"vertexAttribI4uiv", "vertexAttribI4uiv(Index :: i(),X2 :: {X :: i(), Y :: i(), Z :: i(), W :: i()})", "vertexAttribI4uiv-2"},
5911  {"vertexAttribI4usv", "vertexAttribI4usv(Index :: i(), V :: {i(), i(), i(), i()})", "vertexAttribI4usv-2"},
5912  {"vertexAttribBinding", "vertexAttribBinding(Attribindex :: i(), Bindingindex :: i())", "vertexAttribBinding-2"},
5913  {"vertexAttribDivisor", "vertexAttribDivisor(Index :: i(), Divisor :: i())", "vertexAttribDivisor-2"},
5914  {"vertexAttribFormat", "vertexAttribFormat(Attribindex :: i(),Size :: i(),Type :: enum(),Normalized :: 0 | 1,Relativeoffset :: i())", "vertexAttribFormat-5"},
5915  {"vertexAttribIFormat", "vertexAttribIFormat(Attribindex :: i(),Size :: i(),Type :: enum(),Relativeoffset :: i())", "vertexAttribIFormat-4"},
5916  {"vertexAttribIPointer", "vertexAttribIPointer(Index :: i(),Size :: i(),Type :: enum(),Stride :: i(),Pointer :: offset() | mem())", "vertexAttribIPointer-5"},
5917  {"vertexAttribL1d", "vertexAttribL1d(Index :: i(), X :: f())", "vertexAttribL1d-2"},
5918  {"vertexAttribL1dv", "vertexAttribL1dv(Index :: i(), X2 :: {X :: f()})", "vertexAttribL1dv-2"},
5919  {"vertexAttribL2d", "vertexAttribL2d(Index :: i(), X :: f(), Y :: f())", "vertexAttribL2d-3"},
5920  {"vertexAttribL2dv", "vertexAttribL2dv(Index :: i(), X2 :: {X :: f(), Y :: f()})", "vertexAttribL2dv-2"},
5921  {"vertexAttribL3d", "vertexAttribL3d(Index :: i(), X :: f(), Y :: f(), Z :: f())", "vertexAttribL3d-4"},
5922  {"vertexAttribL3dv", "vertexAttribL3dv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f()})", "vertexAttribL3dv-2"},
5923  {"vertexAttribL4d", "vertexAttribL4d(Index :: i(),X :: f(),Y :: f(),Z :: f(),W :: f())", "vertexAttribL4d-5"},
5924  {"vertexAttribL4dv", "vertexAttribL4dv(Index :: i(),X2 :: {X :: f(), Y :: f(), Z :: f(), W :: f()})", "vertexAttribL4dv-2"},
5925  {"vertexAttribLFormat", "vertexAttribLFormat(Attribindex :: i(),Size :: i(),Type :: enum(),Relativeoffset :: i())", "vertexAttribLFormat-4"},
5926  {"vertexAttribLPointer", "vertexAttribLPointer(Index :: i(),Size :: i(),Type :: enum(),Stride :: i(),Pointer :: offset() | mem())", "vertexAttribLPointer-5"},
5927  {"vertexAttribPointer", "vertexAttribPointer(Index, Size, Type, Normalized, Stride,Pointer)", "vertexAttribPointer-6"},
5928  {"vertexBindingDivisor", "vertexBindingDivisor(Bindingindex :: i(), Divisor :: i())", "vertexBindingDivisor-2"},
5929  {"vertexBlendARB", "vertexBlendARB(Count :: i())", "vertexBlendARB-1"},
5930  {"vertexPointer", "vertexPointer(Size :: i(),Type :: enum(),Stride :: i(),Ptr :: offset() | mem())", "vertexPointer-4"},
5931  {"viewport", "viewport(X :: i(), Y :: i(), Width :: i(), Height :: i())", "viewport-4"},
5932  {"viewportArrayv", "viewportArrayv(First :: i(), V :: [{f(), f(), f(), f()}])", "viewportArrayv-2"},
5933  {"viewportIndexedf", "viewportIndexedf(Index :: i(),X :: f(),Y :: f(),W :: f(),H :: f())", "viewportIndexedf-5"},
5934  {"viewportIndexedfv", "viewportIndexedfv(Index :: i(), V :: {f(), f(), f(), f()})", "viewportIndexedfv-2"},
5935  {"waitSync", "waitSync(Sync :: i(), Flags :: i(), Timeout :: i())", "waitSync-3"},
5936  {"weightbvARB", "weightbvARB(Weights :: [i()])", "weightbvARB-1"},
5937  {"weightdvARB", "weightdvARB(Weights :: [f()])", "weightdvARB-1"},
5938  {"weightfvARB", "weightfvARB(Weights :: [f()])", "weightfvARB-1"},
5939  {"weightivARB", "weightivARB(Weights :: [i()])", "weightivARB-1"},
5940  {"weightsvARB", "weightsvARB(Weights :: [i()])", "weightsvARB-1"},
5941  {"weightubvARB", "weightubvARB(Weights :: [i()])", "weightubvARB-1"},
5942  {"weightuivARB", "weightuivARB(Weights :: [i()])", "weightuivARB-1"},
5943  {"weightusvARB", "weightusvARB(Weights :: [i()])", "weightusvARB-1"},
5944  {"windowPos2d", "windowPos2d(X :: f(), Y :: f())", "windowPos2d-2"},
5945  {"windowPos2dv", "windowPos2dv(X1 :: {X :: f(), Y :: f()})", "windowPos2dv-1"},
5946  {"windowPos2f", "windowPos2f(X :: f(), Y :: f())", "windowPos2f-2"},
5947  {"windowPos2fv", "windowPos2fv(X1 :: {X :: f(), Y :: f()})", "windowPos2fv-1"},
5948  {"windowPos2i", "windowPos2i(X :: i(), Y :: i())", "windowPos2i-2"},
5949  {"windowPos2iv", "windowPos2iv(X1 :: {X :: i(), Y :: i()})", "windowPos2iv-1"},
5950  {"windowPos2s", "windowPos2s(X :: i(), Y :: i())", "windowPos2s-2"},
5951  {"windowPos2sv", "windowPos2sv(X1 :: {X :: i(), Y :: i()})", "windowPos2sv-1"},
5952  {"windowPos3d", "windowPos3d(X :: f(), Y :: f(), Z :: f())", "windowPos3d-3"},
5953  {"windowPos3dv", "windowPos3dv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "windowPos3dv-1"},
5954  {"windowPos3f", "windowPos3f(X :: f(), Y :: f(), Z :: f())", "windowPos3f-3"},
5955  {"windowPos3fv", "windowPos3fv(X1 :: {X :: f(), Y :: f(), Z :: f()})", "windowPos3fv-1"},
5956  {"windowPos3i", "windowPos3i(X :: i(), Y :: i(), Z :: i())", "windowPos3i-3"},
5957  {"windowPos3iv", "windowPos3iv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "windowPos3iv-1"},
5958  {"windowPos3s", "windowPos3s(X :: i(), Y :: i(), Z :: i())", "windowPos3s-3"},
5959  {"windowPos3sv", "windowPos3sv(X1 :: {X :: i(), Y :: i(), Z :: i()})", "windowPos3sv-1"}
5960]}.
5961{"gl.html", {module, "wx"}, ["gl"]}.
5962{"glu.html", {function, {"wx", "glu"}},
5963[
5964  {"build1DMipmapLevels", "build1DMipmapLevels(Target, InternalFormat, Width, Format, Type,Level, Base, Max, Data)", "build1DMipmapLevels-9"},
5965  {"build1DMipmaps", "build1DMipmaps(Target, InternalFormat, Width, Format, Type, Data)", "build1DMipmaps-6"},
5966  {"build2DMipmapLevels", "build2DMipmapLevels(Target, InternalFormat, Width, Height, Format,Type, Level, Base, Max, Data)", "build2DMipmapLevels-10"},
5967  {"build2DMipmaps", "build2DMipmaps(Target, InternalFormat, Width, Height, Format,Type, Data)", "build2DMipmaps-7"},
5968  {"build3DMipmapLevels", "build3DMipmapLevels(Target, InternalFormat, Width, Height, Depth,Format, Type, Level, Base, Max, Data)", "build3DMipmapLevels-11"},
5969  {"build3DMipmaps", "build3DMipmaps(Target, InternalFormat, Width, Height, Depth,Format, Type, Data)", "build3DMipmaps-8"},
5970  {"checkExtension", "checkExtension(ExtName :: string(), ExtString :: string())", "checkExtension-2"},
5971  {"cylinder", "cylinder(Quad :: i(),Base :: f(),Top :: f(),Height :: f(),Slices :: i(),Stacks :: i())", "cylinder-6"},
5972  {"deleteQuadric", "deleteQuadric(Quad :: i())", "deleteQuadric-1"},
5973  {"disk", "disk(Quad :: i(),Inner :: f(),Outer :: f(),Slices :: i(),Loops :: i())", "disk-5"},
5974  {"errorString", "errorString(Error :: enum())", "errorString-1"},
5975  {"getString", "getString(Name :: enum())", "getString-1"},
5976  {"lookAt", "lookAt(EyeX, EyeY, EyeZ, CenterX, CenterY, CenterZ, UpX, UpY, UpZ)", "lookAt-9"},
5977  {"newQuadric", "newQuadric()", "newQuadric-0"},
5978  {"ortho2D", "ortho2D(Left :: f(), Right :: f(), Bottom :: f(), Top :: f())", "ortho2D-4"},
5979  {"partialDisk", "partialDisk(Quad, Inner, Outer, Slices, Loops, Start, Sweep)", "partialDisk-7"},
5980  {"perspective", "perspective(Fovy :: f(), Aspect :: f(), ZNear :: f(), ZFar :: f())", "perspective-4"},
5981  {"pickMatrix", "pickMatrix(X :: f(),Y :: f(),DelX :: f(),DelY :: f(),Viewport :: {i(), i(), i(), i()})", "pickMatrix-5"},
5982  {"project", "project(ObjX, ObjY, ObjZ, Model, Proj, View)", "project-6"},
5983  {"quadricDrawStyle", "quadricDrawStyle(Quad :: i(), Draw :: enum())", "quadricDrawStyle-2"},
5984  {"quadricNormals", "quadricNormals(Quad :: i(), Normal :: enum())", "quadricNormals-2"},
5985  {"quadricOrientation", "quadricOrientation(Quad :: i(), Orientation :: enum())", "quadricOrientation-2"},
5986  {"quadricTexture", "quadricTexture(Quad :: i(), Texture :: 0 | 1)", "quadricTexture-2"},
5987  {"scaleImage", "scaleImage(Format, WIn, HIn, TypeIn, DataIn, WOut, HOut, TypeOut,DataOut)", "scaleImage-9"},
5988  {"sphere", "sphere(Quad :: i(), Radius :: f(), Slices :: i(), Stacks :: i())", "sphere-4"},
5989  {"tesselate", "tesselate(Normal, Vs :: [Vs])", "tesselate-2"},
5990  {"unProject", "unProject(WinX, WinY, WinZ, Model, Proj, View)", "unProject-6"},
5991  {"unProject4", "unProject4(WinX, WinY, WinZ, ClipW, Model, Proj, View, NearVal,FarVal)", "unProject4-9"}
5992]}.
5993{"glu.html", {module, "wx"}, ["glu"]}.
5994{notused, application, ["wx"]}.
5995