MCPcopy Create free account
hub / github.com/MyGUI/mygui / showVScroll

Method showVScroll

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141 void MemberObsolete<EditBox>::showVScroll(bool _visible)
142 {
143 static_cast<EditBox*>(this)->setVisibleVScroll(_visible);
144 }
145 bool MemberObsolete<EditBox>::isShowVScroll()
146 {
147 return static_cast<EditBox*>(this)->isVisibleVScroll();

Callers

nothing calls this directly

Calls 1

setVisibleVScrollMethod · 0.45

Tested by

no test coverage detected