Quantcast
Channel: wxWidgets: Ticket Query
Viewing all articles
Browse latest Browse all 66

#4398: [2.8] wxGTK wxComboBox doesn't support wxCB_SORT

$
0
0

I defined a wx.ComboBox() as:

self.vcomp = wx.ComboBox(self, wx.ID_ANY, size=wx.Size(150, 25), style=wx.CB_DROPDOWN|wx.CB_SORT| wx.TAB_TRAVERSAL|wx.RAISED_BORDER)

The appended strings in the drop-down list are not sorted alphabetically.

This is with Python-2.4, wxPython-2.8.0.1, and Slackware-11.0.

Rich Shepard rshepard@…


Viewing all articles
Browse latest Browse all 66

Trending Articles