File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,6 +614,10 @@ msgid ""
614614"this method, the image files of an applications can also be located using "
615615"the :meth:`tix_getimage` or :meth:`tix_getbitmap` method."
616616msgstr ""
617+ "Tix 维护了一个列表以供 :meth:`tix_getimage` 和 :meth:`tix_getbitmap` 方法在其中搜索图像文件。 "
618+ "标准位图目录是 :file:`$TIX_LIBRARY/bitmaps`。 :meth:`tix_addbitmapdir` 方法向该列表添加了 "
619+ "*directory*。 通过使用此方法,应用程序的图像文件也可使用 :meth:`tix_getimage` 或 "
620+ ":meth:`tix_getbitmap` 方法来定位。"
617621
618622#: ../../library/tkinter.tix.rst:544
619623msgid ""
@@ -625,6 +629,10 @@ msgid ""
625629"widget is desired. Possible options are ``tix``, ``FileSelectDialog`` or "
626630"``tixExFileSelectDialog``."
627631msgstr ""
632+ "返回可在来自该应用程序的同不调用之间共享的选择对话框。 此方法将在首次被调用时创建一个选择对话框部件。 此后对 "
633+ ":meth:`tix_filedialog` 的所有调用都将返回该对话框。 可以传入一个字符串形式的可选形参 dlgclass "
634+ "来指明所需的选择对话框类型。 可用的选项有 ``tix``, ``FileSelectDialog`` 或 "
635+ "``tixExFileSelectDialog``。"
628636
629637#: ../../library/tkinter.tix.rst:554
630638msgid ""
You can’t perform that action at this time.
0 commit comments