| author | Radek Brich <radek.brich@devl.cz> | 
| Sun, 15 Feb 2015 17:50:24 +0100 | |
| changeset 116 | 165b5d65e1cb | 
| parent 101 | 079ced01f875 | 
| child 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 | ||
| 25 | Anchor Layout in QML: | |
| 26 | http://harmattan-dev.nokia.com/docs/library/html/qt4/qml-anchor-layout.html | |
| 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/ |