Skip to content

Commit c106901

Browse files
Removed some comments to see if I get more content
1 parent 7b8296b commit c106901

2 files changed

Lines changed: 0 additions & 208 deletions

File tree

docs/index.md

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,29 +3667,6 @@ Parameters explained:
36673667
|||
36683668

36693669

3670-
3671-
<!--
3672-
```python
3673-
ButtonMenu( button_text,
3674-
menu_def,
3675-
tooltip=None,
3676-
disabled=False,
3677-
image_filename=None,
3678-
image_data=None,
3679-
image_size=(None, None),
3680-
image_subsample=None,
3681-
border_width=None,
3682-
size=(None, None),
3683-
auto_size_button=None,
3684-
button_color=None,
3685-
font=None,
3686-
pad=None,
3687-
key=None,
3688-
visible=True,
3689-
size_px=(None,None)):
3690-
```
3691-
-->
3692-
36933670
One use of this element is to make a "fake menu bar" that has a colored background. Normal menu bars cannot have their background color changed. Not so with ButtonMenus.
36943671

36953672
This is the effect:
@@ -3700,27 +3677,6 @@ Return values for ButtonMenus are sent via the return values dictionary. If a s
37003677

37013678

37023679

3703-
3704-
3705-
3706-
3707-
3708-
3709-
3710-
3711-
3712-
3713-
3714-
3715-
3716-
3717-
3718-
3719-
3720-
3721-
3722-
3723-
37243680
## VerticalSeparator Element
37253681
This element has limited usefulness and is being included more for completeness than anything else. It will draw a line between elements.
37263682

@@ -3748,16 +3704,6 @@ Parameters explained:
37483704
|||
37493705

37503706

3751-
3752-
3753-
3754-
3755-
3756-
3757-
3758-
3759-
3760-
37613707
## ProgressBar Element
37623708
The `ProgressBar` element is used to build custom Progress Bar windows. It is HIGHLY recommended that you use OneLineProgressMeter that provides a complete progress meter solution for you. Progress Meters are not easy to work with because the windows have to be non-blocking and they are tricky to debug.
37633709

@@ -4921,7 +4867,6 @@ Check out Tabs 7 and 8. We've got a Window with a Column containing Tabs 5 and
49214867
As of Release 3.8.0, not all of *options* shown in the API definitions of the Tab and TabGroup Elements are working. They are there as placeholders.
49224868

49234869

4924-
49254870
```python
49264871
TabGroup(layout,
49274872
tab_location=None,
@@ -4962,27 +4907,6 @@ Parameters explained:
49624907

49634908

49644909

4965-
4966-
4967-
4968-
<!-- TabGroup(layout,
4969-
title_color=None
4970-
background_color=None
4971-
font=None
4972-
pad=None
4973-
border_width=None
4974-
change_submits = False
4975-
key=None
4976-
tooltip=None)
4977-
-->
4978-
4979-
4980-
4981-
4982-
4983-
4984-
4985-
49864910
```python
49874911
Tab(title,
49884912
layout,
@@ -5064,26 +4988,6 @@ Parameters explained:
50644988

50654989

50664990

5067-
<!-- ```python
5068-
Update(disabled = None, visible=None)
5069-
```
5070-
WARNING - This Update method may not be working correctly -->
5071-
5072-
5073-
5074-
5075-
5076-
5077-
5078-
5079-
5080-
5081-
5082-
5083-
5084-
5085-
5086-
50874991
## Pane Element
50884992

50894993
New in version 3.20 is the Pane Element, a super-cool tkinter feature. You won't find this one in PySimpleGUIQt, only PySimpleGUI. It's difficult to describe one of these things. Think of them as "Tabs without labels" that you can slide.
@@ -6915,11 +6819,3 @@ GNU Lesser General Public License (LGPL 3) +
69156819
## Acknowledgments
69166820

69176821
#### SORRY!! Will add these back. Lost due to file length limitation
6918-
<!--stackedit_data:
6919-
eyJoaXN0b3J5IjpbMTIxNjg5MDM1Niw4NjQ5Nzg3NjUsLTEwNj
6920-
U5NzgxMjYsNTE5MDU1OTQsMjA1MzEyNTE0OSwtMTU3ODc0NjU4
6921-
OCwyNjA1ODQ4MTQsMTEwMjA4ODMzMywxNjc5ODUwOTkyLC0xND
6922-
YxNDI4MSwtNjA2MzcxMTgsLTUwOTM1OTEyMywtMjQ4OTc2Mjks
6923-
MTMwNzY5MjU5LC0yOTY3ODM1NSwtNzc0MDc0MjMwLDI2NjM2ND
6924-
QxNyw0NDk0MzMyNDMsLTExNDg0OTA2MjNdfQ==
6925-
-->

readme.md

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,29 +3667,6 @@ Parameters explained:
36673667
|||
36683668

36693669

3670-
3671-
<!--
3672-
```python
3673-
ButtonMenu( button_text,
3674-
menu_def,
3675-
tooltip=None,
3676-
disabled=False,
3677-
image_filename=None,
3678-
image_data=None,
3679-
image_size=(None, None),
3680-
image_subsample=None,
3681-
border_width=None,
3682-
size=(None, None),
3683-
auto_size_button=None,
3684-
button_color=None,
3685-
font=None,
3686-
pad=None,
3687-
key=None,
3688-
visible=True,
3689-
size_px=(None,None)):
3690-
```
3691-
-->
3692-
36933670
One use of this element is to make a "fake menu bar" that has a colored background. Normal menu bars cannot have their background color changed. Not so with ButtonMenus.
36943671

36953672
This is the effect:
@@ -3700,27 +3677,6 @@ Return values for ButtonMenus are sent via the return values dictionary. If a s
37003677

37013678

37023679

3703-
3704-
3705-
3706-
3707-
3708-
3709-
3710-
3711-
3712-
3713-
3714-
3715-
3716-
3717-
3718-
3719-
3720-
3721-
3722-
3723-
37243680
## VerticalSeparator Element
37253681
This element has limited usefulness and is being included more for completeness than anything else. It will draw a line between elements.
37263682

@@ -3748,16 +3704,6 @@ Parameters explained:
37483704
|||
37493705

37503706

3751-
3752-
3753-
3754-
3755-
3756-
3757-
3758-
3759-
3760-
37613707
## ProgressBar Element
37623708
The `ProgressBar` element is used to build custom Progress Bar windows. It is HIGHLY recommended that you use OneLineProgressMeter that provides a complete progress meter solution for you. Progress Meters are not easy to work with because the windows have to be non-blocking and they are tricky to debug.
37633709

@@ -4921,7 +4867,6 @@ Check out Tabs 7 and 8. We've got a Window with a Column containing Tabs 5 and
49214867
As of Release 3.8.0, not all of *options* shown in the API definitions of the Tab and TabGroup Elements are working. They are there as placeholders.
49224868

49234869

4924-
49254870
```python
49264871
TabGroup(layout,
49274872
tab_location=None,
@@ -4962,27 +4907,6 @@ Parameters explained:
49624907

49634908

49644909

4965-
4966-
4967-
4968-
<!-- TabGroup(layout,
4969-
title_color=None
4970-
background_color=None
4971-
font=None
4972-
pad=None
4973-
border_width=None
4974-
change_submits = False
4975-
key=None
4976-
tooltip=None)
4977-
-->
4978-
4979-
4980-
4981-
4982-
4983-
4984-
4985-
49864910
```python
49874911
Tab(title,
49884912
layout,
@@ -5064,26 +4988,6 @@ Parameters explained:
50644988

50654989

50664990

5067-
<!-- ```python
5068-
Update(disabled = None, visible=None)
5069-
```
5070-
WARNING - This Update method may not be working correctly -->
5071-
5072-
5073-
5074-
5075-
5076-
5077-
5078-
5079-
5080-
5081-
5082-
5083-
5084-
5085-
5086-
50874991
## Pane Element
50884992

50894993
New in version 3.20 is the Pane Element, a super-cool tkinter feature. You won't find this one in PySimpleGUIQt, only PySimpleGUI. It's difficult to describe one of these things. Think of them as "Tabs without labels" that you can slide.
@@ -6915,11 +6819,3 @@ GNU Lesser General Public License (LGPL 3) +
69156819
## Acknowledgments
69166820

69176821
#### SORRY!! Will add these back. Lost due to file length limitation
6918-
<!--stackedit_data:
6919-
eyJoaXN0b3J5IjpbMTIxNjg5MDM1Niw4NjQ5Nzg3NjUsLTEwNj
6920-
U5NzgxMjYsNTE5MDU1OTQsMjA1MzEyNTE0OSwtMTU3ODc0NjU4
6921-
OCwyNjA1ODQ4MTQsMTEwMjA4ODMzMywxNjc5ODUwOTkyLC0xND
6922-
YxNDI4MSwtNjA2MzcxMTgsLTUwOTM1OTEyMywtMjQ4OTc2Mjks
6923-
MTMwNzY5MjU5LC0yOTY3ODM1NSwtNzc0MDc0MjMwLDI2NjM2ND
6924-
QxNyw0NDk0MzMyNDMsLTExNDg0OTA2MjNdfQ==
6925-
-->

0 commit comments

Comments
 (0)