Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk menu.c menu.h main.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Mon, 21 Aug 2000 07:33:31 -0500 (CDT)
deniel      2000/08/21 07:33:27 CDT

  Modified files:
    gtk                  menu.c menu.h main.c 
  Log:
  Make work better the (hexdump) popup menus.
  
  - have popup_menu_handler return TRUE or FALSE according
    to the fact that the event is really processed or not.
  - use gtk_signal_connect instead of gtk_signal_connect_object
    to have the widget that emitted the signal _and_ the popup
    menu widget.
  - call gtk_signal_emit_stop_by_name to abort the propagation
    if the signal was processed.
  
  Revision  Changes    Path
  1.41      +9 -6      ethereal/gtk/menu.c
  1.6       +2 -2      ethereal/gtk/menu.h
  1.144     +10 -9     ethereal/gtk/main.c