aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2001-10-21 16:15:21 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2001-10-21 16:15:21 +0000
commit461a014ddb9db9adfa06ef02cada47aa69451176 (patch)
treef73734d3d78ca78053e0c637d7aec590d8c2bad5 /image
parent0fb13c31db844f7d46d49ff1c5e6e7261f6841dc (diff)
Add little arrows to the column titles to indicate which column we're
using to sort as well as the sort direction. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4050 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/clist_ascend.xpm9
-rw-r--r--image/clist_descend.xpm9
2 files changed, 18 insertions, 0 deletions
diff --git a/image/clist_ascend.xpm b/image/clist_ascend.xpm
new file mode 100644
index 0000000000..bd917c8c22
--- /dev/null
+++ b/image/clist_ascend.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * clist_ascend_xpm[] = {
+"4 4 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+"... ",
+" . "};
diff --git a/image/clist_descend.xpm b/image/clist_descend.xpm
new file mode 100644
index 0000000000..150116c5f8
--- /dev/null
+++ b/image/clist_descend.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * clist_descend_xpm[] = {
+"4 4 2 1",
+" c None",
+". c #000000",
+" . ",
+"... ",
+" ",
+" "};