keyForWIDNotNull method

LocalKey keyForWIDNotNull(
  1. AFID wid
)
inherited

Returns a unique key for the specified widget.

Implementation

LocalKey keyForWIDNotNull(AFID wid) {
var result = keyForWIDStatic(wid);
return result!;
  }