Menu

#3060 Documentation of ttk::frame -padding

open
nobody
99. Other (73)
5
2013-02-01
2013-02-01
No

If I believe http://www.tkdocs.com/tutorial/widgets.html, the documentation does not specify that it is possible to use multiple values ​​to determine the padding of a ttk::frame widget.

I propose to add the following details to ttk_frame.n manpage:

- a single number specifies the same padding all the way around;
- a list of two numbers lets you specify the horizontal then the vertical padding;
- a list of three numbers lets you specify the left, vertical, and right padding, in that order;
- a list of four numbers lets you specify the left, top, right and bottom padding, in that order.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.