We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd02a1 commit bfecfccCopy full SHA for bfecfcc
1 file changed
Doc/library/tkinter.rst
@@ -2979,6 +2979,8 @@ Base and mixin classes
2979
Same as :meth:`Misc.pack_content`.
2980
:meth:`content` is an alias of :meth:`!pack_content`.
2981
2982
+ .. versionadded:: 3.15
2983
+
2984
2985
.. class:: Place()
2986
@@ -3073,6 +3075,8 @@ Base and mixin classes
3073
3075
Same as :meth:`Misc.place_content`.
3074
3076
:meth:`content` is an alias of :meth:`!place_content`.
3077
3078
3079
3080
3081
.. class:: Grid()
3082
@@ -3221,6 +3225,8 @@ Base and mixin classes
3221
3225
Same as :meth:`Misc.grid_content`.
3222
3226
:meth:`content` is an alias of :meth:`!grid_content`.
3223
3227
3228
3229
3224
3230
3231
.. class:: XView()
3232
0 commit comments