summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ListBox.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-23 22:50:14 +0100
committerAki <please@ignore.pl>2024-03-23 22:50:14 +0100
commit7667dac8423ac275d8290014647fb27903865c6f (patch)
treef3392c19532edce4c8f69d86384bd82929eeee9b /StarsEx/ListBox.h
parentb46eb9c1843cb4babc550003e243bd07a6a96cdc (diff)
downloadstarshatter-7667dac8423ac275d8290014647fb27903865c6f.zip
starshatter-7667dac8423ac275d8290014647fb27903865c6f.tar.gz
starshatter-7667dac8423ac275d8290014647fb27903865c6f.tar.bz2
You may no longer attempt to join server with mismatched version
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();