summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.h
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-06-13 19:04:39 +0200
committerStefan Sauer <ensonic@users.sf.net>2014-06-14 08:10:46 +0200
commit406974fdb16abefe6f25f390a7b80fcfbc43c928 (patch)
tree437775cd4f283aeace623f58a4ed92cbeab2508a /gtk/gtkscrolledwindow.h
parent0f4751c08e22a4f45d58e2368e4ae82df407d330 (diff)
downloadgtk+-406974fdb16abefe6f25f390a7b80fcfbc43c928.tar.gz
scrolledwindow: update GtkPolicyType docs
The policy is not determining the visibility of the scrollbars anymore, but the how the size is to be computed to achive the selected visibility.
Diffstat (limited to 'gtk/gtkscrolledwindow.h')
-rw-r--r--gtk/gtkscrolledwindow.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h
index 9ac60f83e7..d666f3a70a 100644
--- a/gtk/gtkscrolledwindow.h
+++ b/gtk/gtkscrolledwindow.h
@@ -120,12 +120,15 @@ typedef enum
/**
* GtkPolicyType:
- * @GTK_POLICY_ALWAYS: The scrollbar is always visible.
- * @GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary. For example,
- * when all of a #GtkTreeView can not be seen.
- * @GTK_POLICY_NEVER: The scrollbar will never appear.
+ * @GTK_POLICY_ALWAYS: The scrollbar is always visible. The view size is
+ * independent of the content.
+ * @GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary.
+ * For example, when all of a #GtkTreeView can not be seen.
+ * @GTK_POLICY_NEVER: The scrollbar should never appear. In this mode the
+ * content determines the size.
*
- * Determines when a scroll bar will be visible.
+ * Determines how the size should be computed to achieve the one of the
+ * visibility mode for the scrollbars.
*/
typedef enum
{