Class: Fox::FXListItem
- Inherits:
-
Object
- Object
- Fox::FXListItem
- Defined in:
- lib/fox16/core.rb,
lib/fox16/aliases.rb
Instance Method Summary (collapse)
- - (Object) <=>(otherItem)
-
- (Object) data(*args)
:nodoc:.
-
- (Object) data=(*args)
:nodoc:.
-
- (Object) draggable=(*args)
:nodoc:.
-
- (Boolean) draggable?(*args)
:nodoc:.
-
- (Object) enabled=(*args)
:nodoc:.
-
- (Boolean) enabled?(*args)
:nodoc:.
-
- (Object) icon(*args)
:nodoc:.
-
- (Object) icon=(*args)
:nodoc:.
-
- (Object) selected=(*args)
:nodoc:.
-
- (Boolean) selected?(*args)
:nodoc:.
-
- (Object) text(*args)
:nodoc:.
-
- (Object) text=(*args)
:nodoc:.
-
- (Object) to_s(*args)
:nodoc:.
Instance Method Details
- (Object) <=>(otherItem)
50 51 52 |
# File 'lib/fox16/core.rb', line 50 def <=>(otherItem) text <=> otherItem.text end |
- (Object) data(*args)
:nodoc:
2572 2573 2574 |
# File 'lib/fox16/aliases.rb', line 2572 def data(*args) # :nodoc: getData(*args) end |
- (Object) data=(*args)
:nodoc:
2569 2570 2571 |
# File 'lib/fox16/aliases.rb', line 2569 def data=(*args) # :nodoc: setData(*args) end |
- (Object) draggable=(*args)
:nodoc:
2587 2588 2589 |
# File 'lib/fox16/aliases.rb', line 2587 def draggable=(*args) # :nodoc: setDraggable(*args) end |
- (Boolean) draggable?(*args)
:nodoc:
2590 2591 2592 |
# File 'lib/fox16/aliases.rb', line 2590 def draggable?(*args) # :nodoc: isDraggable(*args) end |
- (Object) enabled=(*args)
:nodoc:
2581 2582 2583 |
# File 'lib/fox16/aliases.rb', line 2581 def enabled=(*args) # :nodoc: setEnabled(*args) end |
- (Boolean) enabled?(*args)
:nodoc:
2584 2585 2586 |
# File 'lib/fox16/aliases.rb', line 2584 def enabled?(*args) # :nodoc: isEnabled(*args) end |
- (Object) icon(*args)
:nodoc:
2566 2567 2568 |
# File 'lib/fox16/aliases.rb', line 2566 def icon(*args) # :nodoc: getIcon(*args) end |
- (Object) icon=(*args)
:nodoc:
2563 2564 2565 |
# File 'lib/fox16/aliases.rb', line 2563 def icon=(*args) # :nodoc: setIcon(*args) end |
- (Object) selected=(*args)
:nodoc:
2575 2576 2577 |
# File 'lib/fox16/aliases.rb', line 2575 def selected=(*args) # :nodoc: setSelected(*args) end |
- (Boolean) selected?(*args)
:nodoc:
2578 2579 2580 |
# File 'lib/fox16/aliases.rb', line 2578 def selected?(*args) # :nodoc: isSelected(*args) end |
- (Object) text(*args)
:nodoc:
2557 2558 2559 |
# File 'lib/fox16/aliases.rb', line 2557 def text(*args) # :nodoc: getText(*args) end |
- (Object) text=(*args)
:nodoc:
2554 2555 2556 |
# File 'lib/fox16/aliases.rb', line 2554 def text=(*args) # :nodoc: setText(*args) end |
- (Object) to_s(*args)
:nodoc:
2560 2561 2562 |
# File 'lib/fox16/aliases.rb', line 2560 def to_s(*args) # :nodoc: getText(*args) end |