(send a-wx:brush set-style style) -> void
style : small integer
Sets the brush style, one of:
- wx:const-transparent
- wx:const-solid
- wx:const-bdiagonal-hatch
- wx:const-crossdiag-hatch
- wx:const-fdiagonal-hatch
- wx:const-cross-hatch
- wx:const-horizontal-hatch
- wx:const-vertical-hatch
- wx:const-stipple -- uses stipple installed with
set-stipple.