Searched refs:dlg_mouse_mkregion (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mouse.c | 68 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code)); in dlg_mouse_mkbigregion() 85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion() function
|
H A D | dialog.h | 347 #define mouse_mkregion(y,x,h,w,n) dlg_mouse_mkregion(y,x,h,w,n) 936 extern mseRegion * dlg_mouse_mkregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*c… 949 #define dlg_mouse_mkregion(y, x, height, width, code) /*nothing*/ macro 963 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code);
|
H A D | inputbox.c | 150 dlg_mouse_mkregion(y + 1, box_x - 1, 3, box_width + 2, 'i'); in dialog_inputbox()
|
H A D | rangebox.c | 285 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i'); in dialog_rangebox()
|
H A D | timebox.c | 115 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
|
H A D | calendar.c | 526 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 160 dlg_mouse_mkregion
|
H A D | dialog.map | 102 dlg_mouse_mkregion;
|