X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=hildon%2Fhildon-touch-selector.c;h=69c4c3e4a2210e8baaac688eb58e8726c369ecf5;hb=3d133ba225cb64205fcb6e994cc6e107fb8564bb;hp=518924c1ceb616de30f2557857ac4287be0bf5ac;hpb=1ad71be0497a9ccbfbd4f1df4694798ebdea20d5;p=hildon diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c index 518924c..69c4c3e 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 @@ -417,7 +419,8 @@ hildon_touch_selector_class_init (HildonTouchSelectorClass * class) * * Specifies which UI mode to use in the internal treeviews. A setting * of %HILDON_UI_MODE_NORMAL will cause these tree view to disable selections - * and emit row-activated as soon as a row is pressed. You can use the + * and emit row-activated as soon as a row is pressed (unless it is pressed + * to drag the pannable area where the treeview is). You can use the * method hildon_touch_selector_get_last_activated_row() to get it. When * %HILDON_UI_MODE_EDIT is set, selections can be made according to the * setting of the mode on GtkTreeSelection.