From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-pos-float/-i-n-h-e-r-i-t.html | 14 ++++++ .../-pos-float/-i-n-i-t-i-a-l.html | 14 ++++++ .../-pos-float/-l-e-f-t.html | 14 ++++++ .../-pos-float/-n-o-n-e.html | 14 ++++++ .../-pos-float/-r-i-g-h-t.html | 14 ++++++ .../pl.treksoft.kvision.core/-pos-float/index.html | 54 ++++++++++++++++++++++ 6 files changed, 124 insertions(+) create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-h-e-r-i-t.html create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-i-t-i-a-l.html create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/-l-e-f-t.html create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/-n-o-n-e.html create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/-r-i-g-h-t.html create mode 100644 api/kvision/pl.treksoft.kvision.core/-pos-float/index.html (limited to 'api/kvision/pl.treksoft.kvision.core/-pos-float') diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-h-e-r-i-t.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-h-e-r-i-t.html new file mode 100644 index 00000000..9ca4936b --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-h-e-r-i-t.html @@ -0,0 +1,14 @@ + + + +PosFloat.INHERIT - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat / INHERIT
+
+

INHERIT

+ +INHERIT + + diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-i-t-i-a-l.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-i-t-i-a-l.html new file mode 100644 index 00000000..8def82bf --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/-i-n-i-t-i-a-l.html @@ -0,0 +1,14 @@ + + + +PosFloat.INITIAL - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat / INITIAL
+
+

INITIAL

+ +INITIAL + + diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/-l-e-f-t.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/-l-e-f-t.html new file mode 100644 index 00000000..04b07ce5 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/-l-e-f-t.html @@ -0,0 +1,14 @@ + + + +PosFloat.LEFT - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat / LEFT
+
+

LEFT

+ +LEFT + + diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/-n-o-n-e.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/-n-o-n-e.html new file mode 100644 index 00000000..530141d1 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/-n-o-n-e.html @@ -0,0 +1,14 @@ + + + +PosFloat.NONE - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat / NONE
+
+

NONE

+ +NONE + + diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/-r-i-g-h-t.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/-r-i-g-h-t.html new file mode 100644 index 00000000..9ac55ef8 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/-r-i-g-h-t.html @@ -0,0 +1,14 @@ + + + +PosFloat.RIGHT - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat / RIGHT
+
+

RIGHT

+ +RIGHT + + diff --git a/api/kvision/pl.treksoft.kvision.core/-pos-float/index.html b/api/kvision/pl.treksoft.kvision.core/-pos-float/index.html new file mode 100644 index 00000000..d512a667 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.core/-pos-float/index.html @@ -0,0 +1,54 @@ + + + +PosFloat - kvision + + + +kvision / pl.treksoft.kvision.core / PosFloat
+
+

PosFloat

+enum class PosFloat +

Definitions of CSS float options.

+

Enum Values

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

NONE

+
+
+

LEFT

+
+
+

RIGHT

+
+
+

INITIAL

+
+
+

INHERIT

+
+
+ + -- cgit