2010-12-26 22:05:45 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-03-15 02:16:42 -06:00
|
|
|
<glade-interface>
|
2010-12-26 22:05:45 -08:00
|
|
|
<!-- interface-requires gtk+ 2.6 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2010-12-26 21:08:23 -08:00
|
|
|
<widget class="GtkWindow" id="LogWindow">
|
|
|
|
<property name="title">Log</property>
|
|
|
|
<property name="default_width">400</property>
|
|
|
|
<property name="default_height">300</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<property name="shadow_type">etched-in</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTextView" id="textview">
|
|
|
|
<property name="visible">True</property>
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="wrap_mode">char</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2006-03-15 02:16:42 -06:00
|
|
|
</glade-interface>
|