GeoView : adapt geoview to the new gui. Resizing problem. It currently works correctly with gecko.

webkit doesn't work in a Hpane widget ( filter, status bar, ... )


svn: r15848
This commit is contained in:
Serge Noiraud
2010-09-02 17:05:00 +00:00
parent e9388c3ff7
commit 0e928d6b81
4 changed files with 64 additions and 28 deletions

View File

@@ -468,6 +468,7 @@ class HtmlView(PageView):
#web page under it in a scrolled window
self.table = gtk.Table(1, 1, False)
frames = gtk.HBox(False, 4)
self.frames = frames
self.toolkit = TOOLKIT = get_toolkits()
if (get_toolkits() == (WEBKIT+MOZILLA)):
# The two toolkits ( webkit and mozilla ) are available.