回答編集履歴

1

間違っていたのを修正

2020/11/06 06:27

投稿

gottadiveintopy
gottadiveintopy

スコア736

test CHANGED
@@ -1,4 +1,4 @@
1
- [Spinner](https://kivy.org/doc/master/api-kivy.uix.spinner.html)きます。只Spinner単体だと横のボタンまでは用意してくれないので例えば以下のように
1
+ 以下のようにwidgetを組み立ててあげればできます
2
2
 
3
3
 
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  <Spinbox@BoxLayout>:
8
8
 
9
- Spinner:
9
+ TextInput:
10
10
 
11
11
  BoxLayout:
12
12
 
@@ -17,7 +17,3 @@
17
17
  Button:
18
18
 
19
19
  ```
20
-
21
-
22
-
23
- widgetを組み立ててあげる必要がありますね。