Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Darrows.c137 mouse_mkbutton(top, x - 1, 6, KEY_PPAGE); in dlg_draw_arrows2()
148 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2()
H A Dmsgbox.c110 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_msgbox()
H A Dpause.c179 mouse_mkbutton(height - 2, width / 2 - 4, 6, '\n'); in dialog_pause()
H A Dfselect.c255 mouse_mkbutton(top, x, right, in fix_arrows()
259 mouse_mkbutton(bottom, x, right, in fix_arrows()
H A Dbuttons.c389 mouse_mkbutton(y, x, dlg_count_columns(buffer), n); in dlg_draw_buttons()
H A Ddialog.h814 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code); macro