Searched refs:wxScrolledWindow (Results 51 - 75 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/access/
H A Daccesstest.cpp378 wxScrolledWindow* scrolledWindow = new wxScrolledWindow(this, wxID_ANY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprevwin.tex8 \helpref{wxScrolledWindow}{wxscrolledwindow}\\
H A Dscrolbar.tex58 \helpref{wxScrolledWindow}{wxscrolledwindow}
278 \helpref{wxWindow::SetScrollbar}{wxwindowsetscrollbar}, \helpref{wxScrolledWindow}{wxscrolledwindow}
H A Dvscroll.tex22 \helpref{wxScrolledWindow}{wxscrolledwindow} class which can be only used when
23 all lines have the same height. It lacks some other wxScrolledWindow features
H A Dporting.tex137 disappeared in favour of wxScrolledWindow (since all windows are now effectively canvases
381 If you are using a wxScrolledWindow (formerly wxCanvas), you should call
401 If you are using a wxScrolledWindow (formerly wxCanvas), you should call
423 Change the name to wxScrolledWindow.
H A Dhtwindow.tex30 \helpref{wxScrolledWindow}{wxscrolledwindow}
76 Constructor. The parameters are the same as for the \helpref{wxScrolledWindow}{wxscrolledwindow} constructor.
H A Dhvscroll.tex25 of the \helpref{wxScrolledWindow}{wxscrolledwindow} class which can be only
27 Like wxVScrolledWinow it lacks some of wxScrolledWindow features such as
H A Dbufferdc.tex120 using this class together with \helpref{wxScrolledWindow}{wxscrolledwindow}, you probably
H A Dsizer.tex289 \helpref{wxScrolledWindow::SetScrollbars}{wxscrolledwindowsetscrollbars},\rtfsp
582 \helpref{wxScrolledWindow::SetScrollbars}{wxscrolledwindowsetscrollbars}
H A DwxPython.tex423 \item \helpref{wxScrolledWindow}{wxscrolledwindow}
H A Dcategory.tex38 \twocolitem{\helpref{wxScrolledWindow}{wxscrolledwindow}}{Window with automatically managed scrollbars}
50 \twocolitem{\helpref{wxVScrolledWindow}{wxvscrolledwindow}}{As wxScrolledWindow but supports lines of variable height}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_sizer.cpp243 if ( wxDynamicCast(m_parentAsWindow, wxScrolledWindow) != NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h235 class WXDLLIMPEXP_HTML wxHtmlWindow : public wxScrolledWindow,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp56 class MyCanvas: public wxScrolledWindow
462 BEGIN_EVENT_TABLE(MyCanvas, wxScrolledWindow)
468 : wxScrolledWindow( parent, id, pos, size, wxSUNKEN_BORDER )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlcell.cpp1525 wxScrolledWindow *scrolwin =
1526 wxDynamicCast(m_Wnd->GetParent(), wxScrolledWindow);
1552 ((wxScrolledWindow*)(m_Wnd->GetParent()))->GetViewStart(&stx, &sty);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp820 BEGIN_EVENT_TABLE(wxPreviewCanvas, wxScrolledWindow)
835 wxScrolledWindow(parent, wxID_ANY, pos, size, style | wxFULL_REPAINT_ON_RESIZE, name)
1648 ((wxScrolledWindow *) m_previewCanvas)->Scroll(0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp164 class MyCanvas: public wxScrolledWindow
405 BEGIN_EVENT_TABLE(MyCanvas, wxScrolledWindow)
413 : wxScrolledWindow(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/plot/
H A Dplot.h284 class WXDLLIMPEXP_PLOT wxPlotWindow: public wxScrolledWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dprntbase.h329 class WXDLLEXPORT wxPreviewCanvas: public wxScrolledWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp495 class wxListMainWindow : public wxScrolledWindow
711 if ( !wxScrolledWindow::SetFont(font) )
2267 IMPLEMENT_DYNAMIC_CLASS(wxListMainWindow,wxScrolledWindow)
2269 BEGIN_EVENT_TABLE(wxListMainWindow,wxScrolledWindow)
2328 : wxScrolledWindow( parent, id, pos, size,
2908 // Do nothing here. This prevents the default handler in wxScrolledWindow
4905 wxScrolledWindow::OnScroll(event);
H A Dgrid.cpp4271 IMPLEMENT_DYNAMIC_CLASS_XTI(wxGrid, wxScrolledWindow,"wx/grid.h")
4287 IMPLEMENT_DYNAMIC_CLASS( wxGrid, wxScrolledWindow )
4290 BEGIN_EVENT_TABLE( wxGrid, wxScrolledWindow )
4315 : wxScrolledWindow( parent, id, pos, size, (style | wxWANTS_CHARS), name ),
4327 if (!wxScrolledWindow::Create(parent, id, pos, size,
7005 wxScrolledWindow::Refresh(eraseb, rect);
8419 if ( !wxScrolledWindow::Enable(enable) )
9625 wxScrolledWindow::Refresh( true );
9654 wxScrolledWindow::Refresh( true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp493 class wxListMainWindow : public wxScrolledWindow
713 if ( !wxScrolledWindow::SetFont(font) )
2261 BEGIN_EVENT_TABLE(wxListMainWindow,wxScrolledWindow)
2318 : wxScrolledWindow( parent, id, pos, size,
2905 // Do nothing here. This prevents the default handler in wxScrolledWindow
4864 wxScrolledWindow::OnScroll(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp1554 // We have to test whether it's a wxScrolledWindow (hack!) because
1559 wxScrolledWindow* scrolledWindow = wxDynamicCast(this, wxScrolledWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1082 class WXDLLIMPEXP_ADV wxGrid : public wxScrolledWindow
1628 : wxScrolledWindow( parent, wxID_ANY, wxPoint(x,y), wxSize(w,h),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp110 BEGIN_EVENT_TABLE(MyCanvas, wxScrolledWindow)

Completed in 314 milliseconds

1234