Home
last modified time | relevance | path

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

/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-window-pane.c407 int num_target_tab; in reorder_tab() local
411 num_target_tab = GPOINTER_TO_INT ( in reorder_tab()
414 NEMO_NOTEBOOK (pane->notebook), num_target_tab, offset); in reorder_tab()
446 int num_target_tab; in notebook_popup_menu_close_cb() local
452 num_target_tab = GPOINTER_TO_INT ( in notebook_popup_menu_close_cb()
455 GTK_NOTEBOOK (notebook), num_target_tab); in notebook_popup_menu_close_cb()
463 int num_target_tab) in notebook_popup_menu_show() argument
475 notebook, num_target_tab, -1); in notebook_popup_menu_show()
477 notebook, num_target_tab, 1); in notebook_popup_menu_show()
496 GINT_TO_POINTER (num_target_tab)); in notebook_popup_menu_show()