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

Displays a list of colors

Methods

Public Class methods

Public Instance methods

Append new item with given text, color, and user-data pointer

Fill list by appending color items from array of strings and array of colors.

Return item color for the item at index. Raises IndexError if index is out of bounds.

Insert item at index with given text, color, and user-data pointer

Prepend new item with given text, color, and user-data pointer

Change item color for the item at index. Raises IndexError if index is out of bounds.

[Validate]