Skip to content

Commit

Permalink
Add Disabled method to Disableable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lucor committed Jun 3, 2019
1 parent a2a3581 commit 40bd983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canvasobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type Tappable interface {
type Disableable interface {
Enable()
Disable()
Disabled() bool
}

// Scrollable describes any CanvasObject that can also be scrolled.
Expand Down

0 comments on commit 40bd983

Please sign in to comment.