diff options
Diffstat (limited to 'generic/tkMenu.h')
-rw-r--r-- | generic/tkMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMenu.h b/generic/tkMenu.h index 5f77128..50d900a 100644 --- a/generic/tkMenu.h +++ b/generic/tkMenu.h @@ -334,7 +334,7 @@ typedef struct TkMenu { * be used to generate a title for tearoff. */ Tcl_Obj *tearoffCommandPtr; /* If non-NULL, points to a command to run * whenever the menu is torn-off. */ - Tcl_Obj *takeFocusPtr; /* Value of -takefocus option; not used in the + Tcl_Obj *takeFocusObj; /* Value of -takefocus option; not used in the * C code, but used by keyboard traversal * scripts. Malloc'ed, but may be NULL. */ Tcl_Obj *cursorPtr; /* Current cursor for window, or NULL. */ |