diff --git a/demos/clui_demo.go b/demos/clui_demo.go index 663b4a6..2d7fff0 100644 --- a/demos/clui_demo.go +++ b/demos/clui_demo.go @@ -1,10 +1,10 @@ /* Demo includes: - - How to use Control's events (Button ones) - - How to create manual layout - - How to use Packers - How to intialize and run the application - How to stop the application + - How to use Control's events (Button ones) + - How to change theme on the fly + - How to use dialogs */ package main