Home
last modified time | relevance | path

Searched refs:GetChildClippingMode (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h400 ChildClippingMode GetChildClippingMode() const;
/dports/games/freeorion/freeorion-0.4.10.2/GG/test/unit/
H A DTestButton.cpp128 BOOST_CHECK(button.GetChildClippingMode() == GG::Wnd::DontClip); in BOOST_AUTO_TEST_CASE()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp238 Wnd::ChildClippingMode Wnd::GetChildClippingMode() const in GetChildClippingMode() function in Wnd
H A DGUI.cpp1633 Wnd::ChildClippingMode clip_mode = wnd->GetChildClippingMode(); in RenderWindow()