recreate the column instead of trying to update it in place, it's much simpler like this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,11 +65,9 @@ private:
|
|||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
// wrapper around Header_{Set,Insert}Item(): either appends the item to the
|
// wrapper around Header_InsertItem(): insert the item by using information
|
||||||
// end or modifies the existing item by copying information from
|
// from GetColumn(idx)
|
||||||
// GetColumn(idx) to it
|
void DoInsertItem(unsigned int idx);
|
||||||
enum Operation { Set, Insert };
|
|
||||||
void DoSetOrInsertItem(Operation oper, unsigned int idx);
|
|
||||||
|
|
||||||
// get the event type corresponding to a click or double click event
|
// get the event type corresponding to a click or double click event
|
||||||
// (depending on dblclk value) with the specified (using MSW convention)
|
// (depending on dblclk value) with the specified (using MSW convention)
|
||||||
|
Reference in New Issue
Block a user