class

Tryst::UI::WidgetAddressing

Inherits Tryst::UI::AddressingStrategy < Reference < Object

@api private

The default WidgetType#addressing strategy - an ordinary Tk widget with an independent path of its own, driving #virtual_path/ #configure through it directly. See WidgetType#addressing for how a type opts into a different strategy (e.g. MenuEntryAddressing, a menu entry with no Tk path of its own).

Constructors

new(node : Node)
Source

Instance methods

configure

Raises NotRealizedError before realize.

Source
option_dump

Every current option/value Tk reports for this widget right now. Raises NotRealizedError before realize.

Source
virtual_path

The real Tk widget path. Raises NotRealizedError before realize.

Source