2 * Copyright 2006, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
15 StringView(const char* label
,
18 void SetEnabled(bool enabled
);
20 void SetLabel(const char* label
);
21 const char* Label() const;
22 void SetText(const char* text
);
23 const char* Text() const;
25 BLayoutItem
* GetLabelLayoutItem();
27 BLayoutItem
* GetTextLayoutItem();
36 BLayoutItem
* fLabelItem
;
38 BLayoutItem
* fTextItem
;
42 #endif // STRING_VIEW_H