Home
last modified time | relevance | path

Searched refs:dnd_menu (Results 1 – 1 of 1) sorted by relevance

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Ddnd.c127 static GtkWidget *dnd_menu = NULL; variable
1083 if (!dnd_menu) in prompt_action()
1090 dnd_menu = gtk_item_factory_get_widget(item_factory, "<dnd>"); in prompt_action()
1094 menu_set_items_shaded(dnd_menu, g_list_length(paths) != 1, 4, 1); in prompt_action()
1097 show_popup_menu(dnd_menu, event, 1); in prompt_action()