Home
last modified time | relevance | path

Searched refs:set_stretch_shrink (Results 1 – 6 of 6) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dviewport_container.cpp67 void ViewportContainer::set_stretch_shrink(int p_shrink) { in set_stretch_shrink() function in ViewportContainer
202 …sDB::bind_method(D_METHOD("set_stretch_shrink", "amount"), &ViewportContainer::set_stretch_shrink); in _bind_methods()
H A Dviewport_container.h53 void set_stretch_shrink(int p_shrink);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dviewport_container.cpp67 void ViewportContainer::set_stretch_shrink(int p_shrink) { in set_stretch_shrink() function in ViewportContainer
202 …sDB::bind_method(D_METHOD("set_stretch_shrink", "amount"), &ViewportContainer::set_stretch_shrink); in _bind_methods()
H A Dviewport_container.h53 void set_stretch_shrink(int p_shrink);
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.cpp2478 viewport_container->set_stretch_shrink(shrink ? 2 : 1); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.cpp2478 viewport_container->set_stretch_shrink(shrink ? 2 : 1); in _notification()