Skip to content

Commit

Permalink
Update Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Apr 25, 2024
1 parent f34b552 commit 08ead2c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/pyQt-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
rainbow_title_bar.start(window) # starts the rainbow effect on taskbar
# rainbow_title_bar.stop(window) # stops the rainbow effect on taskbar

rainbow_border.start(window) # starts the rainbow effect on border
# rainbow_border.stop(window) # stops the rainbow effect on border

# check out the readme.md file for other functions

window.show()
Expand Down
3 changes: 3 additions & 0 deletions examples/pyside-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
rainbow_title_bar.start(window) # starts the rainbow effect on taskbar
# rainbow_title_bar.stop(window) # stops the rainbow effect on taskbar

rainbow_border.start(window) # starts the rainbow effect on border
# rainbow_border.stop(window) # stops the rainbow effect on border

# check out the readme.md file for other functions

window.show()
Expand Down
3 changes: 3 additions & 0 deletions examples/tkinter-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
rainbow_title_bar.start(window) # starts the rainbow effect on taskbar
# rainbow_title_bar.stop(window) # stops the rainbow effect on taskbar

rainbow_border.start(window) # starts the rainbow effect on border
# rainbow_border.stop(window) # stops the rainbow effect on border

# check out the readme.md file for other functions

window.mainloop()
3 changes: 3 additions & 0 deletions examples/wx-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
rainbow_title_bar.start(window) # starts the rainbow effect on taskbar
# rainbow_title_bar.stop(window) # stops the rainbow effect on taskbar

rainbow_border.start(window) # starts the rainbow effect on border
# rainbow_border.stop(window) # stops the rainbow effect on border

# check out the readme.md file for other functions

window.Show()
Expand Down

0 comments on commit 08ead2c

Please sign in to comment.