Method: CDK::SWINDOW#erase
- Defined in:
- lib/cdk/components/swindow.rb
#erase ⇒ Object
This function erases the scrolling window widget.
528 529 530 531 532 533 |
# File 'lib/cdk/components/swindow.rb', line 528 def erase if self.validCDKObject CDK.eraseCursesWindow(@win) CDK.eraseCursesWindow(@shadow_win) end end |