enum Operation { Set, Insert };
void DoSetOrInsertItem(Operation oper, unsigned int idx);
- // send a click or double click event (depending on dblclk value) for the
- // click with the given button on the given item
- bool SendClickEvent(bool dblclk, unsigned int idx, int button);
+ // get the event type corresponding to a click or double click event
+ // (depending on dblclk value) with the specified (using MSW convention)
+ // mouse button
+ wxEventType GetClickEventType(bool dblclk, int button);
// the image list: initially NULL, created on demand