mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add theme item descriptions to the online documentation
This commit is contained in:
@@ -123,34 +123,34 @@
|
||||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="back_folder" type="Texture2D">
|
||||
<theme_item name="back_folder" data_type="icon" type="Texture2D">
|
||||
Custom icon for the back arrow.
|
||||
</theme_item>
|
||||
<theme_item name="file" type="Texture2D">
|
||||
<theme_item name="file" data_type="icon" type="Texture2D">
|
||||
Custom icon for files.
|
||||
</theme_item>
|
||||
<theme_item name="file_icon_modulate" type="Color" default="Color(1, 1, 1, 1)">
|
||||
<theme_item name="file_icon_modulate" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
The color modulation applied to the file icon.
|
||||
</theme_item>
|
||||
<theme_item name="files_disabled" type="Color" default="Color(0, 0, 0, 0.7)">
|
||||
<theme_item name="files_disabled" data_type="color" type="Color" default="Color(0, 0, 0, 0.7)">
|
||||
The color tint for disabled files (when the [FileDialog] is used in open folder mode).
|
||||
</theme_item>
|
||||
<theme_item name="folder" type="Texture2D">
|
||||
<theme_item name="folder" data_type="icon" type="Texture2D">
|
||||
Custom icon for folders.
|
||||
</theme_item>
|
||||
<theme_item name="folder_icon_modulate" type="Color" default="Color(1, 1, 1, 1)">
|
||||
<theme_item name="folder_icon_modulate" data_type="color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
The color modulation applied to the folder icon.
|
||||
</theme_item>
|
||||
<theme_item name="forward_folder" type="Texture2D">
|
||||
<theme_item name="forward_folder" data_type="icon" type="Texture2D">
|
||||
Custom icon for the forward arrow.
|
||||
</theme_item>
|
||||
<theme_item name="parent_folder" type="Texture2D">
|
||||
<theme_item name="parent_folder" data_type="icon" type="Texture2D">
|
||||
Custom icon for the parent folder arrow.
|
||||
</theme_item>
|
||||
<theme_item name="reload" type="Texture2D">
|
||||
<theme_item name="reload" data_type="icon" type="Texture2D">
|
||||
Custom icon for the reload button.
|
||||
</theme_item>
|
||||
<theme_item name="toggle_hidden" type="Texture2D">
|
||||
<theme_item name="toggle_hidden" data_type="icon" type="Texture2D">
|
||||
Custom icon for the toggle hidden button.
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
|
||||
Reference in New Issue
Block a user