~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to encuentro/ui/main.glade

  • Committer: Facundo Batista
  • Date: 2011-11-06 15:03:50 UTC
  • Revision ID: facundo@taniquetil.com.ar-20111106150350-65wkfffco13h7n8h
Now you can filter by the title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
              <object class="GtkToolItem" id="toolitem1">
262
262
                <property name="visible">True</property>
263
263
                <child>
264
 
                  <placeholder/>
 
264
                  <object class="GtkHBox" id="hbox1">
 
265
                    <property name="visible">True</property>
 
266
                    <property name="spacing">6</property>
 
267
                    <child>
 
268
                      <object class="GtkLabel" id="label1">
 
269
                        <property name="visible">True</property>
 
270
                        <property name="tooltip_text" translatable="yes">Filtrar por título</property>
 
271
                        <property name="xalign">0.89999997615814209</property>
 
272
                        <property name="label" translatable="yes">Filtrar:</property>
 
273
                      </object>
 
274
                      <packing>
 
275
                        <property name="expand">False</property>
 
276
                        <property name="pack_type">end</property>
 
277
                        <property name="position">1</property>
 
278
                      </packing>
 
279
                    </child>
 
280
                    <child>
 
281
                      <object class="GtkEntry" id="filter_entry">
 
282
                        <property name="visible">True</property>
 
283
                        <property name="can_focus">True</property>
 
284
                        <property name="tooltip_text" translatable="yes">Ingrese un texto para filtrar por título</property>
 
285
                        <property name="invisible_char">●</property>
 
286
                        <property name="width_chars">15</property>
 
287
                        <property name="truncate_multiline">True</property>
 
288
                        <signal name="changed" handler="on_filter_entry_changed"/>
 
289
                      </object>
 
290
                      <packing>
 
291
                        <property name="expand">False</property>
 
292
                        <property name="pack_type">end</property>
 
293
                        <property name="position">0</property>
 
294
                      </packing>
 
295
                    </child>
 
296
                  </object>
265
297
                </child>
266
298
              </object>
267
299
              <packing>
312
344
                    <child>
313
345
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
314
346
                      <attributes>
315
 
                        <attribute name="text">0</attribute>
 
347
                        <attribute name="markup">0</attribute>
316
348
                      </attributes>
317
349
                    </child>
318
350
                  </object>