diff options
author | Alexander Holland <alexander.holland@live.de> | 2018-06-06 01:19:24 +0200 |
---|---|---|
committer | Alexander Holland <alexander.holland@live.de> | 2018-06-06 01:19:27 +0200 |
commit | e3fcb7b0114d9efa0fc2e864ced58723ce1bdf23 (patch) | |
tree | c12ea783419f6bc4d0e685003a3e99a01b784e12 | |
parent | dd5398ce9dc49d1562faab5504f3923883d461a0 (diff) |
expose lineedit
-rw-r--r-- | scene/gui/file_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp index 4bd92d888d..25cb74a494 100644 --- a/scene/gui/file_dialog.cpp +++ b/scene/gui/file_dialog.cpp @@ -777,6 +777,7 @@ void FileDialog::_bind_methods() { ClassDB::bind_method(D_METHOD("set_mode", "mode"), &FileDialog::set_mode); ClassDB::bind_method(D_METHOD("get_mode"), &FileDialog::get_mode); ClassDB::bind_method(D_METHOD("get_vbox"), &FileDialog::get_vbox); + ClassDB::bind_method(D_METHOD("get_line_edit"), &FileDialog::get_line_edit); ClassDB::bind_method(D_METHOD("set_access", "access"), &FileDialog::set_access); ClassDB::bind_method(D_METHOD("get_access"), &FileDialog::get_access); ClassDB::bind_method(D_METHOD("set_show_hidden_files", "show"), &FileDialog::set_show_hidden_files); |