pike.hubbe.net

[Top]
GTK
GTK.ScrolledWindow
previousGTK.ScrolledWindow GTK.ScrolledWindow()->create()next

Method GTK.ScrolledWindow()->add()


Method add

object(GTK.ScrolledWindow) GTK.ScrolledWindow()->add(object(GTK.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.


Extracted from Pike v7.3 release 11 at 2001-11-03.