Style fixes to IK, focus on docs

This commit is contained in:
John Scipione
2014-06-13 17:27:01 -04:00
parent 4a2260f21a
commit 1f424632be
34 changed files with 1141 additions and 1117 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ public:
BRegion& operator=(const BRegion& other);
bool operator==(const BRegion& other) const;
void Set(BRect newBounds);
void Set(clipping_rect newBounds);
void Set(BRect rect);
void Set(clipping_rect clipping);
BRect Frame() const;
clipping_rect FrameInt() const;