summaryrefslogtreecommitdiffstats
path: root/generic/tkScrollbar.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-02 23:01:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-02 23:01:19 (GMT)
commitaf386e0d9c46785104322b873de0997a4022c994 (patch)
tree1fa69462e244e50cb8104f4c53f1f60193f69492 /generic/tkScrollbar.h
parent0ef46ea496b3ea23a8f88664964a36e400a2a2ed (diff)
downloadtk-af386e0d9c46785104322b873de0997a4022c994.zip
tk-af386e0d9c46785104322b873de0997a4022c994.tar.gz
tk-af386e0d9c46785104322b873de0997a4022c994.tar.bz2
takeFocus -> takeFocusObj
Diffstat (limited to 'generic/tkScrollbar.h')
-rw-r--r--generic/tkScrollbar.h4
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;