.TH wxGLCanvas 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxGLCanvas \- See external documentation: wxGLCanvas. .SH DESCRIPTION .LP See external documentation: wxGLCanvas\&. .LP This class is derived (and can use functions) from: .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxGLCanvas(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B new(Parent) -> wxGLCanvas() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to new(Parent, [])\&. .RE .LP .B new(Parent, Shared) -> wxGLCanvas() .br .B new(Parent, Shared::[Option]) -> wxGLCanvas() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Shared = wx:wx_object() | wxGLCanvas() .br Parent = wxWindow:wxWindow() .br Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {name, unicode:chardata()} | {attribList, [integer()]} | {palette, wxPalette:wxPalette()} .br .RE .RE .RS .LP See external documentation\&. .br Also: .br new(Parent, [Option]) -> wxGLCanvas() when .br Parent::wxWindow:wxWindow(), .br Option :: {\&'id\&', integer()} .br | {\&'pos\&', {X::integer(), Y::integer()}} .br | {\&'size\&', {W::integer(), H::integer()}} .br | {\&'style\&', integer()} .br | {\&'name\&', unicode:chardata()} .br | {\&'attribList\&', [integer()]} .br | {\&'palette\&', wxPalette:wxPalette()}\&. .br .RE .LP .B new(Parent, Shared, Options::[Option]) -> wxGLCanvas() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Shared = wx:wx_object() | wxGLCanvas() .br Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {name, unicode:chardata()} | {attribList, [integer()]} | {palette, wxPalette:wxPalette()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getContext(This) -> wx:wx_object() .br .RS .LP Types: .RS 3 This = wxGLCanvas() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCurrent(This) -> ok .br .RS .LP Types: .RS 3 This = wxGLCanvas() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B swapBuffers(This) -> ok .br .RS .LP Types: .RS 3 This = wxGLCanvas() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxGLCanvas()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>