From: Jean-Philippe Bruyère Date: Sat, 30 Oct 2021 20:29:09 +0000 (+0200) Subject: update readme X-Git-Tag: v0.9.8-beta~8 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=602d5d4686cfd5c50d65fd18105cb6096d51c0bd;p=jp%2Fcrow.git update readme --- diff --git a/README.md b/README.md index ec6c0ebf..a9ec9502 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The `ShowCase`sample will allow you to quickly test IML with live result. ### Requirements - [GLFW3](https://www.glfw.org/) for platform dependant integration. -- [Cairo Graphic Library](https://cairographics.org/) >= 1.20, for 2d graphic rendering. +- [Cairo Graphic Library](https://cairographics.org/) for 2d graphic rendering. - [rsvg library](https://developer.gnome.org/rsvg/) for svg rendering ### Documentation diff --git a/Samples/ShowCase/ShowCase.cs b/Samples/ShowCase/ShowCase.cs index 9d257160..06fca837 100644 --- a/Samples/ShowCase/ShowCase.cs +++ b/Samples/ShowCase/ShowCase.cs @@ -60,6 +60,31 @@ namespace ShowCase NotifyValueChanged ("IsDirty", IsDirty); } } + public bool EncloseInTemplatedControl { + get => Configuration.Global.Get ("EncloseInTemplatedControl", false); + set { + if (EncloseInTemplatedControl == value) + return; + Configuration.Global.Set ("EncloseInTemplatedControl", value); + NotifyValueChanged (value); + if (!reloadChrono.IsRunning) + reloadChrono.Restart (); + } + } + public string TemplateContainerSource { + get => Configuration.Global.Get ("TemplateContainerSource", "