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

Python Gtk Window

Apr 2, 2017

範例

Prototype

  • demo-basic

Composite

  • demo-basic

Extend

  • demo-basic

  • demo-basic-virtual

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.Window

  • https://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/Window.html
  • https://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/Widget.html#Gtk.Widget.signals.delete_event
  • https://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/Widget.html#Gtk.Widget.do_delete_event

Gtk.main_quit

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

參考連結

  • http://python-gtk-3-tutorial.readthedocs.io/en/latest/introduction.html

Python 學習筆記

Python 探索紀錄

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