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
+3 -3
View File
@@ -53,8 +53,8 @@ public:
virtual void AllDetached();
virtual void FrameResized(float newWidth, float newHeight);
virtual void FrameMoved(BPoint newPosition);
virtual void TargetedByScrollView(BScrollView* scroller);
virtual void WindowActivated(bool state);
virtual void TargetedByScrollView(BScrollView* view);
virtual void WindowActivated(bool active);
virtual void MessageReceived(BMessage* message);
virtual void KeyDown(const char* bytes, int32 numBytes);
@@ -142,7 +142,7 @@ public:
virtual BHandler* ResolveSpecifier(BMessage* message,
int32 index, BMessage* specifier,
int32 form, const char* property);
int32 what, const char* property);
virtual status_t GetSupportedSuites(BMessage* data);
virtual status_t Perform(perform_code code, void* arg);