1 13 package org.eclipse.swt.internal.carbon; 14 15 16 public class HMHelpContentRec { 17 public int version; 18 public short absHotRect_top; 20 public short absHotRect_left; 21 public short absHotRect_bottom; 22 public short absHotRect_right; 23 public short tagSide; 24 public int content0_contentType; 26 public int content0_tagCFString; 27 public int content1_contentType; 28 public int content1_tagCFString; 29 public static final int sizeof = 534; 30 } 31 | Popular Tags |