Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
StatusIndicator¶
Application status indicator (aka notification area icon).
Note: Status indicator is implemented on macOS and Windows.
Properties¶
|
||
|
||
|
Methods¶
get_rect() const |
Signals¶
pressed(mouse_button: int, mouse_position: Vector2i) 🔗
Emitted when the status indicator is pressed.
Property Descriptions¶
Status indicator icon.
Status indicator native popup menu. If this is set, the pressed signal is not emitted.
Note: Native popup is only supported if NativeMenu supports NativeMenu.FEATURE_POPUP_MENU feature.
Status indicator tooltip.
If true
, the status indicator is visible.
Method Descriptions¶
Returns the status indicator rectangle in screen coordinates. If this status indicator is not visible, returns an empty Rect2.