diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-25 07:17:26 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-25 07:17:26 +0300 |
| commit | 70b255b99ad50f1a42791b9a39f2fcfcd98f00d8 (patch) | |
| tree | 643913dcb514c335513c31e865688e06e03585d2 /src/client/Split.hx | |
| parent | efcb0f892cbf185fabc2f9d546194d5b2df271b6 (diff) | |
NavBar buttons
Diffstat (limited to 'src/client/Split.hx')
| -rw-r--r-- | src/client/Split.hx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/Split.hx b/src/client/Split.hx index 5d9d249..338b96f 100644 --- a/src/client/Split.hx +++ b/src/client/Split.hx @@ -3,5 +3,8 @@ 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; } |
