comparison 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
comparison
equal deleted inserted replaced
17999:fc2bb1b42868 18000:05d7fe2320a9
290 find_prev_focus(box); 290 find_prev_focus(box);
291 } 291 }
292 else if (strcmp(text, GNT_KEY_RIGHT) == 0) 292 else if (strcmp(text, GNT_KEY_RIGHT) == 0)
293 { 293 {
294 find_next_focus(box); 294 find_next_focus(box);
295 }
296 else if (strcmp(text, GNT_KEY_BACK_TAB) == 0)
297 {
298 find_prev_focus(box);
295 } 299 }
296 } 300 }
297 else if (text[0] == '\t') 301 else if (text[0] == '\t')
298 { 302 {
299 find_next_focus(box); 303 find_next_focus(box);