When a wxSearchCtrl is added to a project the associated XRC code for the control is not correct.
Actual:
<object class="unknown" name="m_searchCtrl_word_list" />
Expected:
<object class="wxSearchCtrl" name="m_searchCtrl_word_list">
<style>wxTE_NOHIDESEL|wxTE_PROCESS_ENTER</style>
</object>
The Python code created appears correct.
Fixed in wxFB 3.4.3.