2 <object class="ViviViviDocklet" id="command-line">
3 <property name="title">Command Line</property>
4 <signal name="application-set" handler="vivi_command_line_application_set" />
5 <signal name="application-unset" handler="vivi_command_line_application_unset" />
7 <object class="GtkVBox" id="box">
9 <object class="GtkScrolledWindow" id="scroll">
10 <property name="hscrollbar-policy">automatic</property>
11 <property name="vscrollbar-policy">automatic</property>
13 <object class="GtkTextView" id="text">
14 <property name="editable">false</property>
15 <property name="wrap-mode">word-char</property>
20 <property name="pack-type">start</property>
21 <property name="expand">true</property>
22 <property name="fill">true</property>
26 <object class="GtkEntry" id="entry">
27 <signal name="activate" handler="vivi_command_line_activate" />
30 <property name="pack-type">end</property>
31 <property name="expand">false</property>
32 <property name="fill">true</property>