Package: gtk
Function gtk:widget-focus-child
Lambda Listgtk:widget-focus-child (widget) ArgumentsDetails The gtk:widget-focus-child function returns the current focus child of widget. The (setf gtk:widget-focus-child) function sets child as the current focus child of widget. The previous focus child will be unset. This function is only suitable for widget implementations. If you want a certain widget to get the input focus, call the gtk:widget-grab-focus function on it. | See also |
#2025-2-15