Class Fox::FXIconItem
In: rdoc-sources/FXIconList.rb
Parent: FXObject

Icon list item

Methods

create   destroy   detach   draggable?   enabled?   getHeight   getWidth   hasFocus?   new   selected?   setFocus   to_s  

Attributes

bigIcon  [RW]  Big icon [FXIcon]
data  [RW]  Item user data [Object]
draggable  [W]  Indicates whether this item is draggable or not [Boolean]
enabled  [W]  Indicates whether this item is enabled or not [Boolean]
miniIcon  [RW]  Mini icon [FXIcon]
selected  [W]  Indicates whether this item is selected or not [Boolean]
text  [RW]  Item text [String]

Public Class methods

Public Instance methods

Create this item

Destroy this item

Detach this item

Return true if this item is draggable

Return true if this item is enabled

Return the height of this item

Return the width of this item

Returns true if this item has the focus

Return true if this item is selected

Set the focused state for this item (where focus is either true or false)

Return the icon item‘s text

[Validate]