diff options
Diffstat (limited to 'generic/tkScrollbar.h')
-rw-r--r-- | generic/tkScrollbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkScrollbar.h b/generic/tkScrollbar.h index 39f8bb0..f079469 100644 --- a/generic/tkScrollbar.h +++ b/generic/tkScrollbar.h @@ -108,9 +108,9 @@ typedef struct TkScrollbar { */ Tk_Cursor cursor; /* Current cursor for window, or NULL. */ - char *takeFocus; /* 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. */ + * scripts. May be NULL. */ int flags; /* Various flags; see below for * definitions. */ } TkScrollbar; |