diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-09-21 07:47:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-09-21 07:47:57 (GMT) |
commit | 067a46cef9cebdab2036b4d2cedd07102cb3d1f3 (patch) | |
tree | a939d22af16860ebae27ca95b32f14afd183ec47 | |
parent | dde9a08aa3039d648c0037a26dcabdd53a40f189 (diff) | |
download | tk-bug_3404541.zip tk-bug_3404541.tar.gz tk-bug_3404541.tar.bz2 |
fix ttk::labelbug_3404541
-rw-r--r-- | generic/ttk/ttkButton.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/ttk/ttkButton.c b/generic/ttk/ttkButton.c index fba14b6..a85c46d 100644 --- a/generic/ttk/ttkButton.c +++ b/generic/ttk/ttkButton.c @@ -219,6 +219,8 @@ typedef struct static Tk_OptionSpec LabelOptionSpecs[] = { + {TK_OPTION_STRING, "-takefocus", "takeFocus", "TakeFocus", + "", Tk_Offset(WidgetCore, takeFocusPtr), -1, 0,0,0 }, {TK_OPTION_BORDER, "-background", "frameColor", "FrameColor", NULL, Tk_Offset(Label,label.backgroundObj), -1, TK_OPTION_NULL_OK,0,0 }, |