Description Usage Arguments Details Value Author(s)
Creates a new scrolled window.
1 2 | gtkScrolledWindowNew(hadjustment = NULL, vadjustment = NULL,
show = TRUE)
|
|
horizontal adjustment. [ allow-none ] |
|
vertical adjustment. [ allow-none ] |
The two arguments are the scrolled window's adjustments; these will be
shared with the scrollbars and the child widget to keep the bars in sync
with the child. Usually you want to pass NULL
for the adjustments, which
will cause the scrolled window to create them for you.
[GtkWidget
] a new scrolled window
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.