From: Alberto Garcia Date: Thu, 10 Sep 2009 13:11:09 +0000 (+0200) Subject: HildonTouchSelector documentation updates X-Git-Tag: 2.2.0-rc5~13 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=96da05c9d522841cd1e325f2d402294836f8d296;hp=eb2b9a1d11dbeeb2df0e7c613a284c7f3d93983d;p=hildon HildonTouchSelector documentation updates * hildon/hildon-touch-selector.c: Documentation updates Fixes: MB#5104 (HildonTouchSelector docs should say no HildonPannableArea is necessary) --- diff --git a/ChangeLog b/ChangeLog index 11a9ccc..af33ac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-09-10 Alberto Garcia + + * hildon/hildon-touch-selector.c: + Documentation updates + + Fixes: MB#5104 (HildonTouchSelector docs should say no + HildonPannableArea is necessary) + 2009-09-08 Alejandro G. Castro * hildon/hildon-pannable-area.c, diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c index 518924c..56d35fc 100644 --- a/hildon/hildon-touch-selector.c +++ b/hildon/hildon-touch-selector.c @@ -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