Class: Wx::BrushStyle
- Inherits:
-
Enum
- Object
- Enum
- Wx::BrushStyle
- Defined in:
- lib/wx/doc/gen/brush.rb
Overview
The possible brush styles.
Constant Summary collapse
- BRUSHSTYLE_INVALID =
Wx::BrushStyle.new(-1)
- BRUSHSTYLE_SOLID =
Solid.
Wx::BrushStyle.new(100)
- BRUSHSTYLE_TRANSPARENT =
Transparent (no fill).
Wx::BrushStyle.new(106)
- BRUSHSTYLE_STIPPLE_MASK_OPAQUE =
Uses a bitmap as a stipple; the mask is used for blitting monochrome using text foreground and background colors.
Wx::BrushStyle.new(107)
- BRUSHSTYLE_STIPPLE_MASK =
Uses a bitmap as a stipple; mask is used for masking areas in the stipple bitmap.
Wx::BrushStyle.new(108)
- BRUSHSTYLE_STIPPLE =
Uses a bitmap as a stipple.
Wx::BrushStyle.new(110)
- BRUSHSTYLE_BDIAGONAL_HATCH =
Backward diagonal hatch.
Wx::BrushStyle.new(111)
- BRUSHSTYLE_CROSSDIAG_HATCH =
Cross-diagonal hatch.
Wx::BrushStyle.new(112)
- BRUSHSTYLE_FDIAGONAL_HATCH =
Forward diagonal hatch.
Wx::BrushStyle.new(113)
- BRUSHSTYLE_CROSS_HATCH =
Cross hatch.
Wx::BrushStyle.new(114)
- BRUSHSTYLE_HORIZONTAL_HATCH =
Horizontal hatch.
Wx::BrushStyle.new(115)
- BRUSHSTYLE_VERTICAL_HATCH =
Vertical hatch.
Wx::BrushStyle.new(116)
- BRUSHSTYLE_FIRST_HATCH =
First of the hatch styles (inclusive).
Wx::BrushStyle.new(111)
- BRUSHSTYLE_LAST_HATCH =
Last of the hatch styles (inclusive).
Wx::BrushStyle.new(116)