Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiTabular.cpp34 …(const char *szTitle, const C4Rect &rcBounds, int32_t icoTitle, bool fHasCloseButton, bool fTitleM… in Sheet() argument
35 …: Window(), icoTitle(icoTitle), cHotkey(0), dwCaptionClr(0u), fHasCloseButton(fHasCloseButton), fC… in Sheet()
95 if (!fLarge && fHasCloseButton) x -= iTxtHgt/2; in DrawCaption()
100 if (fHasCloseButton) in DrawCaption()
131 if (fHasCloseButton) iWdt += iHgt + fLarge*2; in GetCaptionSize()
140 …return fHasCloseButton && Inside<int32_t>(x, iCaptWdt-iCaptHgt+1, iCaptWdt-2) && Inside<int32_t>(y… in IsPosOnCloseButton()
H A DC4Gui.h1611 bool fHasCloseButton, fCloseButtonHighlighted;
1614 … *szTitle, const C4Rect &rcBounds, int32_t icoTitle = Ico_None, bool fHasCloseButton=false, bool f…
1629 bool HasCloseButton() const { return fHasCloseButton; }