• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/

Lines Matching defs:wxPagedWindow

11 //                the Original Code Paints a Vertical Scroll in wxPagedWindow
674 // Implementation for class wxPagedWindow
676 IMPLEMENT_DYNAMIC_CLASS( wxPagedWindow, wxTabbedWindow )
679 BEGIN_EVENT_TABLE( wxPagedWindow, wxTabbedWindow )
680 EVT_SIZE ( wxPagedWindow::OnSize )
681 EVT_PAINT ( wxPagedWindow::OnPaint )
682 EVT_LEFT_DOWN( wxPagedWindow::OnLButtonDown )
683 EVT_LEFT_UP ( wxPagedWindow::OnLButtonUp )
684 EVT_MOTION ( wxPagedWindow::OnMouseMove )
685 EVT_SCROLL ( wxPagedWindow::OnScroll )
695 wxPagedWindow::wxPagedWindow()
715 wxFont wxPagedWindow::GetLabelingFont()
733 void wxPagedWindow::OnTabAdded( twTabInfo* WXUNUSED(pInfo) )
741 wxScrollBar& wxPagedWindow::GetVerticalScrollBar()
747 wxScrollBar& wxPagedWindow::GetHorizontalScrollBar()
753 int wxPagedWindow::GetWholeTabRowLen()
768 } // wxPagedWindow::GetWholeTabRowLen()
771 void wxPagedWindow::DrawPaperBar( twTabInfo& tab, int x, int y,
824 } // wxPagedWindow::DrawPaperBar()
827 void wxPagedWindow::DrawDecorations( wxDC& dc )
932 } // wxPagedWindow::DrawDecorations()
935 int wxPagedWindow::HitTest( const wxPoint& pos )
941 void wxPagedWindow::RecalcLayout(bool andRepaint)
1050 void wxPagedWindow::OnPaint( wxPaintEvent& WXUNUSED(event) )
1057 void wxPagedWindow::OnSize ( wxSizeEvent& event )
1063 void wxPagedWindow::OnLButtonDown( wxMouseEvent& event )
1078 } // wxPagedWindow::OnLButtonDown()
1081 void wxPagedWindow::OnLButtonUp( wxMouseEvent& WXUNUSED(event) )
1091 } // wxPagedWindow::OnLButtonUp()
1094 void wxPagedWindow::OnMouseMove( wxMouseEvent& event )
1141 } // wxPagedWindow::OnMouseMove()
1144 void wxPagedWindow::OnScroll( wxScrollEvent& event )
1147 // wxMessageBox("wxPagedWindow::OnScroll","-I->");
1180 } // wxPagedWindow::OnScroll()