Merge pull request #22638 from Dragoncraft89/master

Add critical info to TreeItem.set_custom_draw documentation
This commit is contained in:
Rémi Verschelde 2018-10-02 20:12:44 +02:00 committed by GitHub
commit 723e2e9654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,6 +400,7 @@
</argument>
<description>
Sets the given column's custom draw callback to [code]callback[/code] method on [code]object[/code].
The [code]callback[/code] should accept two arguments: the [TreeItem] that is drawn and its position and size as a [Rect2].
</description>
</method>
<method name="set_editable">