Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/DataBrowserListViewHeaderDesc.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/DataBrowserListViewHeaderDesc.java43
1 files changed, 0 insertions, 43 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/DataBrowserListViewHeaderDesc.java b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/DataBrowserListViewHeaderDesc.java
deleted file mode 100644
index 1cd0471b11..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/DataBrowserListViewHeaderDesc.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2003-2004 IBM Corp.
- * Portions Copyright (c) 1983-2002, Apple Computer, Inc.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- **********************************************************************/
-package org.eclipse.swt.internal.carbon;
-
-
-public class DataBrowserListViewHeaderDesc {
- public int version;
- public short minimumWidth;
- public short maximumWidth;
- public short titleOffset;
- public int titleString;
- public short initialOrder;
- // ControlFontStyleRec btnFontStyle;
- public short btnFontStyle_flags;
- public short btnFontStyle_font;
- public short btnFontStyle_size;
- public short btnFontStyle_style;
- public short btnFontStyle_mode;
- public short btnFontStyle_just;
- //RGBColor btnFontStyle_foreColor;
- public short btnFontStyle_foreColor_red;
- public short btnFontStyle_foreColor_green;
- public short btnFontStyle_foreColor_blue;
- //RGBColor btnFontStyle_backColor;
- public short btnFontStyle_backColor_red;
- public short btnFontStyle_backColor_green;
- public short btnFontStyle_backColor_blue;
- //ControlButtonContentInfo btnContentInfo;
- public short btnContentInfo_contentType;
- public int btnContentInfo_iconRef;
-
- public static final int sizeof = 46;
-}

Back to the top