aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Split.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-22 06:35:57 +0300
committerRblSb <msrblsb@gmail.com>2020-02-22 06:35:57 +0300
commit08d068181045f91f0aa160f9b088a18048b948ec (patch)
treea995230c279a5a1fd849dc5202301d15474bca61 /src/client/Split.hx
parent4e0859a0f902e84cfafb38103e0be9f5b81d7abe (diff)
More client buttons
Diffstat (limited to 'src/client/Split.hx')
-rw-r--r--src/client/Split.hx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/Split.hx b/src/client/Split.hx
new file mode 100644
index 0000000..5d9d249
--- /dev/null
+++ b/src/client/Split.hx
@@ -0,0 +1,7 @@
+package client;
+
+@:native("Split")
+extern class Split {
+ function new(divs:Array<String>, opts:Dynamic):Void;
+ function setSizes(sizes:Array<Int>):Void;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage