aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Split.hx
blob: 338b96fa18dec79fb75f097179470050f877ee2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package client;

@:native("Split")
extern class Split {
	function new(divs:Array<String>, opts:Dynamic):Void;
	function getSizes():Array<Int>;
	function setSizes(sizes:Array<Int>):Void;
	function collapse(index:Int):Void;
	function destroy(?preserveStyles:Bool = false, ?preserveGutters:Bool = false):Void;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage