i have
Code: Select all
grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev }]
.tabprev.bclose configure -background black
Code: Select all
grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev } -background black]
Code: Select all
ttk:style configure sbclose -background black
grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev } -style sbclose]
Code: Select all
ttk:style configure sbclose -background black
grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev }]
.tabprev.bclose configure -style sbclose
need some decent help on that one as buttons with their raised relief (not to be disabled it seems :/) and/or border dont fit in the application.
help appreciated