Python/wxPython/wx.TextCtrl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→XRC) |
||
| Line 11: | Line 11: | ||
=== XRC === | === XRC === | ||
<source lang="xml"> | <source lang="xml"> | ||
<object name=" | <object name="name_of_wxtc" class="wxTextCtrl"> | ||
<size>200, | <size>200,25</size> | ||
</object> | </object> | ||
</source> | </source> | ||