New Udemy Coupon. Added Listbox.set_index_color and Listbox.select_index to the SDK Call Reference

This commit is contained in:
PySimpleGUI 2023-08-20 17:20:05 -04:00
parent 2ece7d4ad5
commit 393050c1ae
9 changed files with 99 additions and 19 deletions

View file

@ -52,9 +52,9 @@ HOW DO I INSERT IMAGES ???
<span style="font-weight: normal;">
apply coupon for discount:
</span>
9AF99B123C49D51EB547
62A4C02AB0A3DAB34388
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=9AF99B123C49D51EB547','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=62A4C02AB0A3DAB34388','_blank');">
click here to visit course page
</button>
</div>

View file

@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
9AF99B123C49D51EB547.
62A4C02AB0A3DAB34388.
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=9AF99B123C49D51EB547','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=62A4C02AB0A3DAB34388','_blank');">
click here to visit course page
</button>
</div>
@ -1207,12 +1207,18 @@ The following methods are here for backwards compatibility reference. You will
### metadata
<!-- <+Listbox.metadata+> -->
### select_index
<!-- <+Listbox.select_index+> -->
### set_cursor
<!-- <+Listbox.set_cursor+> -->
### set_focus
<!-- <+Listbox.set_focus+> -->
### set_index_color
<!-- <+Listbox.set_index_color+> -->
### set_size
<!-- <+Listbox.set_size+> -->