Home
last modified time | relevance | path

Searched refs:mouse_mkbutton (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/dialog/
HDarrows.c136 mouse_mkbutton(top, x - 1, 6, KEY_PPAGE); in dlg_draw_arrows2()
147 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2()
HDmsgbox.c107 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
HDpause.c172 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_pause()
HDprogressbox.c138 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in pause_for_ok()
HDfselect.c282 mouse_mkbutton(top, x, right, in fix_arrows()
286 mouse_mkbutton(bottom, x, right, in fix_arrows()
HDbuttons.c376 mouse_mkbutton(y, x, dlg_count_columns(buffer), n); in dlg_draw_buttons()
HDdialog.h873 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code); macro