Close
Blog
Sitemap
GitHub
Python
More Link
Python 學習筆記
Blog
Link
GitHub

Python Gtk TreeView

Apr 23, 2017

範例

Composite

  • demo-filetree

整合範例

  • demo-filetree-open-file-by-vim

API

Gtk-3

  • https://lazka.github.io/pgi-docs/index.html#Gtk-3.0
  • https://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes.html

Gtk.TreeView

  • https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/TreeView.html

os

  • https://docs.python.org/3/library/os.html
  • https://docs.python.org/3/library/os.html#os.scandir

stat

  • https://docs.python.org/3/library/stat.html

Python 學習筆記

Python 探索紀錄

Python 學習筆記 Python Gtk+ 3 Python Gtk TreeView