📜  为输入添加边框 Pysimplegui - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:44.322000             🧑  作者: Mango

代码示例1
# Will only change the border if you selected the input
window['-In-'].Widget.configure(highlightcolor='color')

# Adds a border to the Input
window['-In-'].Widget.configure(highlightbackground='color')

# The border thickness can be edited with:
highlightthickness=