atk icon indicating copy to clipboard operation
atk copied to clipboard

add -under for button

Open cuu opened this issue 2 years ago • 2 comments
trafficstars

add -under for button to use for like

button .b1 -text "BTN" -under 0 -width 6 -command { exec xmessage "hello" }

cuu avatar Dec 28 '22 11:12 cuu

add -under for button to use for like

button .b1 -text "BTN" -under 0 -width 6 -command { exec xmessage "hello" }

this -under or -underline ? https://www.tcl.tk/man/tcl8.6/TkCmd/ttk_widget.html#M-underline

visualfc avatar Dec 29 '22 23:12 visualfc

Sorry for the mistake

it seems -under is the -underline and does atk support -underline with button ?

cuu avatar Dec 30 '22 05:12 cuu