Lines Matching defs:o

31 static void cb_inp_fd_tcpip_addr(Fl_Input2* o, void*) {  in cb_inp_fd_tcpip_addr()
38 static void cb_inp_fd_tcpip_port(Fl_Input2* o, void*) { in cb_inp_fd_tcpip_port()
45 static void cb_inp_fd_op_call(Fl_Input2* o, void*) { in cb_inp_fd_op_call()
52 static void cb_btn_fd_connect(Fl_Check_Button* o, void*) { in cb_btn_fd_connect()
68 …{ Fl_Double_Window* o = new Fl_Double_Window(670, 270, _("Field Day Viewer - use with program \'fd… in make_fd_view() local
71 { Fl_Output* o = view_FD_call = new Fl_Output(59, 6, 77, 24, _("FD Call")); in make_fd_view() local
74 { Fl_Output* o = view_FD_class = new Fl_Output(219, 5, 38, 24, _("FD Class")); in make_fd_view() local
77 { Fl_Output* o = view_FD_section = new Fl_Output(341, 5, 38, 24, _("FD Section")); in make_fd_view() local
80 { Fl_Output* o = view_FD_mult = new Fl_Output(462, 5, 38, 24, _("FD Mult")); in make_fd_view() local
439 { Fl_Box* o = new Fl_Box(60, 33, 40, 17, _("160")); in make_fd_view() local
442 { Fl_Box* o = new Fl_Box(111, 33, 40, 17, _("80")); in make_fd_view() local
445 { Fl_Box* o = new Fl_Box(161, 33, 40, 17, _("40")); in make_fd_view() local
448 { Fl_Box* o = new Fl_Box(212, 33, 40, 17, _("20")); in make_fd_view() local
451 { Fl_Box* o = new Fl_Box(263, 33, 40, 17, _("17")); in make_fd_view() local
454 { Fl_Box* o = new Fl_Box(314, 33, 40, 17, _("15")); in make_fd_view() local
457 { Fl_Box* o = new Fl_Box(365, 33, 40, 17, _("12")); in make_fd_view() local
460 { Fl_Box* o = new Fl_Box(416, 33, 40, 17, _("10")); in make_fd_view() local
463 { Fl_Box* o = new Fl_Box(467, 33, 40, 17, _("6")); in make_fd_view() local
466 { Fl_Box* o = new Fl_Box(518, 33, 40, 17, _("2")); in make_fd_view() local
469 { Fl_Box* o = new Fl_Box(569, 33, 40, 17, _("220")); in make_fd_view() local
472 { Fl_Box* o = new Fl_Box(620, 33, 40, 17, _("440")); in make_fd_view() local
475 { Fl_Group* o = new Fl_Group(5, 212, 660, 55, _("\"fdserver\" Client")); in make_fd_view() local
478 { Fl_Input2* o = inp_fd_tcpip_addr = new Fl_Input2(85, 234, 150, 24, _("tcpip addr")); in make_fd_view() local
492 { Fl_Input2* o = inp_fd_tcpip_port = new Fl_Input2(273, 234, 75, 24, _("port")); in make_fd_view() local
506 { Fl_Input2* o = inp_fd_op_call = new Fl_Input2(402, 234, 90, 24, _("OP call")); in make_fd_view() local
520 { Fl_Check_Button* o = btn_fd_connect = new Fl_Check_Button(502, 236, 70, 20, _("Connect")); in make_fd_view() local