Class
HSWidgetFrameObject
An object wrapper for widget frame structure.
Declaration
@interface HSWidgetFrameObject : NSObject <NSCopying>
Topics
Creating A Frame Object
-
+ objectWithWidgetFrame:
Creates and returns a frame object with the specified frame structure.
Initializing A Frame Object
-
- initWithWidgetFrame:
Initializes a newly allocated frame object with the specified frame structure.
Properties
Comparison
-
- isEqualToWidgetFrameObject:
Returns whether two frame objects are equal in size and position.
Related Links
Structure
-
HSWidgetFrame
A structure that contains location and dimensions of widget in grid positions.