diff finch/libgnt/gntbox.c @ 18000:05d7fe2320a9

(16:39:44) rekkanoryo: i have a feature request (16:39:55) rekkanoryo: make shift+tab go backwards through the widgets
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 02 Jun 2007 20:56:12 +0000
parents 92fa7d6e75b0
children 1cedd520cd18
line wrap: on
line diff
--- a/finch/libgnt/gntbox.c	Sat Jun 02 18:47:20 2007 +0000
+++ b/finch/libgnt/gntbox.c	Sat Jun 02 20:56:12 2007 +0000
@@ -293,6 +293,10 @@
 		{
 			find_next_focus(box);
 		}
+		else if (strcmp(text, GNT_KEY_BACK_TAB) == 0)
+		{
+			find_prev_focus(box);
+		}
 	}
 	else if (text[0] == '\t')
 	{