Home
last modified time | relevance | path

Searched refs:NewScrollRightButton (Results 1 – 5 of 5) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIStyle.h39 std::shared_ptr<GG::Button> NewScrollRightButton(GG::Clr color) const override;
H A DCUIStyle.cpp97 std::shared_ptr<GG::Button> CUIStyle::NewScrollRightButton(GG::Clr color) const in NewScrollRightButton() function in CUIStyle
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DStyleFactory.h156 virtual std::shared_ptr<Button> NewScrollRightButton(Clr color) const;
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DStyleFactory.cpp152 std::shared_ptr<Button> StyleFactory::NewScrollRightButton(Clr color) const in NewScrollRightButton() function in StyleFactory
H A DScroll.cpp75 m_incr = style->NewScrollRightButton(color); in Scroll()