aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-touch-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'hildon/hildon-touch-selector.c')
-rw-r--r--hildon/hildon-touch-selector.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c
index 7c41c99..1d86eb9 100644
--- a/hildon/hildon-touch-selector.c
+++ b/hildon/hildon-touch-selector.c
@@ -655,6 +655,13 @@ hildon_touch_selector_unblock_changed (HildonTouchSelector *selector)
selector->priv->changed_blocked = FALSE;
}
+void
+hildon_touch_selector_column_disable_focus (HildonTouchSelectorColumn *col)
+{
+ g_return_if_fail (HILDON_IS_TOUCH_SELECTOR_COLUMN (col));
+ GTK_WIDGET_UNSET_FLAGS (GTK_WIDGET (col->priv->tree_view), GTK_CAN_FOCUS);
+}
+
static void
hildon_touch_selector_emit_value_changed (HildonTouchSelector *selector,
gint column)