[Top]
GTK
GTK.ScrolledWindow
|
Method GTK.ScrolledWindow()->add()
- Method
add
GTK.ScrolledWindow add(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.
|