Add critical info to TreeItem.set_custom_draw documentation

Indicates that the method needs 2 arguments to be called
This commit is contained in:
florian 2018-10-02 18:43:09 +02:00
parent 051b8837b0
commit 612193b77f

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">