Rounded corner border in wxPython
Is there any way to design a rounded corner TextCtrl
widget? Actually I am new to wxPython
and I am used to swing
.
Like in s开发者_运维问答wing
, is their any way in wxPython
too to customize the border of the widgets?
wxPython uses native widgets for the most part. If they don't have a rounded version, then the answer is No. However, wxPython supports custom widgets, so you could create your own text control with whatever features you want.
精彩评论