Class: Wx::SF::LineShape::LINEMODE
- Defined in:
- lib/wx/shapes/shapes/line_shape.rb
Overview
The modes in which the line shape can stay.
Constant Summary collapse
- READY =
self.new(0)
- UNDERCONSTRUCTION =
self.new(1)
- SRCCHANGE =
self.new(2)
- TRGCHANGE =
self.new(3)