wxpython 文本框TextCtrl
path_text = wx.TextCtrl(frame, pos=(5, 5), size=(350, 24))
最常用的两个函数:
path = path_text.GetValue()
content_text.SetValue()
path_text = wx.TextCtrl(frame, pos=(5, 5), size=(350, 24))
最常用的两个函数:
path = path_text.GetValue()
content_text.SetValue()