Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_xColBar.c6662 if (!SurfCont->rcsw) { in SUMA_set_cmap_options_SO()
6679 xmRowColumnWidgetClass, SurfCont->rcsw, in SUMA_set_cmap_options_SO()
6689 xmRowColumnWidgetClass, SurfCont->rcsw, in SUMA_set_cmap_options_SO()
6852 if (!XtIsManaged(SurfCont->rcsw)) XtManageChild (SurfCont->rcsw); in SUMA_set_cmap_options_SO()
7321 if (!SurfCont->rcsw) { in SUMA_set_cmap_options_VO()
7338 xmRowColumnWidgetClass, SurfCont->rcsw, in SUMA_set_cmap_options_VO()
7348 xmRowColumnWidgetClass, SurfCont->rcsw, in SUMA_set_cmap_options_VO()
7512 if (!XtIsManaged(SurfCont->rcsw)) XtManageChild (SurfCont->rcsw); in SUMA_set_cmap_options_VO()
7949 if (!SurfCont->rcsw) { in SUMA_set_cmap_options_GLDO()
7966 xmRowColumnWidgetClass, SurfCont->rcsw, in SUMA_set_cmap_options_GLDO()
[all …]
H A DSUMA_define.h1748 Widget rcsw; /*!< rowcol for switching intensity, threshold and brightness */ member
H A DSUMA_SVmanip.c4936 SurfCont->rcsw = NULL; in SUMA_CreateSurfContStruct()