Lines Matching defs:new
18 * I recommend that you use the new mailfull and mailempty bitmaps instead of
192 static void Initialize (request, new)
193 Widget request, new;
195 MailboxWidget w = (MailboxWidget) new;
235 * pretend there is new mail; put widget in flagup state
275 * look to see if there is new mail; if so, Set, else Unset
538 MailboxWidget new = (MailboxWidget) gnew;
541 if (current->mailbox.update != new->mailbox.update) {
544 new->mailbox.interval_id = XtAddTimeOut (new->mailbox.update * 1000,
549 if (current->mailbox.foreground_pixel != new->mailbox.foreground_pixel ||
550 current->core.background_pixel != new->core.background_pixel) {
552 new->mailbox.gc = get_mailbox_gc (new);