From fe96a3dc87d4ce9fdd7f4dd66e112c40820c54d0 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 11 Jun 2014 13:39:30 +0400 Subject: [PATCH] update readme with Grid info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74379964..094cabf1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Currently implemented widgets: * TabControl - tabs widget, allows to select one of tabs * TabHost - container for pages controlled by TabControl * TabWidget - combination of TabControl and TabHost +* GridWidgetBase - abstract Grid widget +* StringGrid - grid view with strings content Layouts -------