aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.h
AgeCommit message (Collapse)AuthorFilesLines
2000-08-21Make work better the (hexdump) popup menus.Laurent Deniel1-2/+2
- 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. svn path=/trunk/; revision=2318
2000-04-06Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris1-2/+2
an "extern" in "gtk/menu.h", to avoid complaints from the linker on some platforms. svn path=/trunk/; revision=1810
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-1/+4
tree panes, menus popped up by the right mouse button. svn path=/trunk/; revision=1504
2000-01-03Make "menus_init()", set_menu_sensitivity()", and "grp" static toGuy Harris1-8/+1
"gtk/menu.c", as they're not used outside it. Move the definition of "GTK_MENU_FUNC()" from "gtk/menu.h" to "gtk/menu.c", as it's not used outside of "gtk/menu.c". Get rid of the declaration of "menus_create()" in "gtk/menu.h", as that routine doesn't exist. svn path=/trunk/; revision=1411
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris1-4/+4
of routines to enable and disable various sets of menu items; call only those routines, not routines to enable or disable particular menu items, from files in the top-level directory, as other UIs may not refer to menu items with path strings of the sort used in GTK+, and as this buries knowledge of the menu items available in "gtk/menu.c" rather than requiring stuff outside of "gtk/menu.c" to know what menu items exist. svn path=/trunk/; revision=1410
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+47
preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623