Package: gtk
Function gtk:scrolled-window-placement
Lambda Listgtk:scrolled-window-placement (window) SyntaxArgumentsDetails The gtk:scrolled-window-placement function gets the placement of the
contents with respect to the scrollbars for the scrolled window. The (setf gtk:scrolled-window-placement) function sets the placement of the
contents. The default is :top-left, meaning the child is in the top left, with the scrollbars underneath and to the right. Other values in the gtk:corner-type enumeration are :top-right, :bottom-left, and :bottom-right. See also the gtk:scrolled-window-unset-placement function. Notes | See also |
2024-7-5