summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorcsaba <csaba>2023-11-14 18:34:58 (GMT)
committercsaba <csaba>2023-11-14 18:34:58 (GMT)
commit5bf51441dc9e76798a384cffcec208e3db3a2962 (patch)
tree60dd75b5828a6a6eb55a85bb096f8ac5c8ae4297 /generic/tkInt.h
parent7b18f8549882ec8e98fe379f497f934aa730f1ef (diff)
downloadtk-5bf51441dc9e76798a384cffcec208e3db3a2962.zip
tk-5bf51441dc9e76798a384cffcec208e3db3a2962.tar.gz
tk-5bf51441dc9e76798a384cffcec208e3db3a2962.tar.bz2
Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a thread-safe manner. Thanks Christian W.!
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index ec6d243..464ef74 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -723,7 +723,8 @@ typedef struct TkMainInfo {
* Tcl's version of [update] after Tk is shut
* down, in case it's a Tcl_ObjCmdProc2 */
#endif
-
+ unsigned int ttkNbTabsStickBit;
+ /* Information used by ttk::notebook. */
} TkMainInfo;
/*