Home
last modified time | relevance | path

Searched refs:dlg_attron (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dialog/
H A Ddlg_internals.h205 #define dlg_attron(w,a) (void) wattron((w), (a)) macro
209 #define dlg_attron(w,a) (void) wattron((w), (int)(a)) macro
H A Darrows.c238 dlg_attron(win, A_REVERSE); in dlg_draw_scrollbar()