1 11 package org.eclipse.swt.internal.win32; 12 13 public class NONCLIENTMETRICSA extends NONCLIENTMETRICS { 14 public LOGFONTA lfCaptionFont = new LOGFONTA (); 15 public LOGFONTA lfSmCaptionFont = new LOGFONTA (); 16 public LOGFONTA lfMenuFont = new LOGFONTA (); 17 public LOGFONTA lfStatusFont = new LOGFONTA (); 18 public LOGFONTA lfMessageFont = new LOGFONTA (); 19 public static final int sizeof = OS.NONCLIENTMETRICSA_sizeof (); 20 } 21 22 | Popular Tags |