godot/scene
Rémi Verschelde 05143ca39a
Tooltips: Improve code clarity and docs
The return type for `_make_custom_tooltip` is clarified as Control, and users
should make sure to return a visible node for proper size calculations.

Moreover in the current master branch, a PopupPanel will be added as parent
to the provided tooltip to make it a sub-window.

Clarifies documentation for `Control._make_custom_tooltip`, and shows how to
use the (until now undocumented) "TooltipPanel" and "TooltipLabel" theme types
to style tooltips.

Fixes #39677.

(cherry picked from commit c5d8dafec4)
2020-11-11 15:30:56 +01:00
..
2d fix(sprite2d): Rect is not handling pixel snap 2020-10-28 15:09:16 +01:00
3d Merge pull request #42902 from akien-mga/3.2-cherrypicks 2020-10-19 22:14:05 +02:00
animation Fix premature end of animation playing backwards 2020-11-11 15:12:01 +01:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger Fix debugger not getting focused on break on Windows 2020-07-21 01:09:17 +02:00
gui Tooltips: Improve code clarity and docs 2020-11-11 15:30:56 +01:00
main Tooltips: Improve code clarity and docs 2020-11-11 15:30:56 +01:00
resources Fix artifacts in DynamicFont when scaling with filtering enabled 2020-10-29 00:33:11 +01:00
register_scene_types.cpp [3.2] Added UniformRef visual shader node 2020-08-11 15:04:06 +03:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00