|
|
@ -23,8 +23,8 @@ namespace LuaUi
|
|
|
|
void textChange(MyGUI::EditBox*);
|
|
|
|
void textChange(MyGUI::EditBox*);
|
|
|
|
|
|
|
|
|
|
|
|
MyGUI::EditBox* mEditBox = nullptr;
|
|
|
|
MyGUI::EditBox* mEditBox = nullptr;
|
|
|
|
bool mMultiline{0};
|
|
|
|
bool mMultiline{false};
|
|
|
|
bool mAutoSize{0};
|
|
|
|
bool mAutoSize{false};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|