Some more statistics tweaks;

Another minor fix for alignment of sorted columns

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@367 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-14 01:55:27 +00:00
parent f30b14b0f7
commit a26bdc547f
4 changed files with 66 additions and 26 deletions
+2 -2
View File
@@ -69,6 +69,8 @@ class ItemList : public wxListView {
void sortBy(long column, bool ascending);
/// Refresh the card list (resort, refresh and reselect current item)
void refreshList();
/// Set the image of a column header (fixes wx bug)
void SetColumnImage(int col, int image);
/// Select an item, send an event to the parent
/** If focus then the item is also focused and selected in the actual control.
@@ -92,8 +94,6 @@ class ItemList : public wxListView {
private:
struct ItemComparer; // for comparing items
void SetColumnImage(int col, int image);
// --------------------------------------------------- : Window events
DECLARE_EVENT_TABLE();