~ubuntu-branches/ubuntu/precise/libdmapsharing/precise

« back to all changes in this revision

Viewing changes to tests/dpapview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 19:52:57 UTC
  • mfrom: (0.1.2 experimental) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110329195257-0zas0lq4c03gwo46
Tags: 2.9.7-1
Initial release. (Closes: #620060)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.20"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="window">
 
6
    <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
 
7
    <child>
 
8
      <object class="GtkScrolledWindow" id="scrolledwindow">
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">True</property>
 
11
        <property name="hscrollbar_policy">automatic</property>
 
12
        <property name="vscrollbar_policy">automatic</property>
 
13
        <child>
 
14
          <object class="GtkIconView" id="iconview">
 
15
            <property name="visible">True</property>
 
16
            <property name="can_focus">True</property>
 
17
            <property name="model">liststore</property>
 
18
          </object>
 
19
        </child>
 
20
      </object>
 
21
    </child>
 
22
  </object>
 
23
  <object class="GtkListStore" id="liststore">
 
24
    <columns>
 
25
      <!-- column-name gdkpixbuf -->
 
26
      <column type="GdkPixbuf"/>
 
27
      <!-- column-name gchararray -->
 
28
      <column type="gchararray"/>
 
29
    </columns>
 
30
  </object>
 
31
</interface>