Add object type hint for docs
This commit is contained in:
parent
5a42bbaace
commit
49c7620326
37 changed files with 73 additions and 73 deletions
|
|
@ -2469,7 +2469,7 @@ void Control::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("set_focus_neighbour", "margin", "neighbour"), &Control::set_focus_neighbour);
|
||||
ClassDB::bind_method(D_METHOD("get_focus_neighbour", "margin"), &Control::get_focus_neighbour);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("force_drag", "data", "preview"), &Control::force_drag);
|
||||
ClassDB::bind_method(D_METHOD("force_drag", "data", "preview:Control"), &Control::force_drag);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("set_mouse_filter", "filter"), &Control::set_mouse_filter);
|
||||
ClassDB::bind_method(D_METHOD("get_mouse_filter"), &Control::get_mouse_filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue