Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setNeedToolTip
Method
setNeedToolTip
MyGUIEngine/src/MyGUI_WidgetInput.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void WidgetInput::setNeedToolTip(bool _value)
123
{
124
mNeedToolTip = _value;
125
}
126
127
bool WidgetInput::getNeedToolTip() const
128
{
Callers
5
ExportWidget_SetNeedToolTip
Function · 0.80
MyGUI_Managed_WidgetInput.h
File · 0.80
initialiseOverride
Method · 0.80
requestCreateWidgetItem
Method · 0.80
ProjectControl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected