blob: a6978f4b2f83bc293cb5196b542c381944bb05fd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Pierre-Yves Bigourdan and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Pierre-Yves Bigourdan - initial API and implementation
*******************************************************************************/
package org.eclipse.e4.ui.internal.css.swt;
public interface ISashLayout {
int getSashWidth();
void setSashWidth(int sashWidth);
}