Class: Wx::SF::Shape::CONNECTMODE
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)