2 * Copyright 2002-2006, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
7 * Axel Dörfler, axeld@pinc-software.de
13 #include "TranslatorSettings.h"
18 class STXTView
: public BView
{
20 STXTView(const BRect
&frame
, const char *name
, uint32 resizeMode
,
21 uint32 flags
, TranslatorSettings
*settings
);
25 TranslatorSettings
*fSettings
;