We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f7ab4 commit cd5827bCopy full SHA for cd5827b
1 file changed
guiComponents.ts
@@ -1,4 +1,5 @@
1
2
+
3
//% block="MicroGUI" weight=100, color=#000A83
4
namespace microgui {
5
import AppInterface = user_interface_base.AppInterface
@@ -870,7 +871,8 @@ namespace microgui {
870
871
// }
872
873
- //% block="Create a text button | with text $text on click $callback || at x $x at y $y with colour $colour with text colour $textColour"
874
+ //% block="Create a text button | with text $text on click $callback event || at x $x at y $y with colour $colour with text colour $textColour"
875
+ //% draggableParameters
876
//% blockSetVariable=textBtn
877
export function createTextBtn(
878
text: string,
@@ -1798,3 +1800,4 @@ namespace microgui {
1798
1800
}
1799
1801
1802
1803
0 commit comments