|
|
@@ -0,0 +1,46 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<interface>
|
|
|
+ <!-- interface-requires gtk+ 3.6 -->
|
|
|
+ <object class="GtkTextBuffer" id="textbuffer1"/>
|
|
|
+ <object class="GtkWindow" id="window1">
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="border_width">6</property>
|
|
|
+ <property name="default_width">600</property>
|
|
|
+ <property name="default_height">330</property>
|
|
|
+ <signal name="destroy" handler="on_destroy" swapped="no"/>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box1">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="orientation">vertical</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry1">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <signal name="key-press-event" handler="on_key_pressed" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="pack_type">end</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkTextView" id="textview1">
|
|
|
+ <property name="height_request">339</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="buffer">textbuffer1</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="pack_type">end</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+</interface>
|