lang:python:wxpython:frame
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
lang:python:wxpython:frame [2025/08/17 07:01] – [枠の表示のみ] editor | lang:python:wxpython:frame [2025/08/17 07:04] (現在) – [枠の表示のみ] editor | ||
---|---|---|---|
行 1: | 行 1: | ||
====== Frame の作成 ====== | ====== Frame の作成 ====== | ||
---- | ---- | ||
- | ===== 枠の表示のみ | + | ===== 枠の表示 ===== |
+ | 起動の基本形 | ||
<file python frame.py> | <file python frame.py> | ||
import os | import os | ||
行 37: | 行 38: | ||
</ | </ | ||
---- | ---- | ||
- | ==== タイトルメニューなし ==== | + | =====タイトルメニューなし |
" | " | ||
行 51: | 行 52: | ||
| | ||
class MainFrame(wx.Frame) : | class MainFrame(wx.Frame) : | ||
- | def __init__(self) : | + | def __init__(self, style=wx.FRAME_SHAPED, |
- | super().__init__(None, | + | super().__init__(None, |
| | ||
topPanel = TopPanel(self) | topPanel = TopPanel(self) |
lang/python/wxpython/frame.1755414101.txt.gz · 最終更新: by editor