Listing 4: struct PortDialogInfo

struct PortDialogInfo {
   PortString   iTitle;
   sInt16       iWidth;
   sInt16       iHeight;
   LayoutNode   iLayoutInfo;
   bool         iLayoutUsed;
   };
— End of Listing —