You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Rename hint_tooltip to tooltip_text & setget
`hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
_3d_space_switch = memnew(Button);
|
||||
_3d_space_switch->set_text(TTR("3D"));
|
||||
_3d_space_switch->set_tooltip(TTR("Toggles whether the noise preview is computed in 3D space."));
|
||||
_3d_space_switch->set_tooltip_text(TTR("Toggles whether the noise preview is computed in 3D space."));
|
||||
_3d_space_switch->set_toggle_mode(true);
|
||||
_3d_space_switch->set_offset(SIDE_LEFT, PADDING_3D_SPACE_SWITCH);
|
||||
_3d_space_switch->set_offset(SIDE_TOP, PADDING_3D_SPACE_SWITCH);
|
||||
|
||||
Reference in New Issue
Block a user