Package: gtk
Function gtk:widget-queue-resize
Lambda Listgtk:widget-queue-resize (widget) ArgumentsDetails
Flags a widget to have its size renegotiated.
Should be called when a widget for some reason has a new size request. For example, when you change the text in a label, the gtk:label widget
queues a resize to ensure there is enough space for the new text. This function is only for use in widget implementations. Notes | See also |
#2025-2-13