回答編集履歴
1
文章の修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
- Combobox の入力部分は Entry なので単一の値しか持てません。
|
4
4
|
複数の値を表現するにする場合は、何かで区切る等の対応が必要です。
|
5
|
-
- [矢印を押したときに現れるリスト](https://github.com/tcltk/tk/blob/6133a711414cfb8fcc3a8b52ecf25b59a09e5800/library/ttk/combobox.tcl#L275) は
|
5
|
+
- [矢印を押したときに現れるリスト](https://github.com/tcltk/tk/blob/6133a711414cfb8fcc3a8b52ecf25b59a09e5800/library/ttk/combobox.tcl#L275) は Listbox を利用していて
|
6
6
|
Listbox 自体は、`-selectmode multiple` を指定で複数選択可能ですが、
|
7
7
|
オプションを渡す手段がありません。
|
8
8
|
|