~claudiotorcato/+junk/decken

« back to all changes in this revision

Viewing changes to app/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="windowMain">
 
6
    <property name="visible">True</property>
 
7
    <property name="title" translatable="yes">MaginBook</property>
 
8
    <property name="window_position">center</property>
 
9
    <property name="default_width">600</property>
 
10
    <property name="default_height">500</property>
 
11
    <signal name="destroy" handler="on_windowMain_destroy"/>
 
12
    <child>
 
13
      <widget class="GtkVBox" id="vbox1">
 
14
        <property name="visible">True</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <child>
 
17
          <widget class="GtkEntry" id="caixa_pesquisa">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">True</property>
 
20
            <property name="invisible_char">&#x25CF;</property>
 
21
            <signal name="changed" handler="on_caixa_pesquisa_changed"/>
 
22
          </widget>
 
23
          <packing>
 
24
            <property name="expand">False</property>
 
25
            <property name="fill">False</property>
 
26
            <property name="position">0</property>
 
27
          </packing>
 
28
        </child>
 
29
        <child>
 
30
          <widget class="GtkHBox" id="hbox1">
 
31
            <property name="visible">True</property>
 
32
            <child>
 
33
              <widget class="GtkScrolledWindow" id="scrolledlistbox">
 
34
                <property name="visible">True</property>
 
35
                <property name="can_focus">True</property>
 
36
                <property name="hscrollbar_policy">automatic</property>
 
37
                <property name="vscrollbar_policy">automatic</property>
 
38
                <child>
 
39
                  <widget class="GtkTreeView" id="listbox">
 
40
                    <property name="visible">True</property>
 
41
                    <property name="can_focus">True</property>
 
42
                    <signal name="row_activated" handler="on_listbox_row_activated"/>
 
43
                  </widget>
 
44
                </child>
 
45
              </widget>
 
46
              <packing>
 
47
                <property name="position">0</property>
 
48
              </packing>
 
49
            </child>
 
50
            <child>
 
51
              <widget class="GtkImage" id="imagem_carta">
 
52
                <property name="visible">True</property>
 
53
                <property name="stock">gtk-missing-image</property>
 
54
              </widget>
 
55
              <packing>
 
56
                <property name="position">1</property>
 
57
              </packing>
 
58
            </child>
 
59
          </widget>
 
60
          <packing>
 
61
            <property name="position">1</property>
 
62
          </packing>
 
63
        </child>
 
64
        <child>
 
65
          <widget class="GtkStatusbar" id="barra_de_status">
 
66
            <property name="visible">True</property>
 
67
            <property name="spacing">2</property>
 
68
          </widget>
 
69
          <packing>
 
70
            <property name="expand">False</property>
 
71
            <property name="position">2</property>
 
72
          </packing>
 
73
        </child>
 
74
      </widget>
 
75
    </child>
 
76
  </widget>
 
77
</glade-interface>