From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-grid-justify/-c-e-n-t-e-r.html | 14 +++++++ .../-grid-justify/-e-n-d.html | 14 +++++++ .../-grid-justify/-s-t-a-r-t.html | 14 +++++++ .../-grid-justify/-s-t-r-e-t-c-h.html | 14 +++++++ .../-grid-justify/index.html | 47 ++++++++++++++++++++++ 5 files changed, 103 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-justify/index.html (limited to 'docs/api/pl.treksoft.kvision.panel/-grid-justify') diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html new file mode 100644 index 00000000..d465c994 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-c-e-n-t-e-r.html @@ -0,0 +1,14 @@ + + + +GridJustify.CENTER - kvision + + + +kvision / pl.treksoft.kvision.panel / GridJustify / CENTER
+
+

CENTER

+ +CENTER + + diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html new file mode 100644 index 00000000..5396b32d --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-e-n-d.html @@ -0,0 +1,14 @@ + + + +GridJustify.END - kvision + + + +kvision / pl.treksoft.kvision.panel / GridJustify / END
+
+

END

+ +END + + diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html new file mode 100644 index 00000000..d1b879fb --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-a-r-t.html @@ -0,0 +1,14 @@ + + + +GridJustify.START - kvision + + + +kvision / pl.treksoft.kvision.panel / GridJustify / START
+
+

START

+ +START + + diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html new file mode 100644 index 00000000..c2aa3bb8 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-grid-justify/-s-t-r-e-t-c-h.html @@ -0,0 +1,14 @@ + + + +GridJustify.STRETCH - kvision + + + +kvision / pl.treksoft.kvision.panel / GridJustify / STRETCH
+
+

STRETCH

+ +STRETCH + + diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-justify/index.html b/docs/api/pl.treksoft.kvision.panel/-grid-justify/index.html new file mode 100644 index 00000000..d40dcfba --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-grid-justify/index.html @@ -0,0 +1,47 @@ + + + +GridJustify - kvision + + + +kvision / pl.treksoft.kvision.panel / GridJustify
+
+

GridJustify

+enum class GridJustify +

CSS grid justification options.

+

Enum Values

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

START

+
+
+

END

+
+
+

CENTER

+
+
+

STRETCH

+
+
+ + -- cgit