wxGLCanvas
Module
Module Summary
Description
See external documentation: wxGLCanvas.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
Exports
new(Parent) -> wxGLCanvas()
Types
Equivalent to new(Parent, []).
new(Parent, Shared) -> wxGLCanvas()
See external documentation.
Also:
new(Parent, [Option]) -> wxGLCanvas() when
Parent::wxWindow:wxWindow(),
Option :: {'id', integer()}
| {'pos', {X::integer(), Y::integer()}}
| {'size', {W::integer(), H::integer()}}
| {'style', integer()}
| {'name', unicode:chardata()}
| {'attribList', [integer()]}
| {'palette', wxPalette:wxPalette()}.
new(Parent, Shared, Options::[Option]) -> wxGLCanvas()
Types
getContext(This) -> wx:wx_object()
Types
Types
Types
destroy(This::wxGLCanvas()) -> ok