void Scroll(unsigned int position)
To scroll text on other position.
Definition TextBox.h:129
std::string GetText() const
Get the used text from control.
Definition TextBox.h:108
void Reset()
To reset box an remove all the text.
Definition TextBox.h:86
void SetVisible(bool visible)
Set the control on window to visible.
Definition TextBox.h:75
void SetText(const std::string &text)
To set the text on box.
Definition TextBox.h:95
~CTextBox() override=default
Destructor.
void SetAutoScrolling(int delay, int time, int repeat)
To set automatic scrolling of textbox.
Definition TextBox.h:152
CTextBox(CWindow *window, int controlId)
Construct a new control.
Definition TextBox.h:52
void ATTR_DLL_LOCAL Log(const ADDON_LOG loglevel, const char *format,...)
Add a message to Kodi's log.
Definition AddonBase.h:1938