~ubuntu-branches/ubuntu/wily/d-feet/wily

« back to all changes in this revision

Viewing changes to ui/filterbox.ui

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2007-12-09 22:17:38 UTC
  • Revision ID: james.westby@ubuntu.com-20071209221738-4x3blcy1xnodlp9q
Tags: upstream-0.1.8
ImportĀ upstreamĀ versionĀ 0.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<interface>
 
4
  <object class="GtkTable" id="filterbox_table1">
 
5
    <property name="n_columns">2</property>
 
6
    <property name="n_rows">1</property>
 
7
    <property name="visible">True</property>
 
8
    <child>
 
9
      <object class="GtkLabel" id="label2">
 
10
        <property name="label" context="yes" translatable="yes">Filter: </property>
 
11
        <property name="visible">True</property>
 
12
        <property name="xalign">1.0</property>
 
13
      </object>
 
14
      <packing>
 
15
        <property name="x_options">fill | shrink</property>
 
16
        <property name="y_options">fill</property>
 
17
      </packing>
 
18
    </child>
 
19
    <child>
 
20
      <object class="GtkHBox" id="hbox1">
 
21
        <property name="visible">True</property>
 
22
        <child>
 
23
          <object class="GtkEntry" id="filter_entry1">
 
24
            <property name="is_focus">True</property>
 
25
            <property name="visible">True</property>
 
26
            <signal handler="filter_entry_changed" name="button-release-event"/>
 
27
            <signal handler="filter_entry_changed" name="key-release-event"/>
 
28
          </object>
 
29
        </child>
 
30
        <child>
 
31
          <object class="GtkToggleButton" id="private_togglebutton1">
 
32
            <property name="is_focus">True</property>
 
33
            <property name="label" context="yes" translatable="yes">Hide Private</property>
 
34
            <property name="visible">True</property>
 
35
            <signal handler="hide_private_toggled" name="toggled"/>
 
36
          </object>
 
37
          <packing>
 
38
            <property name="expand">False</property>
 
39
            <property name="fill">False</property>
 
40
            <property name="position">1</property>
 
41
          </packing>
 
42
        </child>
 
43
      </object>
 
44
      <packing>
 
45
        <property name="left_attach">1</property>
 
46
        <property name="right_attach">2</property>
 
47
        <property name="x_options">fill | shrink</property>
 
48
        <property name="y_options">fill | shrink</property>
 
49
      </packing>
 
50
    </child>
 
51
  </object>
 
52
</interface>