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

Method isShowHScroll

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 static_cast<EditBox*>(this)->setVisibleHScroll(_visible);
152 }
153 bool MemberObsolete<EditBox>::isShowHScroll()
154 {
155 return static_cast<EditBox*>(this)->isVisibleHScroll();
156 }
157
158 void MemberObsolete<EditBox>::setTextColour(size_t _start, size_t _count, const Colour& _colour)
159 {

Callers

nothing calls this directly

Calls 1

isVisibleHScrollMethod · 0.45

Tested by

no test coverage detected