From 96da05c9d522841cd1e325f2d402294836f8d296 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Thu, 10 Sep 2009 15:11:09 +0200 Subject: [PATCH] HildonTouchSelector documentation updates * hildon/hildon-touch-selector.c: Documentation updates Fixes: MB#5104 (HildonTouchSelector docs should say no HildonPannableArea is necessary) --- ChangeLog | 8 ++++++++ hildon/hildon-touch-selector.c | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- 1.7.9.5