101
|
1 |
Wikipedia:
|
|
2 |
http://en.wikipedia.org/wiki/Event_loop
|
|
3 |
|
|
4 |
Python/Gnome:
|
|
5 |
http://developer.gnome.org/gnome-devel-demos/stable/tutorial.py.html.en
|
|
6 |
|
|
7 |
PyQt4 class reference:
|
|
8 |
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/classes.html
|
|
9 |
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html
|
|
10 |
|
|
11 |
PyQt4 tutorial:
|
|
12 |
http://zetcode.com/tutorials/pyqt4/
|
|
13 |
http://zetcode.com/tutorials/pyqt4/layoutmanagement/
|
|
14 |
|
|
15 |
Pyglet:
|
|
16 |
http://www.pyglet.org/doc/api/pyglet.event.EventDispatcher-class.html
|
|
17 |
|
|
18 |
GTK:
|
|
19 |
http://developer.gnome.org/gtk3/stable/
|
|
20 |
http://python-gtk-3-tutorial.readthedocs.org/en/latest/layout.html
|
|
21 |
|
|
22 |
Anchor Layout in QML:
|
|
23 |
http://harmattan-dev.nokia.com/docs/library/html/qt4/qml-anchor-layout.html
|
|
24 |
|
|
25 |
PDCurses:
|
|
26 |
http://pdcurses.sourceforge.net/doc/PDCurses.txt
|
|
27 |
|
|
28 |
XTerm Control Sequences
|
|
29 |
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
|
|
30 |
|
|
31 |
Kivy
|
|
32 |
http://kivy.org/
|
|
33 |
|
|
34 |
Urwid
|
|
35 |
http://urwid.org/
|