wxNotebook
Module
wxNotebook
Module Summary
See external documentation: wxNotebook.
Description
See external documentation: wxNotebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
Equivalent to new(Parent, Winid, []).
Types
Parent = wxWindow:wxWindow()
Winid = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to addPage(This, Page, Text, []).
Types
This = wxNotebook()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}
Types
This = wxNotebook()
Equivalent to advanceSelection(This, []).
Equivalent to create(This, Parent, Id, []).
Types
This = wxNotebook()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
This = wxNotebook()
Types
Result = {Res::integer(), Flags::integer()}
This = wxNotebook()
Pt = {X::integer(), Y::integer()}
Types
This = wxNotebook()
Position = integer()
Win = wxWindow:wxWindow()
StrText = unicode:chardata()
Equivalent to insertPage(This, Position, Win, StrText, []).
Types
This = wxNotebook()
Position = integer()
Win = wxWindow:wxWindow()
StrText = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}