Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c26666 #define CONTRAST_RIGHT_BUTTON(Sp) Sp->widgets[W_contrast_button] macro
27088 else XmToggleButtonSetState(CONTRAST_RIGHT_BUTTON(sp), (Boolean)state, true); in toggle_contrast_button()
28868 CONTRAST_RIGHT_BUTTON(sp) = make_togglebutton_widget("conoff", CONTROLS(sp), args, n); in add_sound_window()
28869 … XtAddEventHandler(CONTRAST_RIGHT_BUTTON(sp), KeyPressMask, false, graph_key_press, (XtPointer)sp); in add_sound_window()
28870 …XtAddCallback(CONTRAST_RIGHT_BUTTON(sp), XmNvalueChangedCallback, contrast_button_callback, (XtPoi… in add_sound_window()
28881 XtSetArg(args[n], XmNrightWidget, CONTRAST_RIGHT_BUTTON(sp)); n++; in add_sound_window()
28959 XtSetArg(args[n], XmNrightWidget, CONTRAST_RIGHT_BUTTON(sp)); n++; in add_sound_window()
29343 XtVaSetValues(CONTRAST_RIGHT_BUTTON(sp), XmNset, false, NULL); in snd_info_cleanup()