Tkinter window grid layout using padx pady and internal padding by using ipadx, ipady

preview_player
Показать описание

ipadx and ipady are used to specify the internal padding of the widget. From the text to the boarder of the widget we can use ipadx and ipady. Ipadx can be used to add internal vertical padding above and below the text. This internal padding is maintained within the widget.
padx and pady are used for adding padding x ( horizontal ) and padding y ( vertical ) to the widget. This is the gap between widget and the border of the cell.
Рекомендации по теме
Комментарии
Автор

Can you pls teach about jupyter note book

jackshanvenujan