Widget.setOverflow
void setOverflow(gtk.types.Overflow overflow)Sets how widget treats content that is drawn outside the widget's content area.
See the definition of [gtk.types.Overflow] for details.
This setting is provided for widget implementations and should not be used by application code.
The default value is [gtk.types.Overflow.Visible].
Parameters
overflow | desired overflow |