summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ListBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ListBox.h')
-rw-r--r--StarsEx/ListBox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/ListBox.h b/StarsEx/ListBox.h
index fb44177..063fc20 100644
--- a/StarsEx/ListBox.h
+++ b/StarsEx/ListBox.h
@@ -88,6 +88,8 @@ public:
void SetItemData(int index, int column, DWORD data);
Bitmap* GetItemImage(int index, int column);
void SetItemImage(int index, int column, Bitmap* img);
+ Color GetItemColor(int index, int column);
+ void SetItemColor(int index, int column, Color c);
int AddItem(const char* text);
int AddImage(Bitmap* img);
@@ -114,8 +116,6 @@ public:
Color GetColumnColor(int index);
void SetColumnColor(int index, Color c);
- Color GetItemColor(int index, int column);
-
int GetMultiSelect();
void SetMultiSelect(int nNewValue);
bool GetShowHeadings();