Lines Matching refs:GetWindow

226     ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow ();  in redraw()
241 mpImpl->mvclWindow = GetVCLXWindow () ? GetWindow () : 0; in Window()
264 Resource &r = *GetWindow (); in setRes()
313 if (::Window *window = vcl->GetWindow()) in SetParent()
325 window->SetParent (GetWindow ()); in ParentSet()
350 ::Window* Window::GetWindow() const in GetWindow() function in layout::Window
352 return GetVCLXWindow()->GetWindow(); in GetWindow()
357 return GetWindow()->GetParent(); in GetParent()
362 GetWindow()->SetHelpId( id ); in SetHelpId()
367 return GetWindow()->GetHelpId(); in GetHelpId()
372 GetWindow()->EnterWait (); in EnterWait()
376 GetWindow()->LeaveWait (); in LeaveWait()
380 return GetWindow()->IsWait (); in IsWait()
385 if (GetWindow ()) in IsVisible()
386 return GetWindow()->IsVisible (); in IsVisible()
392 return GetWindow()->HasChildPathFocus (systemWindow); in HasChildPathFocus()
429 return GetWindow ()->IsEnabled (); in IsEnabled()
437 GetWindow ()->EnableInput (enable, child); in EnableInput()
442 return GetWindow ()->IsInputEnabled (); in IsInputEnabled()
447 return GetWindow ()->HasFocus (); in HasFocus()
452 return const_cast <Font&> (GetWindow ()->GetFont ()); in GetFont()
457 GetWindow ()->SetFont (font); in SetFont()
462 GetWindow ()->Invalidate (flags); in Invalidate()
638 GetWindow()->SetUpdateMode( mode ); in SetUpdateMode()
643 GetWindow()->SetPointer( pointer ); in SetPointer()
648 return GetWindow()->GetPointer(); in GetPointer()
653 GetWindow()->SetText( str ); in SetText()
658 return GetWindow()->GetText(); in GetText()
1583 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()