diff options
| author | Brian Pepple <bpepple@fedoraproject.org> | 2009-10-22 19:52:04 -0400 |
|---|---|---|
| committer | Brian Pepple <bpepple@fedoraproject.org> | 2009-10-22 19:52:04 -0400 |
| commit | 94cd63445c5e2f35a7b647518bfe81b3fffa310e (patch) | |
| tree | 5b24a28c9233110fc05ea47576332cae447e9699 /data | |
| parent | acf6aabb5d8e14b3ba7f7f02cbd33ff31ff16047 (diff) | |
| download | sonancy-94cd63445c5e2f35a7b647518bfe81b3fffa310e.tar.gz sonancy-94cd63445c5e2f35a7b647518bfe81b3fffa310e.tar.xz sonancy-94cd63445c5e2f35a7b647518bfe81b3fffa310e.zip | |
Add basic ui file to project.
Diffstat (limited to 'data')
| -rw-r--r-- | data/.gitignore | 2 | ||||
| -rw-r--r-- | data/Makefile.am | 5 | ||||
| -rw-r--r-- | data/sonancy.ui | 29 |
3 files changed, 36 insertions, 0 deletions
diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..87a4064 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +sonancy.desktop +sonancy.desktop.in diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..3b4a476 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,5 @@ +builderdir = $(datadir)/sonancy +builder_DATA = \ + sonancy.ui + +EXTRA_DIST = $(builder_DATA)
\ No newline at end of file diff --git a/data/sonancy.ui b/data/sonancy.ui new file mode 100644 index 0000000..7f90ece --- /dev/null +++ b/data/sonancy.ui @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<interface> + <requires lib="gtk+" version="2.16"/> + <!-- interface-naming-policy project-wide --> + <object class="GtkWindow" id="main_window"> + <child> + <object class="GtkVBox" id="vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <object class="GtkStatusbar" id="main_statusbar"> + <property name="visible">True</property> + <property name="spacing">2</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + </object> + </child> + </object> +</interface> |
