~ubuntu-branches/ubuntu/saucy/clinica/saucy

« back to all changes in this revision

Viewing changes to data/resources/ui/patient_list_toolbar.glade

  • Committer: Package Import Robot
  • Author(s): Leonardo Robol
  • Date: 2013-07-15 11:27:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130715112705-3jskr3zv254a2qf2
Tags: 0.3.0-1
* New upstream version of Clinica.
* Remove explicit dependency on valac-0.16 (Closes: #709719)
* Correct FTBFS (Closes: #707361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkVBox" id="left_vbox">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <child>
 
8
      <object class="GtkBox" id="top_box">
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">False</property>
 
11
        <child>
 
12
          <object class="GtkEntry" id="find_entry">
 
13
            <property name="visible">True</property>
 
14
            <property name="can_focus">True</property>
 
15
            <property name="invisible_char">•</property>
 
16
            <property name="invisible_char_set">True</property>
 
17
            <property name="primary_icon_stock">gtk-find</property>
 
18
            <property name="secondary_icon_stock">gtk-clear</property>
 
19
            <property name="primary_icon_activatable">False</property>
 
20
          </object>
 
21
          <packing>
 
22
            <property name="expand">True</property>
 
23
            <property name="fill">True</property>
 
24
            <property name="position">0</property>
 
25
          </packing>
 
26
        </child>
 
27
        <child>
 
28
          <placeholder/>
 
29
        </child>
 
30
      </object>
 
31
      <packing>
 
32
        <property name="expand">False</property>
 
33
        <property name="fill">True</property>
 
34
        <property name="position">0</property>
 
35
      </packing>
 
36
    </child>
 
37
    <child>
 
38
      <object class="GtkAlignment" id="alignment1">
 
39
        <property name="visible">True</property>
 
40
        <property name="can_focus">False</property>
 
41
        <property name="top_padding">5</property>
 
42
        <child>
 
43
          <object class="GtkScrolledWindow" id="treeview_scrolled_window">
 
44
            <property name="visible">True</property>
 
45
            <property name="can_focus">True</property>
 
46
            <property name="shadow_type">in</property>
 
47
            <child>
 
48
              <placeholder/>
 
49
            </child>
 
50
          </object>
 
51
        </child>
 
52
      </object>
 
53
      <packing>
 
54
        <property name="expand">True</property>
 
55
        <property name="fill">True</property>
 
56
        <property name="position">1</property>
 
57
      </packing>
 
58
    </child>
 
59
  </object>
 
60
</interface>