1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Multi-cfg

This commit is contained in:
Oleg Krasilnikov 2008-02-13 16:01:54 +00:00
parent 49b6254c36
commit fb951de0fa

View file

@ -103,6 +103,9 @@ public abstract class AbstractCPropertyTab implements ICPropertyTab {
public static final int TRI_YES = 1;
public static final int TRI_NO = 0;
protected static final String ENUM = "enum"; //$NON-NLS-1$
protected static final String SSET = "set"; //$NON-NLS-1$
private CLabel background;
protected Composite usercomp; // space where user can create widgets
protected Composite buttoncomp; // space for buttons on the right