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

Method showHScroll

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 return static_cast<EditBox*>(this)->isVisibleVScroll();
148 }
149 void MemberObsolete<EditBox>::showHScroll(bool _visible)
150 {
151 static_cast<EditBox*>(this)->setVisibleHScroll(_visible);
152 }
153 bool MemberObsolete<EditBox>::isShowHScroll()
154 {
155 return static_cast<EditBox*>(this)->isVisibleHScroll();

Callers

nothing calls this directly

Calls 1

setVisibleHScrollMethod · 0.45

Tested by

no test coverage detected