Next: , Previous: , Up: Top   [Contents][Index]

9 Widget Browser

There is a separate package to browse widgets. This is intended to help programmers who want to examine the content of a widget. The browser shows the value of each keyword, but uses links for certain keywords such as ‘:parent’, which avoids printing cyclic structures.

Command: widget-browse widget

Create a widget browser for widget. When called interactively, prompt for widget.

Command: widget-browse-other-window widget

Create a widget browser for widget and show it in another window. When called interactively, prompt for widget.

Command: widget-browse-at pos

Create a widget browser for the widget at pos. When called interactively, use the position of point.