.TH wxMenuBar 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxMenuBar \- See external documentation: wxMenuBar. .SH DESCRIPTION .LP See external documentation: wxMenuBar\&. .LP This class is derived (and can use functions) from: .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxMenuBar(): .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() -> \fBwxMenuBar()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Style) -> \fBwxMenuBar()\fR\& .br .RS .LP Types: .RS 3 Style = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B append(This, Menu, Title) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Menu = \fBwxMenu:wxMenu()\fR\& .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B check(This, Itemid, Check) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br Check = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enable(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br .RE .RE .RS .LP Equivalent to \fBenable(This, [])\fR\&\&. .RE .LP .B enable(This, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Option = {enable, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enable(This, Itemid, Enable) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br Enable = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableTop(This, Pos, Flag) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B findMenu(This, Title) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B findMenuItem(This, MenuString, ItemString) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br MenuString = \fBunicode:chardata()\fR\& .br ItemString = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B findItem(This, Id) -> \fBwxMenuItem:wxMenuItem()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Id = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getHelpString(This, Itemid) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLabel(This) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLabel(This, Itemid) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getLabelTop(This, Pos) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMenu(This, Pos) -> \fBwxMenu:wxMenu()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMenuCount(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B insert(This, Pos, Menu, Title) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br Menu = \fBwxMenu:wxMenu()\fR\& .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isChecked(This, Itemid) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isEnabled(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isEnabled(This, Itemid) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B remove(This, Pos) -> \fBwxMenu:wxMenu()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B replace(This, Pos, Menu, Title) -> \fBwxMenu:wxMenu()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br Menu = \fBwxMenu:wxMenu()\fR\& .br Title = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setHelpString(This, Itemid, HelpString) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br HelpString = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setLabel(This, S) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br S = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setLabel(This, Itemid, Label) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Itemid = integer() .br Label = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setLabelTop(This, Pos, Label) -> ok .br .RS .LP Types: .RS 3 This = \fBwxMenuBar()\fR\& .br Pos = integer() .br Label = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxMenuBar()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>