lang:python:wxpython:event
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| lang:python:wxpython:event [2025/08/17 09:50] – editor | lang:python:wxpython:event [2025/08/28 00:15] (現在) – editor | ||
|---|---|---|---|
| 行 15: | 行 15: | ||
| ==== 別の例 ==== | ==== 別の例 ==== | ||
| - | widgets | + | widgets |
| + | こちらのほうが個人的には、好みである。 | ||
| button1 = wx.Button(self, | button1 = wx.Button(self, | ||
| 行 27: | 行 28: | ||
| print (" | print (" | ||
| - | 例 | + | Bind を frame などで設定することも可能。この方法を知る前は、 |
| + | 各 panel など 各 widgets を Bind していた。 | ||
| + | さらに、その event を上位の panel で処理する場合、 | ||
| + | 引数で与えたりしていたが、それが必要なくなる。 | ||
| + | |||
| + | **例** | ||
| <file python buttonEvent.py> | <file python buttonEvent.py> | ||
| import os | import os | ||
lang/python/wxpython/event.1755424225.txt.gz · 最終更新: by editor
