git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57539
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void OnPaint( wxPaintEvent &event );
void OnChildFocus(wxChildFocusEvent& event);
void OnPaint( wxPaintEvent &event );
void OnChildFocus(wxChildFocusEvent& event);
void DrawImage( int index, wxDC *dc, int x, int y );
void GetImageSize( int index, int &width, int &height ) const;
int GetTextLength( const wxString &s ) const;
void DrawImage( int index, wxDC *dc, int x, int y );
void GetImageSize( int index, int &width, int &height ) const;
int GetTextLength( const wxString &s ) const;
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
- // FIXME
-#if ( defined(__WXGTK__) || defined(__WXMAC__) ) && !defined(__WXUNIVERSAL__)
- wxScrolledCanvas::OnScroll(event);
-#else
// update our idea of which lines are shown when we redraw the window the
// next time
// update our idea of which lines are shown when we redraw the window the
// next time