aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter.glade
diff options
context:
space:
mode:
authorMatthew Hall <matt@castleinthesky.org>2005-12-21 02:21:51 +0800
committerAndre Klapper <aklapper@src.gnome.org>2005-12-21 02:21:51 +0800
commit0a197d13a3f7a9da34db502b0447a39d30fe48a4 (patch)
treed4258645f76439e5ae475473717a939451970c31 /filter/filter.glade
parent2e5070b5672eb705f83ccee85d8e95ea19240bdd (diff)
downloadgsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar.gz
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar.bz2
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar.lz
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar.xz
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.tar.zst
gsoc2013-evolution-0a197d13a3f7a9da34db502b0447a39d30fe48a4.zip
adding top/bottom buttons for filter manager dialog (#205616) (committing
2005-12-20 Matthew Hall <matt@castleinthesky.org> * filter.glade; rule-editor.c: adding top/bottom buttons for filter manager dialog (#205616) (committing this on behalf of Matthew and as discussed with srag) svn path=/trunk/; revision=30908
Diffstat (limited to 'filter/filter.glade')
-rw-r--r--filter/filter.glade22
1 files changed, 22 insertions, 0 deletions
diff --git a/filter/filter.glade b/filter/filter.glade
index 34cd5855a3..24e0f3f7a7 100644
--- a/filter/filter.glade
+++ b/filter/filter.glade
@@ -188,6 +188,17 @@
</child>
<child>
+ <widget class="GtkButton" id="rule_top">
+ <property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-goto-top</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ </widget>
+ </child>
+
+ <child>
<widget class="GtkButton" id="rule_up">
<property name="visible">True</property>
<property name="can_default">True</property>
@@ -208,6 +219,17 @@
<property name="relief">GTK_RELIEF_NORMAL</property>
</widget>
</child>
+
+ <child>
+ <widget class="GtkButton" id="rule_bottom">
+ <property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-goto-bottom</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ </widget>
+ </child>
</widget>
<packing>
<property name="padding">0</property>