working on custom tk
This commit is contained in:
24
src/frameworks/customtk/constants/styling.js
Normal file
24
src/frameworks/customtk/constants/styling.js
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
export const RELIEF = [
|
||||
"FLAT",
|
||||
"RAISED",
|
||||
"SUNKEN",
|
||||
"GROOVE",
|
||||
"RIDGE"
|
||||
]
|
||||
|
||||
|
||||
export const JUSTIFY = [
|
||||
"LEFT",
|
||||
"CENTER",
|
||||
"RIGHT"
|
||||
]
|
||||
|
||||
|
||||
export const ANCHOR = [
|
||||
"n",
|
||||
"s",
|
||||
"e",
|
||||
"w",
|
||||
"center"
|
||||
]
|
||||
Reference in New Issue
Block a user