Exception: RubyCurses::PropertyVetoException
- Defined in:
- lib/rbcurse/core/widgets/rwidget.rb
Overview
The property change is not acceptable, undo it. e.g. test2.rb
Instance Attribute Summary collapse
- #event ⇒ Object readonly
- #string ⇒ Object readonly
Instance Method Summary collapse
-
#initialize(string, event) ⇒ PropertyVetoException
constructor
A new instance of PropertyVetoException.
Constructor Details
#initialize(string, event) ⇒ PropertyVetoException
Returns a new instance of PropertyVetoException.
150 151 152 153 154 |
# File 'lib/rbcurse/core/widgets/rwidget.rb', line 150 def initialize(string, event) @string = string @event = event super(string) end |