Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Add Border to input Pysimplegui

# 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=
 
PREVIOUS NEXT
Tagged: #Add #Border #input #Pysimplegui
ADD COMMENT
Topic
Name
7+7 =