- // common creation for all databrowser list implementations
- wxMacListControl* CreateMacListControl(const wxPoint& pos, const wxSize& size, long style);
-
- // internal storage for line n has changed, issue a redraw
- void MacUpdateLine(int n);
-
- virtual void DoSetSelection(int n, bool select);