パッケージ: python-gtkmvc-doc (1.99.0-1) [universe]
python-gtkmvc-doc に関するリンク
Ubuntu の資源:
pygtkmvc ソースパッケージをダウンロード:
メンテナ:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Kartik Mistry
It should generally not be necessary for users to contact the original maintainer.
外部の資源:
- ホームページ [sourceforge.net]
類似のパッケージ:
pygtkmvc documentation, tutorial and examples
This MVC for pygtk2 helps with writing well structured code by splitting the program's code into three distinctive sections. A program written using this MVC pattern usually contains four parts: The view (providing access to the Glade widget tree), the controller (providing glue functions), the model (providing the abstract logic) and the main program (simply connecting the three parts mentioned before).
This package provides documentation, tutorial and examples.
その他の python-gtkmvc-doc 関連パッケージ
|
|
|
-
- dep: doc-base (>= 0.8.4)
- utilities to manage online documentation
-
- rec: python-gtkmvc
- model-view-controller (MVC) implementation for pygtk