Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/dialog/
HDmouse.c61 dlg_mouse_mkbigregion(int y, int x, in dlg_mouse_mkbigregion() function
HDdialog.h329 #define mouse_mkbigregion(y,x,h,w,n,ix,iy,m) dlg_mouse_mkbigregion(y,x,h,w,n,ix,iy,m)
848 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*…
860 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ macro
HDfselect.c100 dlg_mouse_mkbigregion(getbegy(win), getbegx(win), in init_list()
652 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
HDeditbox.c406 dlg_mouse_mkbigregion(box_y + MARGIN, in dlg_editbox()
HDtreeview.c343 dlg_mouse_mkbigregion(box_y + 1, box_x, in dlg_treeview()
HDchecklist.c358 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_checklist()
HDcalendar.c359 dlg_mouse_mkbigregion(y + 1, x + MON_WIDE, height - 1, width - MON_WIDE, in init_object()
HDmenubox.c489 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_menu()
HDtextbox.c758 dlg_mouse_mkbigregion(0, 0, PAGE_LENGTH + 2, width, KEY_MAX, 1, 1, 1 /* lines */ ); in dialog_textbox()
HDformbox.c576 dlg_mouse_mkbigregion(getbegy(form) - getbegy(dialog), in dlg_form()
HDbuildlist.c628 dlg_mouse_mkbigregion(data[i].box_y + 1, in dlg_buildlist()