Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c24943 enum {W_top, W_form, W_main_window, W_edhist, W_wf_buttons, W_f, W_w, W_left_scrollers, W_zy, W_sy, enumerator
25930 …cw[W_wf_buttons] = XtCreateManagedWidget("chn-buttons", xmRowColumnWidgetClass, cw[W_main_window],… in add_channel_window()
25938 cw[W_f] = make_togglebutton_widget("f", cw[W_wf_buttons], args, n); in add_channel_window()
25943 cw[W_w] = make_togglebutton_widget("w", cw[W_wf_buttons], args, n); in add_channel_window()
25953 cw[W_f] = XtCreateManagedWidget("up", xmArrowButtonWidgetClass, cw[W_wf_buttons], args, n); in add_channel_window()
25959 cw[W_w] = XtCreateManagedWidget("down", xmArrowButtonWidgetClass, cw[W_wf_buttons], args, n); in add_channel_window()
25967 XtSetArg(args[n], XmNbottomWidget, cw[W_wf_buttons]); n++; in add_channel_window()
26013 XtSetArg(args[n], XmNleftWidget, cw[W_wf_buttons]); n++; in add_channel_window()