Pike v8.0 release 1738

Method GTK1.ScrolledWindow()->add()


Method add

GTK1.ScrolledWindow add(GTK1.Widget victim)

Description

Add a widget to this container. This is equivalent to the C-GTK function gtk_scrolled_window_add_with_viewport or gtk_container_add, depeneding on whether or not the child supports the set_scroll_adjustments signal.

What this means in practice is that you do not have to care about this at all, it's all handled automatically.