diff options
Diffstat (limited to 'hildon/hildon-touch-selector-entry.h')
-rw-r--r-- | hildon/hildon-touch-selector-entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hildon/hildon-touch-selector-entry.h b/hildon/hildon-touch-selector-entry.h index a244330..b8bc4f8 100644 --- a/hildon/hildon-touch-selector-entry.h +++ b/hildon/hildon-touch-selector-entry.h @@ -79,12 +79,14 @@ hildon_touch_selector_entry_set_text_column (HildonTouchSelectorEntry *selec gint hildon_touch_selector_entry_get_text_column (HildonTouchSelectorEntry *selector); +#ifdef MAEMO_GTK HildonGtkInputMode hildon_touch_selector_entry_get_input_mode (HildonTouchSelectorEntry * selector); void hildon_touch_selector_entry_set_input_mode (HildonTouchSelectorEntry * selector, HildonGtkInputMode input_mode); +#endif HildonEntry * hildon_touch_selector_entry_get_entry (HildonTouchSelectorEntry * selector); |