Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/support/
H A Ddialogs.cxx1158 tabs550->show(); in show_controls()
1161 tabs550->hide(); in show_controls()
1164 tabs550->redraw(); in show_controls()
1172 tabs550->show(); in show_controls()
1174 tabs550->hide(); in show_controls()
H A Dsupport.cxx3936 tabs550->show(); in adjust_wide_ui()
3939 tabs550->hide(); in adjust_wide_ui()
4032 tabs550->show(); in adjust_touch_ui()
4035 tabs550->hide(); in adjust_touch_ui()
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx662 tabs550 = new Fl_Tabs(0, 0, small_mainW, gph); in tabs_window()
663 tabs550->selection_color(FL_LIGHT1); in tabs_window()
664 tabs550->hide(); in tabs_window()
1055 tabs550->end(); in tabs_window()
H A Dui_touch.cxx1631 tabs550 = new Fl_Tabs(xpos, ypos, W, H-ypos); in touch_main_group()
1632 tabs550->selection_color(FL_LIGHT1); in touch_main_group()
1633 tabs550->hide(); in touch_main_group()
2024 tabs550->end(); in touch_main_group()
H A Drigpanel.cxx307 Fl_Tabs *tabs550=(Fl_Tabs *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h324 extern Fl_Tabs *tabs550;