WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=73d24bdf1948be49bfd255c3b528e81a58ec37ea
commit 73d24bdf1948be49bfd255c3b528e81a58ec37ea Author: Xavi Artigas <[email protected]> Date: Wed Sep 19 02:30:59 2018 -0700 Wiki page sizing.md changed with summary [Added BETA Warning] by Xavi Artigas --- pages/develop/guides/csharp/ui/sizing.md.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/develop/guides/csharp/ui/sizing.md.txt b/pages/develop/guides/csharp/ui/sizing.md.txt index dae344bf9..ab5866fc2 100644 --- a/pages/develop/guides/csharp/ui/sizing.md.txt +++ b/pages/develop/guides/csharp/ui/sizing.md.txt @@ -10,6 +10,10 @@ A better approach is to set **minimum** and **maximum** values for the size of t You can find an usage example in the [EFL examples repository](https://git.enlightenment.org/tools/examples.git/) in [`reference/csharp/ui/src/ui_sizing.cs`](https://git.enlightenment.org/tools/examples.git/tree/reference/csharp/ui/src/ui_sizing.cs). +| | WARNING | | +| --- | ------- | --- | +|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | + ## Prerequisites ## * Read the [Graphical Hello world Tutorial in C#](/develop/tutorials/csharp/hello-world-gui-cs.md) to learn how to build a simple EFL application with a Graphical User Interface. --
