Package: gtk

Accessor gtk:handle-box-handle-position

Lambda List

gtk:handle-box-handle-position (object)

Syntax

(gtk:handle-box-handle-position object) => position
(setf (gtk:handle-box-handle-position object) position)

Arguments

object -- a gtk:handle-box widget
position -- a value of the gtk:position-type enumeration

Details

Accessor of the handle-position slot of the gtk:handle-box class. The gtk:handle-box-handle-position function gets the side of the handle box where the handle should be drawn. The (setf gtk:handle-box-handle-position) function sets the handle position.

Warning

The gtk:handle-box-handle-position function has been deprecated since version 3.4 and should not be used in newly written code. The gtk:handle-box widget has been deprecated.
 

See also

#2023-3-20