class TK_WIDGET_MAP
****
Mapping between widget names and widgets that is used by the callback mechanism to identify the appropriate target widget of a callback


Flattened version is here



Public


Features
get_widget(window_name: STR): $TK_WIDGET
register(window_name: STR, object: $TK_WIDGET)


Private

shared window_map: FMAP{STR,$TK_WIDGET};
shared window_map: FMAP{STR,$TK_WIDGET};

The Sather Home Page