mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Add long description
svn path=/trunk/; revision=22063
This commit is contained in:
parent
f4ee825f0e
commit
e725c73ba0
@ -1,3 +1,10 @@
|
|||||||
|
2009-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 566045 – GtkViewport is lacking a description
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkviewport.sgml: Add some descriptive text, shamelessly
|
||||||
|
copied from gtkscrolledwindow.sgml. Requested by Andrew Cowie.
|
||||||
|
|
||||||
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.15.0 ===
|
* === Released 2.15.0 ===
|
||||||
|
@ -6,12 +6,24 @@ An adapter which makes widgets scrollable
|
|||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
The #GtkViewport widget acts as an adaptor class, implementing
|
||||||
|
scrollability for child widgets that lack their own scrolling
|
||||||
|
capabilities. Use #GtkViewport to scroll child widgets such as
|
||||||
|
#GtkTable, #GtkBox, and so on.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
If a widget has native scrolling abilities, such as #GtkTextView,
|
||||||
|
#GtkTreeView or #GtkIconview, it can be added to a #GtkScrolledWindow
|
||||||
|
with gtk_container_add(). If a widget does not, you must first add the
|
||||||
|
widget to a #GtkViewport, then add the viewport to the scrolled window.
|
||||||
|
The convenience function gtk_scrolled_window_add_with_viewport() does
|
||||||
|
exactly this, so you can ignore the presence of the viewport.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
#GtkScrolledWindow, #GtkAdjustment
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION Stability_Level ##### -->
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user