improved look and applied style guide, fixed redrawing in BWindows with synchronous controls, it wouldn't have mattered if Haiku didn't have anti-aliasing, override B_RETURN on keydown to disallow turning the control off

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14715 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-11-05 16:46:36 +00:00
parent e1ab68c612
commit 5ac57aebfb
2 changed files with 236 additions and 229 deletions
+2
View File
@@ -100,6 +100,8 @@ virtual void _ReservedRadioButton2();
BRadioButton &operator=(const BRadioButton &);
BRect _KnobFrame() const;
// for use in "synchronous" BWindows
void _Redraw();
static BBitmap *sBitmaps[2][3];