Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_wide.cxx280 opDSP_lo->tooltip(_("Lo Cut Freq")); in wide_main_group()
281 opDSP_lo->box(FL_FLAT_BOX); in wide_main_group()
282 opDSP_lo->color(FL_BACKGROUND2_COLOR); in wide_main_group()
284 opDSP_lo->labeltype(FL_NORMAL_LABEL); in wide_main_group()
285 opDSP_lo->labelfont(0); in wide_main_group()
286 opDSP_lo->labelsize(12); in wide_main_group()
287 opDSP_lo->labelcolor(FL_FOREGROUND_COLOR); in wide_main_group()
290 opDSP_lo->when(FL_WHEN_RELEASE); in wide_main_group()
291 opDSP_lo->hide(); in wide_main_group()
292 opDSP_lo->readonly(); in wide_main_group()
[all …]
H A Dui_small.cxx415 opDSP_lo->tooltip(_("Lo Cut Freq")); in small_main_group()
416 opDSP_lo->box(FL_FLAT_BOX); in small_main_group()
417 opDSP_lo->color(FL_BACKGROUND2_COLOR); in small_main_group()
419 opDSP_lo->labeltype(FL_NORMAL_LABEL); in small_main_group()
420 opDSP_lo->labelfont(0); in small_main_group()
421 opDSP_lo->labelsize(12); in small_main_group()
422 opDSP_lo->labelcolor(FL_FOREGROUND_COLOR); in small_main_group()
425 opDSP_lo->when(FL_WHEN_RELEASE); in small_main_group()
426 opDSP_lo->readonly(); in small_main_group()
427 opDSP_lo->hide(); in small_main_group()
[all …]
H A Dui_touch.cxx306 opDSP_lo->tooltip(_("Lo Cut Freq")); in touch_main_group()
307 opDSP_lo->box(FL_FLAT_BOX); in touch_main_group()
310 opDSP_lo->labeltype(FL_NORMAL_LABEL); in touch_main_group()
311 opDSP_lo->labelfont(0); in touch_main_group()
312 opDSP_lo->labelsize(12); in touch_main_group()
313 opDSP_lo->textfont(0); in touch_main_group()
314 opDSP_lo->textsize(14);; in touch_main_group()
318 opDSP_lo->when(FL_WHEN_RELEASE); in touch_main_group()
319 opDSP_lo->readonly(); in touch_main_group()
320 opDSP_lo->hide(); in touch_main_group()
[all …]
H A Drigpanel.cxx242 Fl_ComboBox *opDSP_lo = (Fl_ComboBox *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx425 opDSP_lo->show(); in setBWControl()
429 opDSP_lo->hide(); in setBWControl()
438 opDSP_lo->hide(); in setBWControl()
448 opDSP_lo->hide(); in setBWControl()
1614 opDSP_lo->hide(); in selectDSP()
1618 opDSP_lo->show(); in selectDSP()
1700 opBW->resize(opDSP_lo->x(), opDSP_lo->y(), opDSP_lo->w(), opDSP_lo->h()); in updateBandwidthControl()
1716 opDSP_lo->hide(); in updateBandwidthControl()
4762 opDSP_lo->hide(); in init_dsp_controls()
4765 opBW->resize(opDSP_lo->x(), opDSP_lo->y(), opDSP_lo->w(), opDSP_lo->h()); in init_dsp_controls()
[all …]
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h107 extern Fl_ComboBox *opDSP_lo;