.TH wxBrush 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxBrush \- See external documentation: wxBrush. .SH DESCRIPTION .LP See external documentation: wxBrush\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxBrush(): .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() -> \fBwxBrush()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Colour) -> \fBwxBrush()\fR\& .br .RS .LP Types: .RS 3 Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Also: .br new(StippleBitmap) -> wxBrush() when .br StippleBitmap::wxBitmap:wxBitmap()\&. .br .RE .LP .B new(Colour, Options::[Option]) -> \fBwxBrush()\fR\& .br .RS .LP Types: .RS 3 Colour = \fBwx:wx_colour()\fR\& .br Option = {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getStipple(This) -> \fBwxBitmap:wxBitmap()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getStyle(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isHatch(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Col) -> ok .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br Col = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, R, G, B) -> ok .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br R = integer() .br G = integer() .br B = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStipple(This, Stipple) -> ok .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br Stipple = \fBwxBitmap:wxBitmap()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStyle(This, Style) -> ok .br .RS .LP Types: .RS 3 This = \fBwxBrush()\fR\& .br Style = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxBrush()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>