Next: wx:brush-list
Up: wx:brush
Previous: set-stipple
Sets the brush's fill style.
A brush cannot be modified if it was obtained from a
wx:brush-list% or while it is selected into a drawing
context.
- (send a-wx:brush set-style style) -> void
style : small integer
The style can be any 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; background of a 1-bit bitmap may translate as transparent on
some platforms and drawing destinations.
- wx:const-opaque-stipple -- same as wx:const-stipple,
but the background is never transparent
PLT