mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user