2 * Copyright 2002-2006, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
8 #ifndef DATA_TRANSLATIONS_SETTINGS_H
9 #define DATA_TRANSLATIONS_SETTINGS_H
15 class DataTranslationsSettings
{
17 DataTranslationsSettings();
18 ~DataTranslationsSettings();
20 BPoint
WindowCorner() const { return fCorner
; }
21 void SetWindowCorner(BPoint corner
);
23 static DataTranslationsSettings
* Instance();
30 #endif // DATA_TRANSLATIONS_SETTINGS_H