| 1012 | } |
| 1013 | |
| 1014 | bool CUIXmlInit::InitEditBox(CUIXml& xml_doc, const char* path, int index, CUIEditBox* pWnd) |
| 1015 | { |
| 1016 | InitCustomEdit(xml_doc, path, index, pWnd); |
| 1017 | InitTexture(xml_doc, path, index, pWnd); |
| 1018 | InitOptionsItem(xml_doc, path, index, pWnd); |
| 1019 | |
| 1020 | return true; |
| 1021 | } |
| 1022 | |
| 1023 | ////////////////////////////////////////////////////////////////////////// |
| 1024 |