Method: CDK::DIALOG#set
- Defined in:
- lib/cdk/components/dialog.rb
#set(highlight, separator, box) ⇒ Object
This sets attributes of the dialog box.
271 272 273 274 275 |
# File 'lib/cdk/components/dialog.rb', line 271 def set(highlight, separator, box) self.setHighlight(highlight) self.setSeparator(separator) self.setBox(box) end |