Rename all methods that return ScrollBar nodes to get_*_scroll_bar()
This commit is contained in:
parent
03cfdf8cc7
commit
ec4f4c6cda
16 changed files with 31 additions and 31 deletions
|
|
@ -1652,7 +1652,7 @@ void ItemList::_bind_methods() {
|
|||
|
||||
ClassDB::bind_method(D_METHOD("ensure_current_is_visible"), &ItemList::ensure_current_is_visible);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_v_scroll"), &ItemList::get_v_scroll);
|
||||
ClassDB::bind_method(D_METHOD("get_v_scroll_bar"), &ItemList::get_v_scroll_bar);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("set_text_overrun_behavior", "overrun_behavior"), &ItemList::set_text_overrun_behavior);
|
||||
ClassDB::bind_method(D_METHOD("get_text_overrun_behavior"), &ItemList::get_text_overrun_behavior);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue