wxpython 文本框TextCtrl

path_text = wx.TextCtrl(frame, pos=(5, 5), size=(350, 24))
最常用的两个函数:
path = path_text.GetValue()
content_text.SetValue()
原文地址:https://www.cnblogs.com/mghhzAnne/p/10769795.html