Skip to content

Commit c713cad

Browse files
committed
update slider
1 parent 48f1535 commit c713cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/doc/4.widgets/1.slider.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Monitor brightness
182182

183183
`custom`
184184

185-
## `interval_update`
185+
#### `interval_update`
186186

187187
Array of tuples. each tuple contains `millisecond` and `shell command`:
188188
`[<millisecond>, <shell_command>]`
@@ -193,7 +193,7 @@ For `shell command`, the returned value must be a number within `[0, 1]`.
193193
_Type: `[[int, string]...]`_
194194
_Default: `[]`_
195195

196-
## `on_change`
196+
#### `on_change`
197197

198198
Command to execute when progress changed.
199199

@@ -204,7 +204,7 @@ Example: `notify-send {progress}`
204204
_Type: `null | string`_
205205
_Default: `null`_
206206

207-
## `event_map`
207+
#### `event_map`
208208

209209
`mouse_key_ID : shell_command`
210210

0 commit comments

Comments
 (0)