mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Multi-cfg
This commit is contained in:
parent
49b6254c36
commit
fb951de0fa
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue