Home
last modified time | relevance | path

Searched refs:InResizeTab (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIWnd.cpp351 if (!InResizeTab(pt)) in LButtonDown()
356 bool CUIWnd::InResizeTab(const GG::Pt& pt) const { in InResizeTab() function in CUIWnd
402 m_mouse_in_resize_tab = InResizeTab(pt); in MouseEnter()
407 m_mouse_in_resize_tab = InResizeTab(pt); in MouseHere()
H A DCUIWnd.h153 …bool InResizeTab(const GG::Pt& pt) const;//!< returns true iff the specified \a…