Package: gtk
Function gtk:widget-insert-before
Lambda Listgtk:widget-insert-before (widget parent next) ArgumentsDetails Inserts widget into the child widget list of parent. It will be placed before next, or at the end if next is nil. After calling this function, the gtk:widget-next-sibling function will return next. If parent is already set as the parent widget of widget, this function can also be used to reorder widget in the child widget list of parent. This API is primarily meant for widget implementations. If you are just using a widget, you must use its own API for adding children. | See also |
2025-2-15