Package: gtk
Accessor gtk-entry-inner-border
Lambda Listgtk-entry-inner-border (object) Syntax(gtk-entry-inner-border object) => border (setf (gtk-entry-inner-border object) border) ArgumentsDetails Accessor of the inner-border slot of the gtk-entry
class. The gtk-entry-inner-border slot access function returns the inner-border property. The (setf gtk-entry-inner-border) slot access function sets the inner-border property to border, or clears it if nil is passed. The inner border is the area around the text of the entry, but inside its frame. If set, this property overrides the inner-border style property. Overriding the style-provided border is useful when you want to do in-place editing of some text in a canvas or list widget, where pixel-exact positioning of the entry is important. Warning | See also |
2021-11-2