Change cursor on textedit, remove possibility to close EnterGame window

This commit is contained in:
Henrique Santiago
2012-08-10 16:26:39 -03:00
parent 24b60bec2e
commit 8753f82fd0
10 changed files with 137 additions and 43 deletions

View File

@@ -62,6 +62,7 @@ public:
bool isMultiline() { return m_multiline; }
protected:
virtual void onHoverChange(bool hovered);
virtual void onTextChange(const std::string& text, const std::string& oldText);
virtual void onFontChange(const std::string& font);
virtual void onStyleApply(const std::string& styleName, const OTMLNodePtr& styleNode);