cl-cffi-gtk3
API documentation
Package:
gtk
Accessor gtk:misc-xpad
Lambda List
gtk:misc-xpad
(
object
)
Syntax
(gtk:misc-xpad object) => xpad
(setf (gtk:misc-xpad object) xpad)
Arguments
object
-- a
gtk:misc
widget
xpad
-- an integer with the amount of space to add
Details
Accessor of the
xpad
slot of the
gtk:misc
class. The amount of space to add on the left and right of the widget, in pixels.
See also
gtk:misc
#2023-3-21