Lines Matching refs:Window
56 Window( nType ) in Control()
63 Control::Control( Window* pParent, WinBits nStyle ) : in Control()
64 Window( WINDOW_CONTROL ) in Control()
67 Window::ImplInit( pParent, nStyle, NULL ); in Control()
72 Control::Control( Window* pParent, const ResId& rResId ) : in Control()
73 Window( WINDOW_CONTROL ) in Control()
96 Window::GetFocus(); in GetFocus()
103 Window::LoseFocus(); in LoseFocus()
111 Window::Resize(); in Resize()
147 Window::SetText( rStr ); in SetText()
316 Window* pFocusWin = Application::GetFocusWindow(); in Notify()
328 return Window::Notify( rNEvt ); in Notify()
345 Window::StateChanged( nStateChange ); in StateChanged()