| author | Radek Brich <radek.brich@devl.cz> | 
| Sun, 22 Feb 2015 09:53:13 +0100 | |
| changeset 119 | dd91747504dd | 
| parent 117 | 8680c2333546 | 
| permissions | -rw-r--r-- | 
| 116 
165b5d65e1cb
Drop AnchorLayout, merge its features into FixedLayout.
 Radek Brich <radek.brich@devl.cz> parents: 
101diff
changeset | 1 | Ncurses | 
| 
165b5d65e1cb
Drop AnchorLayout, merge its features into FixedLayout.
 Radek Brich <radek.brich@devl.cz> parents: 
101diff
changeset | 2 | http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/mouse.html | 
| 
165b5d65e1cb
Drop AnchorLayout, merge its features into FixedLayout.
 Radek Brich <radek.brich@devl.cz> parents: 
101diff
changeset | 3 | |
| 101 | 4 | Wikipedia: | 
| 5 | http://en.wikipedia.org/wiki/Event_loop | |
| 6 | ||
| 7 | Python/Gnome: | |
| 8 | http://developer.gnome.org/gnome-devel-demos/stable/tutorial.py.html.en | |
| 9 | ||
| 10 | PyQt4 class reference: | |
| 11 | http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/classes.html | |
| 12 | http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html | |
| 13 | ||
| 14 | PyQt4 tutorial: | |
| 15 | http://zetcode.com/tutorials/pyqt4/ | |
| 16 | http://zetcode.com/tutorials/pyqt4/layoutmanagement/ | |
| 17 | ||
| 18 | Pyglet: | |
| 19 | http://www.pyglet.org/doc/api/pyglet.event.EventDispatcher-class.html | |
| 20 | ||
| 21 | GTK: | |
| 22 | http://developer.gnome.org/gtk3/stable/ | |
| 23 | http://python-gtk-3-tutorial.readthedocs.org/en/latest/layout.html | |
| 24 | ||
| 117 
8680c2333546
Update FixedLayout. Add demo launcher.
 Radek Brich <radek.brich@devl.cz> parents: 
116diff
changeset | 25 | Qt Layout: | 
| 
8680c2333546
Update FixedLayout. Add demo launcher.
 Radek Brich <radek.brich@devl.cz> parents: 
116diff
changeset | 26 | http://qt-project.org/doc/qt-4.8/layout.html | 
| 101 | 27 | |
| 28 | PDCurses: | |
| 29 | http://pdcurses.sourceforge.net/doc/PDCurses.txt | |
| 30 | ||
| 31 | XTerm Control Sequences | |
| 32 | http://invisible-island.net/xterm/ctlseqs/ctlseqs.html | |
| 33 | ||
| 34 | Kivy | |
| 35 | http://kivy.org/ | |
| 36 | ||
| 37 | Urwid | |
| 38 | http://urwid.org/ |