New Udemy Coupon & picking up latest PySimpleGUI SDK API calls

This commit is contained in:
PySimpleGUI 2022-07-03 12:13:24 -04:00
parent 71d3885cea
commit c6e13e5ddb
6 changed files with 48 additions and 32 deletions

View File

@ -5301,6 +5301,7 @@ Listbox(values,
size = (None, None),
s = (None, None),
disabled = False,
justification = None,
auto_size_text = None,
font = None,
no_scrollbar = False,
@ -5341,6 +5342,7 @@ Parameter Descriptions:
| (int, int) or (int, None) or int | size | w=characters-wide, h=rows-high. If an int instead of a tuple is supplied, then height is auto-set to 1 |
| (int, int) or (None, None) or int | s | Same as size parameter. It's an alias. If EITHER of them are set, then the one that's set will be used. If BOTH are set, size will be used |
| bool | disabled | set disable state for element |
| str | justification | justification for items in listbox. Valid choices - left, right, center. Default is left |
| bool | auto_size_text | True if element should be the same size as the contents |
| (str or (str, int[, str]) or None) | font | specifies the font family, size, etc. Tuple or Single string format 'name size styles'. Styles: italic * roman bold normal underline overstrike |
| bool | no_scrollbar | Controls if a scrollbar should be shown. If True, no scrollbar will be shown |
@ -14455,7 +14457,8 @@ Align an element or a row of elements to the bottom of the row that contains it
```
vbottom(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14465,6 +14468,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vcenter to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the bottom or list of elements (a row)
Align an element or a row of elements to the center of the row that contains it
@ -14472,7 +14476,8 @@ Align an element or a row of elements to the center of the row that contains it
```
vcenter(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14482,6 +14487,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vcenter to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the center or list of elements (a row)
Align an element or a row of elements to the top of the row that contains it
@ -14489,7 +14495,8 @@ Align an element or a row of elements to the top of the row that contains it
```
vtop(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14499,6 +14506,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vtop to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the top or list of elements (a row)
-----------------

View File

@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
8D57E54186ADB10C4180
D11B305A347585E7A915
</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=8D57E54186ADB10C4180','_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=D11B305A347585E7A915','_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>
8D57E54186ADB10C4180
D11B305A347585E7A915
</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=8D57E54186ADB10C4180','_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=D11B305A347585E7A915','_blank');">
click here to visit course page
</button>
</div>

View File

@ -52,9 +52,9 @@ HOW DO I INSERT IMAGES ???
<span style="font-weight: normal;">
apply coupon for discount:
</span>
8D57E54186ADB10C4180
D11B305A347585E7A915
</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=8D57E54186ADB10C4180','_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=D11B305A347585E7A915','_blank');">
click here to visit course page
</button>
</div>

View File

@ -5301,6 +5301,7 @@ Listbox(values,
size = (None, None),
s = (None, None),
disabled = False,
justification = None,
auto_size_text = None,
font = None,
no_scrollbar = False,
@ -5341,6 +5342,7 @@ Parameter Descriptions:
| (int, int) or (int, None) or int | size | w=characters-wide, h=rows-high. If an int instead of a tuple is supplied, then height is auto-set to 1 |
| (int, int) or (None, None) or int | s | Same as size parameter. It's an alias. If EITHER of them are set, then the one that's set will be used. If BOTH are set, size will be used |
| bool | disabled | set disable state for element |
| str | justification | justification for items in listbox. Valid choices - left, right, center. Default is left |
| bool | auto_size_text | True if element should be the same size as the contents |
| (str or (str, int[, str]) or None) | font | specifies the font family, size, etc. Tuple or Single string format 'name size styles'. Styles: italic * roman bold normal underline overstrike |
| bool | no_scrollbar | Controls if a scrollbar should be shown. If True, no scrollbar will be shown |
@ -14455,7 +14457,8 @@ Align an element or a row of elements to the bottom of the row that contains it
```
vbottom(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14465,6 +14468,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vcenter to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the bottom or list of elements (a row)
Align an element or a row of elements to the center of the row that contains it
@ -14472,7 +14476,8 @@ Align an element or a row of elements to the center of the row that contains it
```
vcenter(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14482,6 +14487,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vcenter to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the center or list of elements (a row)
Align an element or a row of elements to the top of the row that contains it
@ -14489,7 +14495,8 @@ Align an element or a row of elements to the top of the row that contains it
```
vtop(elem_or_row,
expand_x = None,
expand_y = None)
expand_y = None,
background_color = None)
```
Parameter Descriptions:
@ -14499,6 +14506,7 @@ Parameter Descriptions:
| Element or List[Element] or Tuple[Element] | elem_or_row | the element or row of elements |
| bool | expand_x | If True/False the value will be passed to the Column Elements used to make this feature |
| bool | expand_y | If True/False the value will be passed to the Column Elements used to make this feature |
| str or None | background_color | Background color for container that is used by vtop to do the alignment |
| Column or List[Column] | **RETURN** | A column element containing the provided element aligned to the top or list of elements (a row)
-----------------

View File

@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
8D57E54186ADB10C4180
D11B305A347585E7A915
</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=8D57E54186ADB10C4180','_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=D11B305A347585E7A915','_blank');">
click here to visit course page
</button>
</div>