2 * Copyright (c) 2007, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * Ćukasz 'Sil2100' Zemczak <sil2100@vexillium.org>
8 #ifndef PACKAGETEXTVIEWER_H
9 #define PACKAGETEXTVIEWER_H
14 #include "BlockingWindow.h"
16 class PackageTextViewer
: public BlockingWindow
{
18 PackageTextViewer(const char* text
,
19 bool disclaimer
= false);
21 virtual void MessageReceived(BMessage
* message
);
24 void _InitView(const char *text
, bool disclaimer
);