Function: newsticker--treeview-list-immortal-items
newsticker--treeview-list-immortal-items is a byte-compiled function
defined in newst-treeview.el.gz.
Signature
(newsticker--treeview-list-immortal-items WIDGET CHANGED-WIDGET &optional EVENT)
Documentation
Fill newsticker treeview list window with immortal items.
This is a callback function for the treeview nodes. Argument WIDGET is the calling treeview widget. Argument CHANGED-WIDGET is the widget that actually has changed. Optional argument EVENT is the mouse event that triggered this action.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defun newsticker--treeview-list-immortal-items (widget changed-widget
&optional _event)
"Fill newsticker treeview list window with immortal items.
This is a callback function for the treeview nodes.
Argument WIDGET is the calling treeview widget.
Argument CHANGED-WIDGET is the widget that actually has changed.
Optional argument EVENT is the mouse event that triggered this action."
(newsticker--treeview-list-items-with-age-callback widget changed-widget
'immortal)
(newsticker--treeview-item-show-text
"Immortal items"
"This is a virtual feed containing all immortal items."))