Method: CDK::BUTTONBOX#destroy

Defined in:
lib/cdk/buttonbox.rb

#destroyObject

This destroys the widget



313
314
315
316
317
318
319
320
321
322
# File 'lib/cdk/buttonbox.rb', line 313

def destroy
  self.cleanTitle

  CDK.deleteCursesWindow(@shadow_win)
  CDK.deleteCursesWindow(@win)

  self.cleanBindings(:BUTTONBOX)

  CDK::SCREEN.unregister(:BUTTONBOX, self)
end