Listing 3: struct LayoutControl

struct LayoutControl {
  LayoutControlType iType;
  sInt16            iCommandID;
  portString        iTitle;
  platformRect      iRect;
  bool              iFixedWidth;
  bool              iFixedHeight;
  PortString        iTextValue;
  0};
— End of Listing —