Method: Zerenity::TextInfo.check
- Defined in:
- lib/zerenity/textinfo.rb
.check(options) ⇒ Object
22 23 24 25 26 27 28 29 |
# File 'lib/zerenity/textinfo.rb', line 22 def self.check() super() [:editable] ||= false [:scrollable] ||= false [:height] ||= -1 [:width] ||= -1 [:text] ||= "" end |