Searched refs:dlg_mouse_mkregion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dmouse.c67 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code));
84 dlg_mouse_mkregion(int y, int x, int height, int width, int code) function
90 assert_ptr(butPtr, "dlg_mouse_mkregion");
H A Ddialog.h330 #define mouse_mkregion(y,x,h,w,n) dlg_mouse_mkregion(y,x,h,w,n)
846 extern mseRegion * dlg_mouse_mkregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*/);
859 #define dlg_mouse_mkregion(y, x, height, width, code) /*nothing*/ macro
873 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code);
H A Dinputbox.c135 dlg_mouse_mkregion(y + 1, box_x - 1, 3, box_width + 2, 'i');
H A Drangebox.c290 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i');
H A Dtimebox.c116 dlg_mouse_mkregion(y, x, height, width, code);
H A Dcalendar.c362 dlg_mouse_mkregion(y, x, height, width, code);

Completed in 84 milliseconds