Lines Matching refs:Window
99 void Splitter::ImplInit( Window* pParent, WinBits nWinStyle ) in ImplInit()
101 Window::ImplInit( pParent, nWinStyle, NULL ); in ImplInit()
158 Splitter::Splitter( Window* pParent, WinBits nStyle ) : in Splitter()
159 Window( WINDOW_SPLITTER ) in Splitter()
167 Splitter::Splitter( Window* pParent, const ResId& rResId ) : in Splitter()
168 Window( WINDOW_SPLITTER ) in Splitter()
217 Window *pWin = GetParent()->GetWindow( WINDOW_FIRSTCHILD ); in ImplFindSibling()
511 void Splitter::SetDragRectPixel( const Rectangle& rDragRect, Window* _pRefWin ) in SetDragRectPixel()
740 Window::KeyInput( rKEvt ); in KeyInput()
751 return Window::Notify( rNEvt ); in Notify()
758 Window::DataChanged( rDCEvt ); in DataChanged()
816 Window::Paint( rPaintRect ); in Paint()