本文介绍了Boa TextCtrl道具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我似乎无法找到ReadOnly。 Boa中wx.TextCtrl的属性。它通常只是VS中的复选框/布尔值;我认为wxGlade使用了像TE_READONLY或类似东西的wx值。它可能就在我面前的某个地方...
I can''t seem to find the "ReadOnly" attribute for a wx.TextCtrl in Boa. It''s usually just a checkbox/boolean in VS; I think wxGlade used a wx value like TE_READONLY or something similar. It''s probably right in front of me here somewhere...
推荐答案
同一个地方:Inspector:Constr:Style。
Same place: Inspector:Constr:Style.
这篇关于Boa TextCtrl道具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!