Lines Matching refs:GetWindow

226     ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow ();  in redraw()
241 mpImpl->mvclWindow = GetVCLXWindow () ? GetWindow () : 0; in Window()
273 Resource &r = *GetWindow (); in setRes()
322 if (::Window *window = vcl->GetWindow()) in SetParent()
334 window->SetParent (GetWindow ()); in ParentSet()
359 ::Window* Window::GetWindow() const in GetWindow() function in layout::Window
361 return GetVCLXWindow()->GetWindow(); in GetWindow()
366 return GetWindow()->GetParent(); in GetParent()
371 GetWindow()->SetHelpId( id ); in SetHelpId()
376 return GetWindow()->GetHelpId(); in GetHelpId()
381 GetWindow()->EnterWait (); in EnterWait()
385 GetWindow()->LeaveWait (); in LeaveWait()
389 return GetWindow()->IsWait (); in IsWait()
394 if (GetWindow ()) in IsVisible()
395 return GetWindow()->IsVisible (); in IsVisible()
401 return GetWindow()->HasChildPathFocus (systemWindow); in HasChildPathFocus()
438 return GetWindow ()->IsEnabled (); in IsEnabled()
446 GetWindow ()->EnableInput (enable, child); in EnableInput()
451 return GetWindow ()->IsInputEnabled (); in IsInputEnabled()
456 return GetWindow ()->HasFocus (); in HasFocus()
461 return const_cast <Font&> (GetWindow ()->GetFont ()); in GetFont()
466 GetWindow ()->SetFont (font); in SetFont()
471 GetWindow ()->Invalidate (flags); in Invalidate()
644 GetWindow()->SetUpdateMode( mode ); in SetUpdateMode()
649 GetWindow()->SetPointer( pointer ); in SetPointer()
654 return GetWindow()->GetPointer(); in GetPointer()
659 GetWindow()->SetText( str ); in SetText()
664 return GetWindow()->GetText(); in GetText()
1589 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()