回答編集履歴

2

追記

2017/09/14 11:59

投稿

EdwardRichtofen
EdwardRichtofen

スコア32

test CHANGED
@@ -17,3 +17,27 @@
17
17
  print(text)
18
18
 
19
19
  ```
20
+
21
+
22
+
23
+ ```
24
+
25
+ <SearchButton@Button>
26
+
27
+ on_press: root.searching(self.text)
28
+
29
+
30
+
31
+ <Test>:
32
+
33
+ SearchButton:
34
+
35
+ text: "Egg"
36
+
37
+
38
+
39
+ SearchButton:
40
+
41
+ text: "Egg market"
42
+
43
+ ```

1

tuiki

2017/09/14 11:59

投稿

EdwardRichtofen
EdwardRichtofen

スコア32

test CHANGED
File without changes