Class: Wx::SF::Shape::Handle::TYPE

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/shapes/shape_handle.rb

Overview

Handle type

Constant Summary collapse

LEFTTOP =
self.new(0)
TOP =
self.new(1)
RIGHTTOP =
self.new(2)
RIGHT =
self.new(3)
RIGHTBOTTOM =
self.new(4)
BOTTOM =
self.new(5)
LEFTBOTTOM =
self.new(6)
LEFT =
self.new(7)
LINECTRL =
self.new(8)
LINESTART =
self.new(9)
LINEEND =
self.new(10)
UNDEF =
self.new(11)

Method Summary

Methods inherited from Enum

#init_from_serialized