著者: Patrick K. O'Brien 著者: Robin Dunn 所属: Orbtech 日付: 2004-03-26 版: 1.3 ライセンス条件: wxWindows Free Documentation Licence, Version 3 このページの翻訳:Noboru Yamamoto, KEK, JAPAN. 2007.Aug. 目次 † はじめに † この文書はひとりのPyt... 続きを読む
Home Contents Widgets In this section, we will introduce basic widgets in wxPython. Each widget will have a small code example. Widgets are basic building blocks of an application. wxPythont has a wide range of various widgets. Buttons, chec... 続きを読む
Foreword The purpose of this tutorial is to get you started with the wxPython toolkit, from the basics to the advanced topics. It has lots of code examples, not much talking. After that, you will be able to dig in yourself. mailing list refer... 続きを読む
If you use GUIs in Python much, then you know that sometimes you need to execute some long running process every now and then. Of course, if you do that as you would with a command line program, then you’ll be in for a surprise. In most case... 続きを読む