diff options
Diffstat (limited to 'libtk/radio.tk')
| -rw-r--r-- | libtk/radio.tk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtk/radio.tk b/libtk/radio.tk new file mode 100644 index 00000000..4882dbf3 --- /dev/null +++ b/libtk/radio.tk @@ -0,0 +1,4 @@ +radiobutton .u -text {Upper case} -variable case -value u +radiobutton .l -text {Lower case} -variable case -value l +radiobutton .i -text {Ignore case} -variable case -value i +pack .u .l .i -anchor w -fill x |
