Searched refs:ErrorPanel (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/mail/
H A DErrorLogWindow.cpp22 class ErrorPanel : public BView { class in inherits:BView
24 ErrorPanel(BRect rect) : BView(rect,"ErrorScrollPanel",B_FOLLOW_ALL_SIDES,B_DRAW_ON_CHILDREN | B_FRAME_EVENTS), alerts_displayed(0), add_next_at(0) {} function in class:ErrorPanel
59 view = new ErrorPanel(rect);
69 ErrorPanel *panel = (ErrorPanel *)view;
115 ErrorPanel *panel = (ErrorPanel *)(view);
127 ErrorPanel *panel = (ErrorPanel *)view;

Completed in 31 milliseconds