專案描述

TkPane is a Python package designed to simplify the construction of a Tkinter user interface by encapsulating one or more widgets into ‘pane’ objects that have no direct dependence on any other UI elements. Panes interact with other application elements only through a standardized interface of methods and callback functions. The tkpane package allows custom panes to be created that can be easily re-used in multiple applications. When multiple panes are assembled for use in a single UI, and some panes require data from other panes, each such dependency can be established with a simple method call. Panes that manage data (e.g., user entries) can automatically pass that data to other panes. Other application code can also easily obtain a pane’s data in the form of a Python dictionary.

The tkpane package provides the TkPane class, which should be subclassed to create pane objects that contain whatever combination of Tkinter widgets and behavior is desired. Several general-purpose custom panes are provided in the tkpane.lib package. These pane classes can be used as-is, or used as templates for the construction of other custom pane classes.

安裝

The tkpane package can be downloaded and installed from the Python Package Index (PyPI) with the command: `pip install tkpane` Alternatively, a release can be downloaded from OSDN and installed man... 顯示如何安裝

下載

win32 Windows tkpane-1.0.1.tar.gz (日期: 2020-01-10, 大小: 28.12 KB)
macosx Mac tkpane-1.0.1.tar.gz (日期: 2020-01-10, 大小: 28.12 KB)
linux Linux tkpane-1.0.1.tar.gz (日期: 2020-01-10, 大小: 28.12 KB)
unix_unknown UNIX tkpane-1.0.1.tar.gz (日期: 2020-01-10, 大小: 28.12 KB)
source 原始碼 tkpane-1.0.1.tar.gz (日期: 2020-01-10, 大小: 28.12 KB)

您的評分
撰寫專案評

使用統計

最近的活動