Skip to content

Commit 83bdad2

Browse files
authored
Merge pull request PySimpleGUI#6252 from PySimpleGUI/Dev-latest
Picked up docstring changes for Window.timer_start in the call reference
2 parents 2de8770 + 1ae844e commit 83bdad2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/call reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13867,7 +13867,8 @@ Returns a list of currently active timers for a window
1386713867
### timer_start
1386813868

1386913869
Starts a timer that gnerates Timer Events. The default is to repeat the timer events until timer is stopped.
13870-
You can provide your own key or a default key will be used.
13870+
You can provide your own key or a default key will be used. The default key is defined
13871+
with the constants EVENT_TIMER or TIMER_KEY. They both equal the same value.
1387113872
The values dictionary will contain the timer ID that is returned from this function.
1387213873

1387313874
```

readme_creator/output/call reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13867,7 +13867,8 @@ Returns a list of currently active timers for a window
1386713867
### timer_start
1386813868

1386913869
Starts a timer that gnerates Timer Events. The default is to repeat the timer events until timer is stopped.
13870-
You can provide your own key or a default key will be used.
13870+
You can provide your own key or a default key will be used. The default key is defined
13871+
with the constants EVENT_TIMER or TIMER_KEY. They both equal the same value.
1387113872
The values dictionary will contain the timer ID that is returned from this function.
1387213873

1387313874
```

0 commit comments

Comments
 (0)