Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx930 op_tt550_XmtBW->box(FL_DOWN_BOX); in tabs_window()
931 op_tt550_XmtBW->color(FL_WHITE); in tabs_window()
933 op_tt550_XmtBW->labeltype(FL_NORMAL_LABEL); in tabs_window()
934 op_tt550_XmtBW->labelfont(0); in tabs_window()
935 op_tt550_XmtBW->labelsize(12); in tabs_window()
936 op_tt550_XmtBW->labelcolor(FL_FOREGROUND_COLOR); in tabs_window()
938 op_tt550_XmtBW->align(Fl_Align(FL_ALIGN_BOTTOM)); in tabs_window()
939 op_tt550_XmtBW->when(FL_WHEN_RELEASE); in tabs_window()
940 op_tt550_XmtBW->index(progStatus.tt550_xmt_bw); in tabs_window()
941 op_tt550_XmtBW->readonly(); in tabs_window()
[all …]
H A Dui_touch.cxx1886 op_tt550_XmtBW->box(FL_DOWN_BOX); in touch_main_group()
1887 op_tt550_XmtBW->color(FL_WHITE); in touch_main_group()
1889 op_tt550_XmtBW->labeltype(FL_NORMAL_LABEL); in touch_main_group()
1890 op_tt550_XmtBW->labelfont(0); in touch_main_group()
1891 op_tt550_XmtBW->labelsize(12); in touch_main_group()
1892 op_tt550_XmtBW->labelcolor(FL_FOREGROUND_COLOR); in touch_main_group()
1894 op_tt550_XmtBW->align(Fl_Align(FL_ALIGN_LEFT)); in touch_main_group()
1895 op_tt550_XmtBW->when(FL_WHEN_RELEASE); in touch_main_group()
1896 op_tt550_XmtBW->index(progStatus.tt550_xmt_bw); in touch_main_group()
1897 op_tt550_XmtBW->readonly(); in touch_main_group()
[all …]
H A Drigpanel.cxx335 Fl_ComboBox *op_tt550_XmtBW = (Fl_ComboBox *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h352 extern Fl_ComboBox *op_tt550_XmtBW;
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx4128 op_tt550_XmtBW->clear(); in initTabs()
4130 op_tt550_XmtBW->add(TT550_xmt_widths[i]); in initTabs()
4132 op_tt550_XmtBW->activate(); in initTabs()
4133 op_tt550_XmtBW->index(progStatus.tt550_xmt_bw); in initTabs()