]> git.gag.com Git - debian/gnuradio/commit
Create one drawing area per flowgraph/notebook page.
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 May 2009 21:18:28 +0000 (21:18 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 14 May 2009 21:18:28 +0000 (21:18 +0000)
commit65446f553650a464fabf2bc4edf66a044e67b338
tree705fc594b264cdf01549ee7f386ecaf967bf84e5
parent30e9c0d1d47f1e4200afd6abf955271609dbbdc3
Create one drawing area per flowgraph/notebook page.
Previously, there was one global drawing area, and empty notebook pages.

This has the advantage of saving the scroll position though mutiple scroll windows,
rendering the flow graph only when the notebook page is realized,
and proper use + appearance of the gtk notebook

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11030 221aa14e-8319-0410-a670-987f0aec2ac5
grc/src/gui/ActionHandler.py
grc/src/gui/DrawingArea.py
grc/src/gui/MainWindow.py
grc/src/gui/NotebookPage.py