From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.core/-resize/-b-o-t-h.html | 14 +++++ .../-resize/-h-o-r-i-z-o-n-t-a-l.html | 14 +++++ .../-resize/-i-n-h-e-r-i-t.html | 14 +++++ .../-resize/-i-n-i-t-i-a-l.html | 14 +++++ api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html | 14 +++++ .../-resize/-v-e-r-t-i-c-a-l.html | 14 +++++ api/pl.treksoft.kvision.core/-resize/index.html | 61 ++++++++++++++++++++++ 7 files changed, 145 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-resize/-b-o-t-h.html create mode 100644 api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html create mode 100644 api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html create mode 100644 api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html create mode 100644 api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html create mode 100644 api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html create mode 100644 api/pl.treksoft.kvision.core/-resize/index.html (limited to 'api/pl.treksoft.kvision.core/-resize') diff --git a/api/pl.treksoft.kvision.core/-resize/-b-o-t-h.html b/api/pl.treksoft.kvision.core/-resize/-b-o-t-h.html new file mode 100644 index 00000000..024febb5 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-b-o-t-h.html @@ -0,0 +1,14 @@ + + + +Resize.BOTH - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / BOTH
+
+

BOTH

+ +BOTH + + diff --git a/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html b/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html new file mode 100644 index 00000000..b35d01d7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html @@ -0,0 +1,14 @@ + + + +Resize.HORIZONTAL - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / HORIZONTAL
+
+

HORIZONTAL

+ +HORIZONTAL + + diff --git a/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html b/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html new file mode 100644 index 00000000..0f207349 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html @@ -0,0 +1,14 @@ + + + +Resize.INHERIT - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / INHERIT
+
+

INHERIT

+ +INHERIT + + diff --git a/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html b/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html new file mode 100644 index 00000000..196ff4c2 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html @@ -0,0 +1,14 @@ + + + +Resize.INITIAL - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / INITIAL
+
+

INITIAL

+ +INITIAL + + diff --git a/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html b/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html new file mode 100644 index 00000000..21214f97 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html @@ -0,0 +1,14 @@ + + + +Resize.NONE - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / NONE
+
+

NONE

+ +NONE + + diff --git a/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html b/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html new file mode 100644 index 00000000..a949e760 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html @@ -0,0 +1,14 @@ + + + +Resize.VERTICAL - kvision + + + +kvision / pl.treksoft.kvision.core / Resize / VERTICAL
+
+

VERTICAL

+ +VERTICAL + + diff --git a/api/pl.treksoft.kvision.core/-resize/index.html b/api/pl.treksoft.kvision.core/-resize/index.html new file mode 100644 index 00000000..ff892d1a --- /dev/null +++ b/api/pl.treksoft.kvision.core/-resize/index.html @@ -0,0 +1,61 @@ + + + +Resize - kvision + + + +kvision / pl.treksoft.kvision.core / Resize
+
+

Resize

+enum class Resize +

Definitions of CSS resize options.

+

Enum Values

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

NONE

+
+
+

BOTH

+
+
+

HORIZONTAL

+
+
+

VERTICAL

+
+
+

INITIAL

+
+
+

INHERIT

+
+
+ + -- cgit