Searched refs:obj_but_cancel (Results 1 – 1 of 1) sorted by relevance
43 SGOBJ obj_but_cancel = { SGBUTTON, SG_SELECTABLE|SG_EXIT, 0, (DLG_WIDTH-8-8)*2/3+8,5, 8,1, "Cancel"… variable119 dlg_width += obj_but_cancel.w + 2; in DlgAlert()132 obj_but_cancel.y = lines+2; in DlgAlert()134 int butwidth = obj_but_ok.w + obj_but_cancel.w; in DlgAlert()137 obj_but_cancel.x = space * 2/3 + obj_but_ok.w; in DlgAlert()147 alertdlg[idx++] = obj_but_cancel; in DlgAlert()