mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Convert TextEdit callbacks to Callable
This commit is contained in:
parent
2d1080e430
commit
f43f68f605
12 changed files with 48 additions and 57 deletions
|
@ -2846,7 +2846,7 @@ Control *VisualScriptEditor::get_base_editor() const {
|
|||
return graph;
|
||||
}
|
||||
|
||||
void VisualScriptEditor::set_tooltip_request_func(String p_method, Object *p_obj) {
|
||||
void VisualScriptEditor::set_tooltip_request_func(const Callable &p_toolip_callback) {
|
||||
}
|
||||
|
||||
Control *VisualScriptEditor::get_edit_menu() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue