////@begin forward declarations
class wxSymbolListCtrl;
+
+class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
+
////@end forward declarations
// __UNICODE__ is a symbol used by DialogBlocks-generated code.
virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const;
// gets the line height
- virtual wxCoord OnGetLineHeight(size_t line) const;
+ virtual wxCoord OnGetRowHeight(size_t line) const;
// event handlers
void OnPaint(wxPaintEvent& event);