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.