wxNotebook
Module
Module Summary
Description
See external documentation: wxNotebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxNotebook()
new(Parent, Winid) -> wxNotebook()
Equivalent to new(Parent, Winid, []).
new(Parent, Winid, Options::[Option]) -> wxNotebook()
Types
addPage(This, Page, Text) -> boolean()
Equivalent to addPage(This, Page, Text, []).
addPage(This, Page, Text, Options::[Option]) -> boolean()
Types
Types
Equivalent to advanceSelection(This, []).
advanceSelection(This, Options::[Option]) -> ok
assignImageList(This, ImageList) -> ok
create(This, Parent, Id) -> boolean()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types
deleteAllPages(This) -> boolean()
Types
deletePage(This, NPage) -> boolean()
removePage(This, NPage) -> boolean()
getCurrentPage(This) -> wxWindow:wxWindow()
Types
getImageList(This) -> wxImageList:wxImageList()
Types
getPage(This, N) -> wxWindow:wxWindow()
getPageCount(This) -> integer()
Types
getPageImage(This, NPage) -> integer()
getPageText(This, NPage) -> unicode:charlist()
getRowCount(This) -> integer()
Types
getSelection(This) -> integer()
Types
getThemeBackgroundColour(This) -> wx:wx_colour4()
Types
Types
insertPage(This, Position, Win, StrText) -> boolean()
Types
Equivalent to insertPage(This, Position, Win, StrText, []).
insertPage(This, Position, Win, StrText, Options::[Option]) -> boolean()
Types
setImageList(This, ImageList) -> ok
setPadding(This, Padding) -> ok
setPageImage(This, NPage, NImage) -> boolean()
setPageText(This, NPage, StrText) -> boolean()
setSelection(This, NPage) -> integer()
changeSelection(This, NPage) -> integer()
destroy(This::wxNotebook()) -> ok