void PropertyFieldEditBox::notifyForceApplyProperties(MyGUI::EditBox* _sender) { notifyApplyProperties(_sender, true); }
void PropertyFieldComboBox::notifyForceApplyProperties2(MyGUI::ComboBox* _sender, size_t _index) { notifyApplyProperties(_sender); }
void PropertyFieldEditBox::notifyTryApplyProperties(MyGUI::EditBox* _sender) { notifyApplyProperties(_sender, false); }