diff --git a/headers/os/interface/RadioButton.h b/headers/os/interface/RadioButton.h index e3a7fcf318..bcde607d0e 100644 --- a/headers/os/interface/RadioButton.h +++ b/headers/os/interface/RadioButton.h @@ -1,14 +1,16 @@ /* - * Copyright (c) 2001-2008, Haiku Inc. All rights reserved. - * Distributed under the terms of the MIT/X11 license. + * Copyright 2001-2008, Haiku, Inc. All rights reserved. + * Distributed under the terms of the MIT License. */ #ifndef _RADIO_BUTTON_H #define _RADIO_BUTTON_H + #include #include #include + class BRadioButton : public BControl { public: BRadioButton(BRect frame, const char* name, @@ -34,7 +36,8 @@ public: virtual void AttachedToWindow(); virtual void KeyDown(const char* bytes, int32 numBytes); virtual void SetValue(int32 value); - virtual void GetPreferredSize(float* _width, float* _height); + virtual void GetPreferredSize(float* _width, + float* _height); virtual void ResizeToPreferred(); virtual status_t Invoke(BMessage* message = NULL); @@ -70,7 +73,8 @@ private: BRadioButton& operator=(const BRadioButton& other); BRect _KnobFrame() const; - BRect _KnobFrame(const font_height& fontHeight) const; + BRect _KnobFrame( + const font_height& fontHeight) const; void _Redraw(); // for use in "synchronous" BWindows