====== wxpython ====== ** Linux/Mac/Windows で GUI アプリを! ** ===== 基本 ===== - [[lang:python:wxpython:install| インストール]] - [[lang:python:wxpython:frame| frame の作成]] - [[lang:python:wxpython:sizer| レイアウト配置]] - [[lang:python:wxpython:event| event と Bind]] ---- ===== 応用 ===== - [[lang:python:wxpython:splash|スプラッシュスクリーン]] ---- ===== TIPS ===== ==== 文字の中央寄せ ==== ==== Mac でのボタン拡張 ==== Mac では、wx.Button は wx.EXPAND しても縦には伸びない。 Mac の仕様らしい。 ==== Mac でのメニューバー ====