.TH wxIconBundle 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxIconBundle \- See external documentation: wxIconBundle. .SH DESCRIPTION .LP See external documentation: wxIconBundle\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxIconBundle()\fR\&: .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() -> wxIconBundle() .br .RS .LP See external documentation\&. .RE .LP .B new(Ic) -> wxIconBundle() .br .RS .LP Types: .RS 3 Ic = wxIconBundle() | wxIcon() (see module wxIcon) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B new(File, Type) -> wxIconBundle() .br .RS .LP Types: .RS 3 File = chardata() (see module unicode) .br Type = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B addIcon(This, Icon) -> ok .br .RS .LP Types: .RS 3 This = wxIconBundle() .br Icon = wxIcon() (see module wxIcon) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B addIcon(This, File, Type) -> ok .br .RS .LP Types: .RS 3 This = wxIconBundle() .br File = chardata() (see module unicode) .br Type = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getIcon(This) -> wxIcon() (see module wxIcon) .br .RS .LP Types: .RS 3 This = wxIconBundle() .br .RE .RE .RS .LP Equivalent to \fBgetIcon(This, [])\fR\&\&. .RE .LP .B getIcon(This, Option::[Option]) -> wxIcon() (see module wxIcon) .br .RS .LP Types: .RS 3 This = wxIconBundle() .br Option = {size, integer()} .br .RE .RE .RS .LP See external documentation\&. .br Also: .br getIcon(This, Size) -> wxIcon:wxIcon() when .br This::wxIconBundle(), Size::{W::integer(), H::integer()}\&. .br .RE .LP .B destroy(This::wxIconBundle()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>