Class: Wx::SF::ConnectionPoint::CPTYPE

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

Overview

Connection point type

Constant Summary collapse

UNDEF =
self.new(0)
TOPLEFT =
self.new(1)
TOPMIDDLE =
self.new(2)
TOPRIGHT =
self.new(3)
CENTERLEFT =
self.new(4)
CENTERMIDDLE =
self.new(5)
CENTERRIGHT =
self.new(6)
BOTTOMLEFT =
self.new(7)
BOTTOMMIDDLE =
self.new(8)
BOTTOMRIGHT =
self.new(9)
CUSTOM =
self.new(10)

Method Summary

Methods inherited from Enum

#init_from_serialized