wxpython 文本框TextCtrl

path_text = wx.TextCtrl(frame, pos=(5, 5), size=(350, 24))
最常用的两个函数:
path = path_text.GetValue()
content_text.SetValue()
posted @ 2019-04-25 17:29  mghhz816  阅读(735)  评论(0编辑  收藏  举报