From 42ad805175f3e45eaeabb4e75d25cabdfcaeedb8 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 22 Sep 2017 19:58:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=BF=D0=B4=D0=B5=D0=B9=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/GUI.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/GUI.md b/Documentation/GUI.md index d75958ba..6f79af00 100644 --- a/Documentation/GUI.md +++ b/Documentation/GUI.md @@ -957,7 +957,7 @@ mainContainer:startEventHandling() ![](http://i89.fastpic.ru/big/2017/0402/f1/ef1da27531ccf899eb9eb59c010180f1.png) -GUI.**treeView**( x, y, width, height, backgroundColor, textColor, selectionBackgroundColor, selectionTextColor, arrowColor, scrollBarPrimaryColor, scrollBarSecondaryColor, workPath ): *table* treeView +GUI.**treeView**( x, y, width, height, backgroundColor, directoryColor, fileColor, arrowColor, backgroundSelectionColor, textSelectedColor, arrowSelectionColor, wrongExtensionColor, scrollBarBackground, scrollBarForeground, workPath, showMode, selectionMode ): *table* treeView ------------------------------------------------------------------------ | Тип | Аргумент | Описание | | ------ | ------ | ------ | @@ -966,10 +966,13 @@ GUI.**treeView**( x, y, width, height, backgroundColor, textColor, selectionBack | *int* | width | Ширина объекта | | *int* | height | Высота объекта | | *int* or *nil* | backgroundColor | Цвет фона TreeView | -| *int* | textColor | Цвет текста TreeView | -| *int* | selectionBackgroundColor | Цвет выделения фона TreeView | -| *int* | selectionTextColor | Цвет выделения текста TreeView | +| *int* | directoryColor | Цвет директорий TreeView | +| *int* | fileColor | Цвет файлов TreeView | | *int* | arrowColor | Цвет стрелки директорий TreeView | +| *int* | backgroundSelectionColor | Цвет выделения фона TreeView | +| *int* | textSelectionColor | Цвет выделения текста TreeView | +| *int* | arrowSelectionColor | Цвет выделения стрелки TreeView | +| *int* | wrongExtensionColor | Цвет файла с неподдерживаемым расширением TreeView | | *int* | scrollBarPrimaryColor | Первичный цвет скроллбара TreeView | | *int* | scrollBarSecondaryColor | Вторичный цвет скроллбара TreeView | | *string* | workPath | Стартовая директория TreeView |