Home | History | Annotate | Download | only in assetstudio

Lines Matching refs:TOGGLE

212         mImageRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE);
217 mClipartRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE);
221 mTextRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE);
317 mCropRadio = new Button(mScalingComposite, SWT.FLAT | SWT.TOGGLE);
322 mCenterRadio = new Button(mScalingComposite, SWT.FLAT | SWT.TOGGLE);
337 mNoShapeRadio = new Button(mShapeComposite, SWT.FLAT | SWT.TOGGLE);
341 mSquareRadio = new Button(mShapeComposite, SWT.FLAT | SWT.TOGGLE);
346 mCircleButton = new Button(mShapeComposite, SWT.FLAT | SWT.TOGGLE);
361 mHoloLightRadio = new Button(mThemeComposite, SWT.FLAT | SWT.TOGGLE);
366 mHoloDarkRadio = new Button(mThemeComposite, SWT.FLAT | SWT.TOGGLE);
703 mCropRadio.setSelection(true); // Ensure that you can't toggle it off