示例#1
0
static void
do_popup_menu (NemoBlankDesktopWindow *window, GdkEventButton *event)
{
    build_menu (window);
    eel_pop_up_context_menu (GTK_MENU(window->details->popup_menu),
                             event);
}
static void
zoom_popup_menu_show (GdkEventButton *event, NautilusZoomControl *zoom_control)
{
	eel_pop_up_context_menu (create_zoom_menu (zoom_control),
				 EEL_DEFAULT_POPUP_MENU_DISPLACEMENT,
				 EEL_DEFAULT_POPUP_MENU_DISPLACEMENT,
				 event);
}