wxPython Tutorial 9: ComboBox Widget

preview_player
Показать описание
The ComboBox widget presents to the user a dropdown list of options, from which the user may select one. An efficient and space-saving way of displaying options.

------------------------- Website Link -------------------------

------------- wxPython Series -------------

Tutorial 1: (Making a Window)

Tutorial 2: (Button Widget)

Tutorial 3: (StaticText Widget)

Tutorial 4: (TextCtrl Widget)

Tutorial 5: (StaticLine Widget)

Tutorial 6: (RadioButton Widget)

Tutorial 7: (RadioBox Widget)

Tutorial 8: (CheckBox Widget)

Tutorial 9: (ComboBox Widget)

Tutorial 10: (StatusBar Widget)

Tutorial 11: (Creating a Menu Bar)

Tutorial 12: (ToggleButton)

Tutorial 13: (StaticBox)

Tutorial 14: (Bitmap Button)
Рекомендации по теме
Комментарии
Автор

How to include auto complete on combo box?!?!

chriskeo