Method: CDK::BUTTONBOX#erase
- Defined in:
- lib/cdk/buttonbox.rb
#erase ⇒ Object
This erases the buttonbox box from the screen.
305 306 307 308 309 310 |
# File 'lib/cdk/buttonbox.rb', line 305 def erase if self.validCDKObject CDK.eraseCursesWindow(@win) CDK.eraseCursesWindow(@shadow_win) end end |