Remove WebKitWebView creation from Glade

The Glade template cannot assign an already created WebKitWebViewGroup
to the WebKitWebView it creates. Thus we need to create it manuallp
This commit is contained in:
2014-07-10 23:33:22 +02:00
parent b8cc90912d
commit 2af46ece40
4 changed files with 33 additions and 27 deletions

View File

@@ -568,15 +568,9 @@
</packing>
</child>
<child>
<object class="GtkScrolledWindow" id="tab_chart">
<property name="shadow_type">in</property>
<child>
<object class="WebkitWebView" id="chart_web_view">
<property name="width_request">600</property>
<property name="height_request">600</property>
<signal name="context-menu" handler="ag_window_chart_context_cb" swapped="no"/>
</object>
</child>
<object class="GtkAlignment" id="tab_chart">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="name">chart</property>