Class Fox::FXListItem
In: rdoc-sources/FXList.rb
Parent: FXObject

List item

Methods

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

Attributes

data  [RW]  User data for this item [Object]
draggable  [W]  Indicates whether this item is draggable [Boolean]
enabled  [W]  Indicates whether this item is enabled [Boolean]
focus  [W]  Indicates whether this item has the focus [Boolean]
icon  [RW]  Icon for this item [FXIcon]
selected  [W]  Indicates whether this item is selected [Boolean]
text  [RW]  Text for this item [String]

Public Class methods

Public Instance methods

Create the item

Destroy the item

Detach the item

Return true if this item is draggable

Return true if this item is enabled

Return the height of this item for a specified list

Return the width of this item for a specified list

Returns true if this item has the focus

Return true if this item is selected

Return the list item‘s text

[Validate]