~claudiotorcato/+junk/decken

« back to all changes in this revision

Viewing changes to projeto.glade

  • Committer: Claudio Torcato
  • Date: 2010-06-03 17:02:24 UTC
  • Revision ID: claudiotorcato@gmail.com-20100603170224-mj4kfd32u3tbrf6r
Import inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.16 -->
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <widget class="GtkWindow" id="window1">
 
6
    <child>
 
7
      <widget class="GtkVBox" id="vbox1">
 
8
        <property name="visible">True</property>
 
9
        <property name="orientation">vertical</property>
 
10
        <child>
 
11
          <widget class="GtkEntry" id="caixa_pesquisa">
 
12
            <property name="visible">True</property>
 
13
            <property name="can_focus">True</property>
 
14
            <property name="invisible_char">&#x25CF;</property>
 
15
          </widget>
 
16
          <packing>
 
17
            <property name="fill">False</property>
 
18
            <property name="position">0</property>
 
19
          </packing>
 
20
        </child>
 
21
        <child>
 
22
          <widget class="GtkHBox" id="hbox1">
 
23
            <property name="visible">True</property>
 
24
            <child>
 
25
              <widget class="GtkTreeView" id="listbox">
 
26
                <property name="visible">True</property>
 
27
                <property name="can_focus">True</property>
 
28
              </widget>
 
29
              <packing>
 
30
                <property name="position">0</property>
 
31
              </packing>
 
32
            </child>
 
33
            <child>
 
34
              <widget class="GtkImage" id="imagem_carta">
 
35
                <property name="visible">True</property>
 
36
                <property name="stock">gtk-missing-image</property>
 
37
              </widget>
 
38
              <packing>
 
39
                <property name="position">1</property>
 
40
              </packing>
 
41
            </child>
 
42
          </widget>
 
43
          <packing>
 
44
            <property name="position">1</property>
 
45
          </packing>
 
46
        </child>
 
47
        <child>
 
48
          <widget class="GtkStatusbar" id="barra_de_status">
 
49
            <property name="visible">True</property>
 
50
            <property name="spacing">2</property>
 
51
          </widget>
 
52
          <packing>
 
53
            <property name="expand">False</property>
 
54
            <property name="position">2</property>
 
55
          </packing>
 
56
        </child>
 
57
      </widget>
 
58
    </child>
 
59
  </widget>
 
60
</glade-interface>