Home
last modified time | relevance | path

Searched refs:WoodenLabel (Results 1 – 8 of 8) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupNetDlg.cpp644 …C4GUI::WoodenLabel *pGameListLbl; int32_t iCaptHgt = C4GUI::WoodenLabel::GetDefaultHeight(&::Graph… in C4StartupNetDlg()
645 …pGameListLbl = new C4GUI::WoodenLabel(LoadResStr("IDS_NET_GAMELIST"), caGameList.GetFromTop(iCaptH… in C4StartupNetDlg()
647 C4GUI::WoodenLabel *pSearchLbl; in C4StartupNetDlg()
652 …pSearchLbl = new C4GUI::WoodenLabel(szSearchLblText, caSearch.GetFromLeft(iSearchWdt+10), C4GUI_Ca… in C4StartupNetDlg()
667 C4GUI::WoodenLabel *pIPLbl; in C4StartupNetDlg()
671 …pIPLbl = new C4GUI::WoodenLabel(szIPLblText, caIP.GetFromLeft(iIPWdt+10), C4GUI_Caption2FontClr, &… in C4StartupNetDlg()
684 …pSheetChat->AddElement(pChatTitleLabel = new C4GUI::WoodenLabel("", caChat.GetFromTop(iCaptHgt), C… in C4StartupNetDlg()
H A DC4GuiLabels.cpp136 void WoodenLabel::DrawElement(C4TargetFacet &cgo) in DrawElement()
176 int32_t WoodenLabel::GetDefaultHeight(CStdFont *pUseFont) in GetDefaultHeight()
182 void WoodenLabel::SetIcon(const C4Facet &rfctIcon) in SetIcon()
194 void WoodenLabel::ResetAutoScroll() in ResetAutoScroll()
H A DC4GameLobby.cpp206 …pRightTabLbl = new C4GUI::WoodenLabel("", caRight.GetFromTop(C4GUI::WoodenLabel::GetDefaultHeight(… in MainDlg()
245 …pLbl = new C4GUI::WoodenLabel(LoadResStr("IDS_CTL_CHAT"), caChat.GetFromLeft(40), C4GUI_CaptionFon… in MainDlg()
H A DC4ChatDlg.h64 C4GUI::WoodenLabel *pInputLbl;
H A DC4StartupNetDlg.h146 C4GUI::WoodenLabel *pChatTitleLabel{nullptr};
H A DC4GuiDialogs.cpp349 int32_t iTextHgt = WoodenLabel::GetDefaultHeight(&::GraphicsResource.TextFont); in SetTitle()
358 …AddElement(pTitle = new WoodenLabel(szTitle, C4Rect(-GetMarginLeft(), -iTextHgt, rcBounds.Wdt, iTe… in SetTitle()
403 int32_t iTextHgt = WoodenLabel::GetDefaultHeight(&::GraphicsResource.TextFont); in UpdateSize()
1114 …pChatLbl = new C4GUI::WoodenLabel(szMessage, caChat.GetFromLeft(w+4), C4GUI_CaptionFontClr, &::Gra… in InputDialog()
H A DC4Gui.h173 class Label; class WoodenLabel; class MultilineLabel; variable
512 class WoodenLabel : public Label
530WoodenLabel(const char *szLblText, const C4Rect &rcBounds, DWORD dwFClr=0xffffffff, CStdFont *pFon…
2078 WoodenLabel *pTitle; // title bar text
H A DC4ChatDlg.cpp106 …pInputLbl = new C4GUI::WoodenLabel(LoadResStr("IDS_DLG_CHAT"), rcDefault, C4GUI_CaptionFontClr, &:… in ChatSheet()