GtkWidget::queue_resize

GtkWidget::queue_resize

Use this method to force a widget to resize. See GtkScale for a working example.

queue_resize() is useful in conjunction with a GtkDrawingArea, where the widget creates synthetic configure events in response to the resizing. It can also trigger expose events in some situations where the queue_draw() has proved ineffective in doing same.

This method is used extensively within GTK+ internals.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.