.TH wxNotebook 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxNotebook \- See external documentation: wxNotebook. .SH DESCRIPTION .LP See external documentation: wxNotebook\&. .LP This class is derived (and can use functions) from: .br wxControl .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxNotebook(): .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() -> wxNotebook() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent, Winid) -> wxNotebook() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Winid = integer() .br .RE .RE .RS .LP Equivalent to new(Parent, Winid, [])\&. .RE .LP .B new(Parent, Winid, Options::[Option]) -> wxNotebook() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Winid = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B addPage(This, Page, Text) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Page = wxWindow:wxWindow() .br Text = unicode:chardata() .br .RE .RE .RS .LP Equivalent to addPage(This, Page, Text, [])\&. .RE .LP .B addPage(This, Page, Text, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Page = wxWindow:wxWindow() .br Text = unicode:chardata() .br Option = {bSelect, boolean()} | {imageId, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B advanceSelection(This) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP Equivalent to advanceSelection(This, [])\&. .RE .LP .B advanceSelection(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br Option = {forward, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B assignImageList(This, ImageList) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br ImageList = wxImageList:wxImageList() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Parent, Id) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Parent = wxWindow:wxWindow() .br Id = integer() .br .RE .RE .RS .LP Equivalent to create(This, Parent, Id, [])\&. .RE .LP .B create(This, Parent, Id, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Parent = wxWindow:wxWindow() .br Id = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B deleteAllPages(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B deletePage(This, NPage) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B removePage(This, NPage) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCurrentPage(This) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getImageList(This) -> wxImageList:wxImageList() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPage(This, N) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxNotebook() .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageCount(This) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageImage(This, NPage) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageText(This, NPage) -> unicode:charlist() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getRowCount(This) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSelection(This) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getThemeBackgroundColour(This) -> wx:wx_colour4() .br .RS .LP Types: .RS 3 This = wxNotebook() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hitTest(This, Pt) -> Result .br .RS .LP Types: .RS 3 Result = {Res::integer(), Flags::integer()} .br This = wxNotebook() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B insertPage(This, Position, Win, StrText) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Position = integer() .br Win = wxWindow:wxWindow() .br StrText = unicode:chardata() .br .RE .RE .RS .LP Equivalent to insertPage(This, Position, Win, StrText, [])\&. .RE .LP .B insertPage(This, Position, Win, StrText, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br Position = integer() .br Win = wxWindow:wxWindow() .br StrText = unicode:chardata() .br Option = {bSelect, boolean()} | {imageId, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setImageList(This, ImageList) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br ImageList = wxImageList:wxImageList() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPadding(This, Padding) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br Padding = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageSize(This, Size) -> ok .br .RS .LP Types: .RS 3 This = wxNotebook() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageImage(This, NPage, NImage) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br NImage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageText(This, NPage, StrText) -> boolean() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br StrText = unicode:chardata() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSelection(This, NPage) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B changeSelection(This, NPage) -> integer() .br .RS .LP Types: .RS 3 This = wxNotebook() .br NPage = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxNotebook()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>