Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 18 Nov 2006 01:47:49 +0000 (01:47 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 18 Nov 2006 01:47:49 +0000 (01:47 +0000)
commitb92317d9631203ceaaf1b105c9df99b6e968bba5
tree9952378ef12c5ca97d5b269e444efcfd37aa871d
parent7ce7402d7f1b4cd0c1b432d4cc30f1d49e52b6b5
Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
menu) move to the previous and next packet even if the packet list isn't
in focus (specifically, the packet detail will stay in focus if that was
already the case).  Make the return and enter keys toggle tree items in
the packet detail and the backspace key jump to the parent node.  Add a
navigation section to the User's Guide.

Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
multiple arguments.  Fix up whitespace.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19924 f5534014-38df-0310-8fa8-9805f1628bb7
docbook/wsug_src/WSUG_chapter_use.xml
gtk/compat_macros.h
gtk/menu.c
gtk/packet_list.c
gtk/packet_list.h
gtk/proto_draw.c