HildonTouchSelector documentation updates
authorAlberto Garcia <agarcia@igalia.com>
Thu, 10 Sep 2009 13:11:09 +0000 (15:11 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Thu, 10 Sep 2009 13:22:50 +0000 (15:22 +0200)
* hildon/hildon-touch-selector.c:
Documentation updates

Fixes: MB#5104 (HildonTouchSelector docs should say no
HildonPannableArea is necessary)

ChangeLog
hildon/hildon-touch-selector.c

index 11a9ccc..af33ac4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-10  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-touch-selector.c:
+       Documentation updates
+
+       Fixes: MB#5104 (HildonTouchSelector docs should say no
+       HildonPannableArea is necessary)
+
 2009-09-08  Alejandro G. Castro  <alex@igalia.com>
 
        * hildon/hildon-pannable-area.c,
index 518924c..56d35fc 100644 (file)
@@ -24,7 +24,9 @@
  *
  * #HildonTouchSelector is a selector widget, that allows users to
  * select items from one to many predefined lists. It is very similar
- * to #GtkComboBox, but with several individual pannable columns.
+ * to #GtkComboBox, but with several individual pannable
+ * columns. #HildonTouchSelector does not need to be placed in a
+ * #HildonPannableArea (in fact, doing so will prevent panning).
  *
  * Normally, you would use #HildonTouchSelector together with a
  * #HildonPickerDialog activated from a button. For the most common