Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp240 wxString pmodestr = wxString(GetPasteMode(),wxConvLocal); // uses pmode in CreateTranslucentControls() local
257 dc.GetTextExtent(pmodestr, &textwd, &textht); in CreateTranslucentControls()
259 dc.DrawText(pmodestr, 2, modeht - statusptr->GetTextAscent() - 4); in CreateTranslucentControls()