diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-09 11:47:03 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-09 15:19:47 +0300 |
commit | 3dbd4981bf67cf7f33a5bad16417b3e3313080ac (patch) | |
tree | 42c731b1d60110f599f6446f18121c14e4ae4115 /hildon/hildon-touch-selector-column.h | |
parent | f1a5ede57617d9f2336b50a27da3f68787f64e2c (diff) |
Make hildon_touch_selector_column_get/set_column public
* doc/hildon-sections.txt: Add the new public methods below.
* examples/hildon-picker-button-multicolumn-example.c:
(create_touch_selector):
* examples/hildon-touch-selector-example.c: (create_selector):
* examples/hildon-touch-selector-multi-cells-example.c:
(create_selector):
Use hildon_touch_selector_column_set_text_column()
* hildon/hildon-touch-selector-column.h:
* hildon/hildon-touch-selector.c:
(hildon_touch_selector_column_set_text_column),
(hildon_touch_selector_column_get_text_column):
Make hildon_touch_selector_column_set/get_column() public, use
them in the inline example, document them, and reference to them
in the docs.
Diffstat (limited to 'hildon/hildon-touch-selector-column.h')
-rw-r--r-- | hildon/hildon-touch-selector-column.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hildon/hildon-touch-selector-column.h b/hildon/hildon-touch-selector-column.h index 0ee68d5..24a5100 100644 --- a/hildon/hildon-touch-selector-column.h +++ b/hildon/hildon-touch-selector-column.h @@ -68,6 +68,12 @@ struct _HildonTouchSelectorColumnClass GType hildon_touch_selector_column_get_type (void) G_GNUC_CONST; +void +hildon_touch_selector_column_set_text_column (HildonTouchSelectorColumn *column, + gint text_column); +gint +hildon_touch_selector_column_get_text_column (HildonTouchSelectorColumn *column); + G_END_DECLS |