2 * Copyright 2011, Haiku.
3 * Distributed under the terms of the MIT License.
8 #ifndef _PRINTERS_TESTPAGEVIEW_H
9 #define _PRINTERS_TESTPAGEVIEW_H
16 class TestPageView
: public BView
{
18 TestPageView(BRect rect
, PrinterItem
* printer
);
20 void AttachedToWindow();
21 void DrawAfterChildren(BRect rect
);
24 PrinterItem
* fPrinter
;