Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:ComboBox

577 class ComboBox(TixWidget):
578 """ComboBox - an Entry field with a dropdown menu. The user can select a
701 recently selected into a ComboBox widget so that they can be quickly
706 selection ComboBox
707 filter ComboBox
725 types ComboBox
726 dir ComboBox
727 file ComboBox
798 recently selected into a ComboBox widget so that they can be quickly
803 selection ComboBox
804 filter ComboBox
1685 class _dummyComboBox(ComboBox, TixSubWidget):
1735 class _dummyFileComboBox(ComboBox, TixSubWidget):