Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isVisibleVScroll
Method
isVisibleVScroll
MyGUIEngine/src/MyGUI_EditBox.cpp:2264–2267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2262
}
2263
2264
bool EditBox::isVisibleVScroll() const
2265
{
2266
return mVisibleVScroll;
2267
}
2268
2269
bool EditBox::isVisibleHScroll() const
2270
{
Callers
5
Type MYGUICALL ExportScrollView_IsVisibleVScroll
Method · 0.45
Type MYGUICALL ExportEditBox_IsVisibleVScroll
Method · 0.45
MyGUI_Managed_EditBox.h
File · 0.45
MyGUI_Managed_ScrollView.h
File · 0.45
isShowVScroll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected