エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
NoteBook - Tkinter Wiki
The NoteBook widget is useful for displaying information from more than one file at a time. The e... The NoteBook widget is useful for displaying information from more than one file at a time. The example below makes use of both Tkinter and Bwidget widgets. 1 import bwidget, Tkinter, sys, os 2 3 app = Tkinter.Tk(); app.wm_title("pybwidget demo") 4 notebook = bwidget.NoteBook(app, arcradius=2); notebook.pack() 5 6 files = sys.argv[0], Tkinter.__file__, bwidget.__file__ 7 for i, f in enumerate(f