mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Апдейт
This commit is contained in:
parent
d282ef88ab
commit
42ad805175
@ -957,7 +957,7 @@ mainContainer:startEventHandling()
|
||||
|
||||

|
||||
|
||||
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 |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user