From e597623fc8db27fb0248ff8d50efdb956f63e323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 26 Aug 2009 18:58:11 +0000 Subject: [PATCH] Small cleanups. +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32726 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/RadioButton.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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