python - wxPython add seperation mark to sizer -
i have 2 groups of check boxes in wx.boxsizer(wx.horizontal). add distinguish it's 2 different groups (something else blank space). i'm looking similar appendseparator() of wx.menu()
i've looked in sizer class don't see useful there.
i'm trying avoid adding statictext | between groups, there other way?
wx.staticline might serve well
Comments
Post a Comment