こもろぐ @tenkoma

What We Find Changes Who We Become -- Peter Morville著『アンビエント・ファインダビリティ 』

広告:本ブログで紹介している書籍等商品の紹介でAmazonアソシエイトを利用していることがあります。

wxPython IN ACTION読書記録(10) wxPythonがラップしているwxWidgetsはC++のツールキットだから

  • wxPythonでは名前付けがPythonの慣習と異なる(メソッド命名規則が違う.例:OnInit())
  • wxPythonのクラスにははっきりとGetterとSetterがあって,属性名で直接アクセスできない.アクセサを使う必要がある.

2.2.2

  • アプリケーションオブジェクトが作られて,破棄されるまで.

ここで唐突に目次を読んでみようと思います.いま読んでいる「本を読む本 (講談社学術文庫)」の点検読書のやり方にしたがって.(すでに読んだところは省略)

  • part1 Introduction to wxPython:wxPythonの入り口
    • 2 Giving your wxPython program a solid foundation:wxPythonの基礎をたたきこみましょう.
    • 3 Working in an event-driven environment:イベント駆動環境で作業する
    • 4 Making wxPython easier to handle with PyCrust:PyCrustとともにwxPythonを動かすのをカンタンにする
    • 5 Creating your blueprint:設計図を作る
    • 6 Working with the basic building blocks:基本的な部品
  • 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の機能を使う