Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_xColBar.c6638 if (!SurfCont->LinkModeMenu->mw[SW_LinkMode]) { in SUMA_set_cmap_options_SO()
6656 SurfCont->LinkModeMenu); in SUMA_set_cmap_options_SO()
6657 XtManageChild (SurfCont->LinkModeMenu->mw[SW_LinkMode]); in SUMA_set_cmap_options_SO()
6988 SUMA_Set_Menu_Widget( SurfCont->LinkModeMenu, in SUMA_set_cmap_options_SO()
7297 if (!SurfCont->LinkModeMenu->mw[SW_LinkMode]) { in SUMA_set_cmap_options_VO()
7315 SurfCont->LinkModeMenu); in SUMA_set_cmap_options_VO()
7316 XtManageChild (SurfCont->LinkModeMenu->mw[SW_LinkMode]); in SUMA_set_cmap_options_VO()
7649 SUMA_Set_Menu_Widget( SurfCont->LinkModeMenu, in SUMA_set_cmap_options_VO()
7925 if (!SurfCont->LinkModeMenu->mw[SW_LinkMode]) { in SUMA_set_cmap_options_GLDO()
7943 SurfCont->LinkModeMenu); in SUMA_set_cmap_options_GLDO()
[all …]
H A DSUMA_define.h1742 SUMA_MENU_WIDGET *LinkModeMenu; /*[SW_N_LinkMode] vector of widgets member
H A DSUMA_SVmanip.c4931 SurfCont->LinkModeMenu = SUMA_Alloc_Menu_Widget(SW_N_LinkMode); in SUMA_CreateSurfContStruct()