]> git.neil.brown.name Git - edlib.git/commit
python: bind python Pane more tightly to edlib pane
authorNeilBrown <neil@brown.name>
Mon, 25 Jan 2016 01:58:11 +0000 (12:58 +1100)
committerNeilBrown <neil@brown.name>
Mon, 25 Jan 2016 02:07:57 +0000 (13:07 +1100)
commitcdf5ea5652be73a3bea1955c5055e6fd64ffef76
tree7aa0bedd0dcbde781f3006cd284d1d8df51deb32
parent6da477eb523ed962fe0c64e8a18db890900f0db7
python: bind python Pane more tightly to edlib pane

When python allocates a pane, the matching Pane is buond to it and
always used in python code (previously we would allocate various separate Panes).
This makes is possible to subclass Pane and when we get a pane back from
edlib, we get the whole subclassed Pane.

I should do a similar think with Marks....

Signed-off-by: NeilBrown <neil@brown.name>
lang-python.c
python/display-pygtk.py