「tkinter」を含む例文一覧(21)

  • in module Tkinter
    Tkinter モジュール - Python
  • 16.1.1 Tkinter Modules
    16.1.1 Tkinter モジュール - Python
  • 16.1.5 How Tk and
    16.1.5 Tk と Tkinter - Python
  • 16.1.2 Tkinter Life Preserver
    16.1.2 Tkinter お助け手帳 (life preserver) - Python
  • 16.1 Tkinter -- Python interface to Tcl/Tk
    16.1 Tkinter -- Tcl/Tk への Python インタフェース - Python
  • 16.1.2 Tkinter Life Preserver 16.1.3 A (Very)
    16.1.2 Tkinter お助け手帳 (life preserver) - Python
  • Tk Extension Widgets for Tkinter
    Tkinter用のTk拡張ウィジェット - Python
  • The Jython interface to Tkinter.
    Jython から Tkinter へのインタフェースです。 - Python
  • In Tkinter, masters are specified explicitly.
    Tkinter では親を明示的に指定します。 - Python
  • 16.1.5 How Tk and Tkinter are Related
    16.1.5 Tk と Tkinter はどのように関わっているのか - Python
  • Tix applications for development of Tix and Tkinter programs.Tide applications work under Tk or Tkinter, and includeTixInspect, an inspector to remotely modify and debug Tix/Tk/Tkinter applications.
    TixとTkinterプログラムの開発のためのTixアプリケーション。 TideアプリケーションはTkまたはTkinterに基づいて動作します。 - Python
  • 16.1.4 Mapping Basic Tk into Tkinter
    16.1.4 基本的な Tk プログラムと Tkinter との対応関係 - Python
  • Class commands in Tk correspond to class constructors in Tkinter.
    Tkのクラスコマンドは、Tkinterのクラスコンストラクタに対応しています。 - Python
  • is a library that allows you to write new Tkinter widgets in pure Python.
    は、新しい Tkinter ウィジェットを、 Python で書けるようにするライブラリです。 - Python
  • The Tkinter module (``Tk interface'') is the standard Python interface to the Tk GUI toolkit.
    Tkinter モジュール (``Tk インタフェース'') は、Tk GUI ツールキットに対する標準の Python インタフェースです。 - Python
  • Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems.
    Tk と Tkinter はほとんどの Unix プラットフォームの他、 Windows や Macintosh システム上でも利用できます。 - Python
  • In Tkinter, you call methods on the class instance to invoke actions on the widget.
    Tkinter では、クラスインスタンスのメソッドを呼び出して、ウィジェットのアクションを呼び出します。 - Python
  • There is a Python class wrapper, independent of Tkinter.wxWindows is much richer in widgets than
    Tkinterに依存しない Python クラスブラウザがあります。 wxWindowsは - Python
  • In Tkinter, the Pack class holds all this functionality, and the various forms of the pack command are implemented as methods. All widgets in
    Tkinter では Pack クラスがこの機能すべてを握っていて、 様々なpack の形式がメソッドとして実装されています。 - Python
  • The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk.
    Python Tkinter Topic Guide では、Tk を Python から利用する上での情報と、その他の Tk にまつわる情報源を数多く提供しています。 - Python
  • In Tkinter, options are specified askeyword-arguments in the instance constructor, and keyword-args for configure calls or as instance indices, in dictionary style, for established instances.
    Tkinter では、オプションはキーワード引数にしてインスタンスのコンストラクタに指定したり、config にキーワード引数を指定して呼び出したり、インデクス指定を使ってインスタンスに代入したりして設定します。 - Python

例文データの著作権について