.TH wxIconBundle 3erl "wx 1.9.2" "" "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 wxIconBundle(): .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:wxIcon() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B new(File, Type) -> wxIconBundle() .br .RS .LP Types: .RS 3 File = unicode:chardata() .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: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 = unicode:chardata() .br Type = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getIcon(This) -> wxIcon:wxIcon() .br .RS .LP Types: .RS 3 This = wxIconBundle() .br .RE .RE .RS .LP Equivalent to getIcon(This, [])\&. .RE .LP .B getIcon(This, Options::[Option]) -> wxIcon:wxIcon() .br .B getIcon(This, Size) -> wxIcon:wxIcon() .br .RS .LP Types: .RS 3 This = wxIconBundle() .br Option = {size, integer()} .br This = wxIconBundle() .br Size = {W::integer(), H::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 <>