Gtk.Widget.QueueResize Method
Flags a widget to have its size renegotiated; should be called when a widget for some reason has a new Widget.SizeRequest.

Syntax

public void QueueResize ()

Remarks

This method is only for use in widget implementations. One example, when you change the text in a Gtk.Label, it queues a resize to ensure there's enough space for the new text.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)