~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/twisted/manhole/logview.glade

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
 
 
6
<widget class="GtkWindow" id="logview">
 
7
  <property name="visible">True</property>
 
8
  <property name="title" translatable="yes">Log</property>
 
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
10
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
11
  <property name="modal">False</property>
 
12
  <property name="resizable">True</property>
 
13
  <property name="destroy_with_parent">False</property>
 
14
  <signal name="destroy" handler="on_logview_destroy" last_modification_time="Sun, 04 Jan 2004 22:16:59 GMT"/>
 
15
 
 
16
  <child>
 
17
    <widget class="GtkScrolledWindow" id="scrolledwindow">
 
18
      <property name="visible">True</property>
 
19
      <property name="can_focus">True</property>
 
20
      <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
 
21
      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
 
22
      <property name="shadow_type">GTK_SHADOW_NONE</property>
 
23
      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
24
 
 
25
      <child>
 
26
        <widget class="GtkTreeView" id="loglist">
 
27
          <property name="visible">True</property>
 
28
          <property name="can_focus">True</property>
 
29
          <property name="headers_visible">True</property>
 
30
          <property name="rules_hint">False</property>
 
31
          <property name="reorderable">False</property>
 
32
          <property name="enable_search">True</property>
 
33
        </widget>
 
34
      </child>
 
35
    </widget>
 
36
  </child>
 
37
</widget>
 
38
 
 
39
</glade-interface>