小ネタとテクニック

In this section we will show various interesting tips in wxPython. Here we will see examples, that could not be put elsewhere.

この章では、wxPythonに関するさまざまなお役立ち情報を紹介します。 他では見られないサンプルコードをご覧ください。

TODO 最小のwxPythonアプリケーション

This example is just for pure fun. Feel free to contact me, if you can shorthen it. Even for one single character. Except for the path to the python interpreter.

このサンプルはただのお遊びです。 1文字でも短くできるようでしたら、私までご連絡ください。 ただし、1行目のPythonインタプリタへのパスは除きます。

#!/usr/bin/env python

import wx

i = wx.App()

wx.Frame(None).Show()

i.MainLoop()

TODO インタラクティブなボタン

TODO Isabelle

TODO アンドゥ・リドゥ フレームワーク

TODO アプリケーションの設定を変更する

TODO マウスジェスチャ

Date: 2010-10-21 06:20:36 JST

HTML generated by org-mode 6.21b in emacs 23