aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Split.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-25 07:17:26 +0300
committerRblSb <msrblsb@gmail.com>2020-02-25 07:17:26 +0300
commit70b255b99ad50f1a42791b9a39f2fcfcd98f00d8 (patch)
tree643913dcb514c335513c31e865688e06e03585d2 /src/client/Split.hx
parentefcb0f892cbf185fabc2f9d546194d5b2df271b6 (diff)
NavBar buttons
Diffstat (limited to 'src/client/Split.hx')
-rw-r--r--src/client/Split.hx3
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;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage