- wxPythonでは名前付けがPythonの慣習と異なる(メソッド命名規則が違う.例:OnInit())
- wxPythonのクラスにははっきりとGetterとSetterがあって,属性名で直接アクセスできない.アクセサを使う必要がある.
2.2.2
- アプリケーションオブジェクトが作られて,破棄されるまで.
ここで唐突に目次を読んでみようと思います.いま読んでいる「本を読む本 (講談社学術文庫)」の点検読書のやり方にしたがって.(すでに読んだところは省略)
- part1 Introduction to wxPython:wxPythonの入り口
- part2 Essential wxPython:wxPythonの要点
- 7 Working with the basic controls:基本的な制御
- 8 Putting widgets in frames:frameにwidgetsを配置する
- 9 Giving users choices with dialogs:ユーザー選択をダイアログで提供する
- 10 Creating and using wxPython menus:メニューの作成と使用
- 11 Placing widgets with sizers:sizersでwidgetsの配置
- 12 Manipulating basic graphical images:基本的なイメージの操作
- Advanced wxPython
- 13 Building list controls and managing items:リスト制御でアイテムの管理
- 14 Coordinating the grid control:グリッドによる配置
- 15 Climbing the tree control:ツリーコントロール
- 16 Incorporating HTML into your application:HTMLを組み込む
- 17 The wxPython printing framework:wxPythonの印刷の仕組み
- 18 Using other wxPython functionality:その他のwxPythonの機能を使う