Mac OS X Reference Library Apple Developer
Search

Interface Builder Kit Data Types Reference

Data Types

IBInset

The IBInset structure stores the values by which to inset a rectangle.

typedef struct IBInsetTag {
   float left;
   float top;
   float right;
   float bottom;
} IBInset;
Discussion

This structure is used during layout to adjust a view’s frame rectangle to compensate for adornments. For example, controls use these values to ensure that layout occurs along the edge of the actual control and not along its shadow. Positive values shrink the view’s frame while negative values expand it.

Availability
Declared In
IBDefines.h



Last updated: 2007-04-02

Did this document help you? Yes It's good, but... Not helpful...