| author | Radek Brich <radek.brich@devl.cz> | 
| Mon, 16 Feb 2015 21:17:43 +0100 | |
| changeset 117 | 8680c2333546 | 
| parent 116 | 165b5d65e1cb | 
| permissions | -rw-r--r-- | 
| 
116
 
165b5d65e1cb
Drop AnchorLayout, merge its features into FixedLayout.
 
Radek Brich <radek.brich@devl.cz> 
parents: 
101 
diff
changeset
 | 
1  | 
Ncurses  | 
| 
 
165b5d65e1cb
Drop AnchorLayout, merge its features into FixedLayout.
 
Radek Brich <radek.brich@devl.cz> 
parents: 
101 
diff
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: 
101 
diff
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: 
116 
diff
changeset
 | 
25  | 
Qt Layout:  | 
| 
 
8680c2333546
Update FixedLayout. Add demo launcher.
 
Radek Brich <radek.brich@devl.cz> 
parents: 
116 
diff
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/  |