textual.message
The base class for all messages (including events).
Message
¶
Base class for a message.
ALLOW_SELECTOR_MATCH
class-attribute
¶
ALLOW_SELECTOR_MATCH = set()
Additional attributes that can be used with the on
decorator.
These attributes must be widgets.
set_sender
¶
set_sender(sender)
Set the sender of the message.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
MessagePump
|
The sender. |
required |
Note
When creating a message the sender is automatically set. Normally there will be no need for this method to be called. This method will be used when strict control is required over the sender of a message.
Returns:
Type | Description |
---|---|
Self
|
Self. |