summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorcsaba <csaba>2023-11-13 17:26:02 (GMT)
committercsaba <csaba>2023-11-13 17:26:02 (GMT)
commit77f93393c12a891b1f70d1d192302b41fe82a5a8 (patch)
tree7c672348a4da7d496f528531d22f1b48118c0f72 /generic/tkInt.h
parentfd0dfa4ae8595298c7d5222326eccb81e7512d3c (diff)
downloadtk-77f93393c12a891b1f70d1d192302b41fe82a5a8.zip
tk-77f93393c12a891b1f70d1d192302b41fe82a5a8.tar.gz
tk-77f93393c12a891b1f70d1d192302b41fe82a5a8.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index e31bc1b..0742563 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -693,6 +693,8 @@ typedef struct TkMainInfo {
/* Saved Tcl [update] command, used to restore
* Tcl's version of [update] after Tk is shut
* down */
+ unsigned int ttkNbTabsStickBit;
+ /* Information used by ttk::notebook. */
} TkMainInfo;
/*