Class: Wx::SF::Shape::CONNECTMODE

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

Overview

Search mode flags for get_assigned_connections function

Constant Summary collapse

STARTING =

Search for connection starting in examined shape

self.new(0)
ENDING =

Search for connection ending in examined shape

self.new(1)
BOTH =

Search for both starting and ending connections

self.new(2)

Method Summary

Methods inherited from Enum

#init_from_serialized