gduibasics/scenes/selector_popup.tscn
2021-08-21 17:15:07 +02:00

41 lines
1.3 KiB
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/selector_popup.gd" type="Script" id=1]
[node name="selector_popup" type="PopupPanel"]
margin_right = 139.0
margin_bottom = 198.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="vbox_main" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 5.0
margin_top = 5.0
margin_right = -5.0
margin_bottom = -5.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ledit_search" type="LineEdit" parent="vbox_main"]
margin_right = 129.0
margin_bottom = 22.0
focus_neighbour_top = NodePath(".")
focus_neighbour_bottom = NodePath(".")
[node name="ilist_content" type="ItemList" parent="vbox_main"]
margin_top = 26.0
margin_right = 129.0
margin_bottom = 188.0
size_flags_vertical = 3
[connection signal="about_to_show" from="." to="." method="_on_selector_popup_about_to_show"]
[connection signal="popup_hide" from="." to="." method="_on_selector_popup_popup_hide"]
[connection signal="gui_input" from="vbox_main/ledit_search" to="." method="_on_ledit_search_gui_input"]
[connection signal="text_changed" from="vbox_main/ledit_search" to="." method="_on_ledit_search_text_changed"]
[connection signal="text_entered" from="vbox_main/ledit_search" to="." method="_on_ledit_search_text_entered"]