Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiButton.cpp95 if (fEnabled) if (HasDrawFocus() || (fMouseOver && IsInActiveDlg(false))) in DrawElement()
214 if (fEnabled) if (fHighlight || HasDrawFocus() || (fMouseOver && IsInActiveDlg(false))) in DrawElement()
275 if (fEnabled) if (HasDrawFocus() || (fMouseOver && IsInActiveDlg(false))) in DrawElement()
319 if ((HasDrawFocus() || (fMouseOver && IsInActiveDlg(false))) && fEnabled) in DrawElement()
H A DC4GuiCheckBox.cpp132 if ((fMouseOn && IsInActiveDlg(false)) || HasDrawFocus()) in DrawElement()
H A DC4GuiComboBox.cpp182 if ((HasDrawFocus() || iOpenMenu || fMouseOver) && !fReadOnly) in DrawElement()
H A DC4GuiTabular.cpp444 …et->DrawCaption(cgo, iCptTextX, iCptTextY, iMaxTabWidth, fLeft, true, HasDrawFocus(), nullptr, nul… in DrawElement()
468 …pActiveSheet->DrawCaption(cgo, aCptTxX, aCptTxY, iMaxTabWidth, fLeft, true, HasDrawFocus(), pfctCl… in DrawElement()
H A DC4GuiMenu.cpp630 if (HasDrawFocus() || (fMouseOver && IsInActiveDlg(false)) || iOpenMenu) in DrawElement()
H A DC4GuiListBox.cpp123 HasDrawFocus() ? C4GUI_ListBoxSelColor : C4GUI_ListBoxInactSelColor); in DrawElement()
H A DC4GuiContainers.cpp751 bool Control::HasDrawFocus() in HasDrawFocus() function in C4GUI::Control
H A DC4GuiEdit.cpp625 if (HasDrawFocus() && fBlink) in DrawElement()
H A DC4Gui.h1068 bool HasDrawFocus();
2499 bool CheckCondition() override { return Base::rTarget.HasDrawFocus(); }
2511 bool CheckCondition() override { return Base::rTarget.HasDrawFocus(); }
H A DC4StartupOptionsDlg.cpp58 if (fEnabled) if (HasDrawFocus() || (fMouseOver && IsInActiveDlg(false))) in DrawElement()