Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setVisibleHScroll
Method
setVisibleHScroll
MyGUIEngine/src/MyGUI_EditBox.cpp:2054–2058 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2052
}
2053
2054
void EditBox::setVisibleHScroll(bool _value)
2055
{
2056
mVisibleHScroll = _value;
2057
updateView();
2058
}
2059
2060
size_t EditBox::getVScrollRange() const
2061
{
Callers
6
ExportScrollView_SetVisibleHScroll
Function · 0.45
ExportEditBox_SetVisibleHScroll
Function · 0.45
MyGUI_Managed_EditBox.h
File · 0.45
MyGUI_Managed_ScrollView.h
File · 0.45
BasePanelView
Method · 0.45
showHScroll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected