~matteo-collina/+junk/todo

« back to all changes in this revision

Viewing changes to TodoGui/gtk-gui/gui.stetic

  • Committer: Matteo Collina
  • Date: 2008-05-21 16:47:35 UTC
  • Revision ID: matteo.collina@gmail.com-20080521164735-yrec3tnesmpxn0u2
The GUI gets its TodoListViewer. Updated MainWindow to actually use it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    <property name="WindowPosition">CenterOnParent</property>
28
28
    <signal name="DeleteEvent" handler="OnDeleteEvent" />
29
29
    <child>
30
 
      <widget class="Gtk.VBox" id="vbox1">
 
30
      <widget class="Gtk.VBox" id="_vbox">
31
31
        <property name="MemberName" />
32
32
        <property name="Spacing">6</property>
33
33
        <child>
86
86
      </widget>
87
87
    </child>
88
88
  </widget>
 
89
  <widget class="Gtk.Bin" id="TodoGui.TodoListViewer" design-size="300 300">
 
90
    <property name="MemberName" />
 
91
    <child>
 
92
      <widget class="Gtk.VBox" id="_vbox">
 
93
        <property name="MemberName" />
 
94
        <property name="Spacing">6</property>
 
95
        <child>
 
96
          <widget class="TodoGui.LabelAndText" id="_name">
 
97
            <property name="MemberName" />
 
98
            <property name="Events">ButtonPressMask</property>
 
99
            <property name="Label">Name</property>
 
100
            <signal name="TextChanged" handler="OnNameChanged" />
 
101
          </widget>
 
102
          <packing>
 
103
            <property name="Position">0</property>
 
104
            <property name="AutoSize">True</property>
 
105
            <property name="Expand">False</property>
 
106
            <property name="Fill">False</property>
 
107
          </packing>
 
108
        </child>
 
109
        <child>
 
110
          <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow">
 
111
            <property name="MemberName" />
 
112
            <property name="HeightRequest">1</property>
 
113
            <property name="ShadowType">In</property>
 
114
            <child>
 
115
              <widget class="Gtk.TextView" id="_description">
 
116
                <property name="MemberName">_description</property>
 
117
                <property name="HeightRequest">0</property>
 
118
                <property name="CanFocus">True</property>
 
119
                <property name="ShowScrollbars">True</property>
 
120
                <property name="AcceptsTab">False</property>
 
121
                <property name="Text" translatable="yes" context="yes">The description goes here|The description goes here</property>
 
122
                <property name="Justification">Fill</property>
 
123
              </widget>
 
124
            </child>
 
125
          </widget>
 
126
          <packing>
 
127
            <property name="Position">1</property>
 
128
            <property name="AutoSize">True</property>
 
129
          </packing>
 
130
        </child>
 
131
        <child>
 
132
          <widget class="Gtk.VBox" id="_childrenVBox">
 
133
            <property name="MemberName" />
 
134
            <property name="Spacing">6</property>
 
135
            <child>
 
136
              <placeholder />
 
137
            </child>
 
138
          </widget>
 
139
          <packing>
 
140
            <property name="Position">2</property>
 
141
            <property name="AutoSize">True</property>
 
142
          </packing>
 
143
        </child>
 
144
      </widget>
 
145
    </child>
 
146
  </widget>
89
147
</stetic-interface>
 
 
b'\\ No newline at end of file'