2008-08-01 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 1 Aug 2008 17:09:11 +0000 (17:09 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 1 Aug 2008 17:09:11 +0000 (17:09 +0000)
commit2849117e08726a65ab48d6701ecf33b7b02d544c
tree4ec452ada2aca88f5bc68d29eeac807e3944482b
parent363c028fa2e3667b3b13cef44d6793f5bcd6ae66
2008-08-01 Claudio Saavedra <csaavedra@igalia.com>

* src/hildon-picker-button.c: Removed the simple _text() API.
* src/hildon-picker-button.h: Likewise.

* src/hildon-touch-selector.h:
* src/hildon-touch-selector.c:
(hildon_touch_selector_new_text),
(hildon_touch_selector_append_text),
(hildon_touch_selector_prepend_text),
(hildon_touch_selector_insert_text):

Moved the simple _text() API from HildonPickerButton to
HildonTouchPicker, to provide better escalability and not to tie
that API to HildonPickerButton.

* examples/hildon-picker-button-example.c: (main): Example updated.
ChangeLog
examples/hildon-picker-button-example.c
src/hildon-picker-button.c
src/hildon-picker-button.h
src/hildon-touch-selector.c
src/hildon-touch-selector.h