aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-touch-selector.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2009-07-30 16:16:09 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2009-07-30 16:18:02 +0200
commit1ad71be0497a9ccbfbd4f1df4694798ebdea20d5 (patch)
tree37656597e089bc98054219edc3b56e8863f10a6c /hildon/hildon-touch-selector.h
parentc5662da57cc03676ed3045e8e051b8c2c8c75942 (diff)
Added new method hildon_touch_selector_center_on_index
* hildon/hildon-touch-selector.[ch] (hildon_touch_selector_center_on_index): New method that allows to center on a item not selected Fixes NB#130291 (New HildonTouchSelector API is required to center on any column item)
Diffstat (limited to 'hildon/hildon-touch-selector.h')
-rw-r--r--hildon/hildon-touch-selector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hildon/hildon-touch-selector.h b/hildon/hildon-touch-selector.h
index cdc83f9..df236b7 100644
--- a/hildon/hildon-touch-selector.h
+++ b/hildon/hildon-touch-selector.h
@@ -216,6 +216,10 @@ void
hildon_touch_selector_center_on_selected (HildonTouchSelector *selector);
void
+hildon_touch_selector_center_on_index (HildonTouchSelector *selector,
+ gint column,
+ gint index);
+void
hildon_touch_selector_optimal_size_request (HildonTouchSelector *selector,
GtkRequisition *requisition);