.TH wxPen 3erl "wx 1.8.6" "" "Erlang Module Definition" .SH NAME wxPen \- See external documentation: wxPen. .SH DESCRIPTION .LP See external documentation: wxPen\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxPen(): .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() -> \fBwxPen()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Colour) -> \fBwxPen()\fR\& .br .RS .LP Types: .RS 3 Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP Equivalent to \fBnew(Colour, [])\fR\&\&. .RE .LP .B new(Colour, Options::[Option]) -> \fBwxPen()\fR\& .br .RS .LP Types: .RS 3 Colour = \fBwx:wx_colour()\fR\& .br Option = {width, integer()} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCap(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getJoin(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getStyle(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWidth(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCap(This, CapStyle) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br CapStyle = \fBwx:wx_enum()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br CapStyle = integer .RE .LP .B setColour(This, Colour) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br Colour = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColour(This, Red, Green, Blue) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br Red = integer() .br Green = integer() .br Blue = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setJoin(This, JoinStyle) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br JoinStyle = \fBwx:wx_enum()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br JoinStyle = integer .RE .LP .B setStyle(This, Style) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br Style = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setWidth(This, Width) -> ok .br .RS .LP Types: .RS 3 This = \fBwxPen()\fR\& .br Width = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxPen()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>