Module rat_ftable::event

source ·
Expand description

Eventhandling.

Modules§

Macros§

Structs§

  • Event-handler for double-click on the table.
  • Activates editing behaviour in addition to the normal table event handling.
  • Default key bindings when focused. Also handles all events that are MouseOnly.
  • Handler for mouse events only.

Enums§

Traits§

  • When composing several widgets, the minimum information from the outcome of the inner widget is, whether it used & consumed the event.
  • A very broad trait for an event handler for widgets.