Module: Wx::SF::Shape::DEFAULT
- Defined in:
- lib/wx/shapes/shape.rb
Overview
Default values
Constant Summary collapse
- VISIBILITY =
Default value of Wx::SF::Shape @visible data member
true
- ACTIVITY =
Default value of Wx::SF::Shape @active data member
true
- POSITION =
Default value of Wx::SF::Shape @relativePosition data member
Wx::RealPoint.new(0, 0)
- VALIGN =
Default value of Wx::SF::Shape @vAlign data member
VALIGN::NONE
- HALIGN =
Default value of Wx::SF::Shape @hAlign data member
HALIGN::NONE
- VBORDER =
Default value of Wx::SF::Shape @vBorder data member
0.0
- HBORDER =
Default value of Wx::SF::Shape @hBorder data member
0.0
- DEFAULT_STYLE =
Default value of Wx::SF::Shape @style data member
STYLE::DEFAULT_SHAPE_STYLE
- DOCK_POINT =
Default value of Wx::SF::Shape @customDockPoint data member
-3
Class Method Summary collapse
-
.hover_colour ⇒ Object
Default value of Wx::SF::Shape @hoverColor data member.