You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/DemoUIForm/main.scm
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76
76
(spacer)
77
77
;; Button with action callback that returns the page you want to go to
78
78
(button h 75 size header indent 0.05 rounded #t text "Go Back" action ,(lambda () 'main))
79
+
(spacer)
80
+
;; slider
81
+
(slider id sliderval number #tmin0max100 default 50 labels ("min""max"))
79
82
(spacer)
80
83
(label text "For more features that you can include in a script see the LNhealth app \"Demo Widgets\". Look at the main.sx file in the sandbox folder which is located at https://github.com/part-cw/LNhealth/tree/master/apps/WidgetDemo" align left size small)
0 commit comments