class Fox::Canvas::SingleSelectionPolicy
Single shape selected at one time
Public Class Methods
Source
# File lib/fox16/canvas.rb, line 364 def initialize(canvas) super end
Calls superclass method
Fox::Canvas::SelectionPolicy::new
Public Instance Methods
Source
# File lib/fox16/canvas.rb, line 368 def selectShape(shape, notify) unless shape.selected? @canvas.killSelection(notify) end super end
Calls superclass method
Fox::Canvas::SelectionPolicy#selectShape