Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXColorList.h>
Inheritance diagram for FX::FXColorList:
Public Member Functions | |
FXColorList (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=LIST_BROWSESELECT, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
FXint | fillItems (const FXchar **strings, FXColor *colors=NULL, void *ptr=NULL, FXbool notify=FALSE) |
FXint | insertItem (FXint index, const FXString &text, FXColor color=0, void *ptr=NULL, FXbool notify=FALSE) |
FXint | appendItem (const FXString &text, FXColor color=0, void *ptr=NULL, FXbool notify=FALSE) |
FXint | prependItem (const FXString &text, FXColor color=0, void *ptr=NULL, FXbool notify=FALSE) |
void | setItemColor (FXint index, FXColor color) |
FXColor | getItemColor (FXint index) const |
|
Construct a list with initially no items in it.
|
|
Fill list by appending color items from array of strings and array of colors.
|
|
Insert item at index with given text, color, and user-data pointer.
|
|
Append new item with given text, color, and user-data pointer.
|
|
Prepend new item with given text, color, and user-data pointer.
|
|
Change item color.
|
|
Return item color.
|
Copyright © 1997-2005 Jeroen van der Zijp |