struct

Tryst::UI::OverlayPosition

Inherits Struct < Value < Object

@api private

A single OverlayAnchors position - Tk place's own -relx/-rely/ -anchor for one of ui.overlay's at: values. A dedicated record (not Hash(Symbol, TclArgValue)) for the same reason FlowConfig/ CellPosition are - realize-internal lookup data, not itself a real Tk option value.

Constructors

new(relx : Float64, rely : Float64, anchor : String)
Source

Instance methods

anchor
clone
Source
copy_with(relx _relx = @relx, rely _rely = @rely, anchor _anchor = @anchor)
Source
relx
rely