Generic function
Returns the function used to display the specified pane.
pane-display-function pane => pane-display-function
<sheet>.
An instance of type false-or(<function>).
duim-layouts
duim-layouts
Returns the function used to display pane, where pane is any pane that can have a display-function: init-keyword specified. The value returned by pane-display-function is the value of the display-function: init-keyword.
The display function gets called by the handle-repaint method for <simple-pane> and <drawing-pane>.