Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/300.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 是否可以执行没有边框的wx.TextCtrl?_Python_Wxpython - Fatal编程技术网

Python 是否可以执行没有边框的wx.TextCtrl?

Python 是否可以执行没有边框的wx.TextCtrl?,python,wxpython,Python,Wxpython,我想使用wxpython:p执行没有边框的wx.TextCtrl 我该怎么做呢?如何wx.BORDER\u NONE如: t1 = wx.TextCtrl(self, -1, "my text", style=wx.BORDER_NONE)

我想使用wxpython:p执行没有边框的wx.TextCtrl
我该怎么做呢?

如何
wx.BORDER\u NONE
如:

t1 = wx.TextCtrl(self, -1, "my text", style=wx.BORDER_NONE)