Method: Fox::FXList#toggleItem
- Defined in:
- rdoc-sources/FXList.rb
#toggleItem(index, notify = false) ⇒ Object
Toggle item selection state. If notify is true, either a SEL_SELECTED or SEL_DESELECTED message is sent to the list’s message target to indicate the item’s new state. Raises IndexError if index is out of bounds.
423 |
# File 'rdoc-sources/FXList.rb', line 423 def toggleItem(index, notify=false) ; end |