adding more widget attributes
This commit is contained in:
8
src/frameworks/tkinter/constants/styling.js
Normal file
8
src/frameworks/tkinter/constants/styling.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export const RELIEF = [
|
||||
"FLAT",
|
||||
"RAISED",
|
||||
"SUNKEN",
|
||||
"GROOVE",
|
||||
"RIDGE"
|
||||
]
|
||||
Reference in New Issue
Block a user