Lines Matching refs:GetWindow

223     ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow ();  in redraw()
238 mpImpl->mvclWindow = GetVCLXWindow () ? GetWindow () : 0; in Window()
261 Resource &r = *GetWindow (); in setRes()
310 if (::Window *window = vcl->GetWindow()) in SetParent()
322 window->SetParent (GetWindow ()); in ParentSet()
347 ::Window* Window::GetWindow() const in GetWindow() function in layout::Window
349 return GetVCLXWindow()->GetWindow(); in GetWindow()
354 return GetWindow()->GetParent(); in GetParent()
359 GetWindow()->SetHelpId( id ); in SetHelpId()
364 return GetWindow()->GetHelpId(); in GetHelpId()
369 GetWindow()->EnterWait (); in EnterWait()
373 GetWindow()->LeaveWait (); in LeaveWait()
377 return GetWindow()->IsWait (); in IsWait()
382 if (GetWindow ()) in IsVisible()
383 return GetWindow()->IsVisible (); in IsVisible()
389 return GetWindow()->HasChildPathFocus (systemWindow); in HasChildPathFocus()
426 return GetWindow ()->IsEnabled (); in IsEnabled()
434 GetWindow ()->EnableInput (enable, child); in EnableInput()
439 return GetWindow ()->IsInputEnabled (); in IsInputEnabled()
444 return GetWindow ()->HasFocus (); in HasFocus()
449 return const_cast <Font&> (GetWindow ()->GetFont ()); in GetFont()
454 GetWindow ()->SetFont (font); in SetFont()
459 GetWindow ()->Invalidate (flags); in Invalidate()
635 GetWindow()->SetUpdateMode( mode ); in SetUpdateMode()
640 GetWindow()->SetPointer( pointer ); in SetPointer()
645 return GetWindow()->GetPointer(); in GetPointer()
650 GetWindow()->SetText( str ); in SetText()
655 return GetWindow()->GetText(); in GetText()
1580 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()