| selector | A selector is a convinience widget based on the dispatcher widget and selector-mixin interface.... |
|---|
| current-pane-name | A name that identifies currently
selected entry. The selector widget should set
this slot every time a new widget is selected by
the user. Initargs::current-pane-name; Accessors:selector-mixin-current-pane-name. |
|---|---|
| panes | An association list of pane names (or
pane-info structures) and widgets. When a particular name is
selected, the corresponding widget should be rendered by the
selector widget. Initargs::panes; Accessors:selector-mixin-panes. |
| find-widget-by-path* | Returns a widget object located at 'path', where 'path' is a list of widget names starting from r... |
|---|---|
| selector-mixin-current-pane | Returns a default pane to select in case no uri tokens are specified. Default implementation retu... |
| selector-mixin-current-pane-widget | Returns a default pane to select in case no uri tokens are specified. Default implementation retu... |
| selector-mixin-default-pane | Returns a default pane to select in case no uri tokens are specified. Default implementation retu... |