diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-11 01:15:57 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-11 02:05:25 +0200 |
commit | 662d8c76b35b456716799b1892622312e4a108e3 (patch) | |
tree | aba51fbb0541dbc68022da116f8d06eaffaeb872 /doc/classes/GraphNode.xml | |
parent | ef155c1aeb216fa5a732913b6f2dc321e4b512dc (diff) | |
download | redot-engine-662d8c76b35b456716799b1892622312e4a108e3.tar.gz |
Remove GraphNode's comment property and related functionality
(this functionality will be reintroduced in a new and more flexible way)
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r-- | doc/classes/GraphNode.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index e0dacb2a79..d160141842 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -236,9 +236,6 @@ </method> </methods> <members> - <member name="comment" type="bool" setter="set_comment" getter="is_comment" default="false"> - If [code]true[/code], the GraphNode is a comment node. - </member> <member name="draggable" type="bool" setter="set_draggable" getter="is_draggable" default="true"> If [code]true[/code], the user can drag the GraphNode. </member> @@ -373,12 +370,6 @@ <theme_item name="breakpoint" data_type="style" type="StyleBox"> The background used when [member overlay] is set to [constant OVERLAY_BREAKPOINT]. </theme_item> - <theme_item name="comment" data_type="style" type="StyleBox"> - The [StyleBox] used when [member comment] is enabled. - </theme_item> - <theme_item name="comment_focus" data_type="style" type="StyleBox"> - The [StyleBox] used when [member comment] is enabled and the [GraphNode] is focused. - </theme_item> <theme_item name="frame" data_type="style" type="StyleBox"> The default background for [GraphNode]. </theme_item> |