~romaia/stoq/trunk

« back to all changes in this revision

Viewing changes to data/SearchBarHolder.glade

  • Committer: evandro
  • Date: 2006-02-07 15:41:23 UTC
  • Revision ID: vcs-imports@canonical.com-20060207154123-r38thz564cwlm470
Adding a data directory and moving pixmaps and glade files to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
 
3
<glade-interface>
 
4
    <widget class="GtkWindow" id="SearchBarHolder">
 
5
        <property name="default_height">250</property>
 
6
        <property name="default_width">440</property>
 
7
        <child>
 
8
            <widget class="GtkHBox" id="hbox1">
 
9
                <property name="border_width">5</property>
 
10
                <property name="spacing">5</property>
 
11
                <property name="visible">True</property>
 
12
                <child>
 
13
                    <widget class="GtkEventBox" id="place_holder">
 
14
                        <property name="visible">True</property>
 
15
                        <child>
 
16
                            <placeholder/>
 
17
                        </child>
 
18
                    </widget>
 
19
                </child>
 
20
                <child>
 
21
                    <widget class="kiwi+ui+widgets+label+Label" id="search_results_label">
 
22
                        <property name="data_type">str</property>
 
23
                        <property name="visible">True</property>
 
24
                        <property name="xalign">1.0</property>
 
25
                        <property name="yalign">1.0</property>
 
26
                    </widget>
 
27
                    <packing>
 
28
                        <property name="expand">False</property>
 
29
                        <property name="position">1</property>
 
30
                    </packing>
 
31
                </child>
 
32
            </widget>
 
33
        </child>
 
34
    </widget>
 
35
</glade-interface>