2008-10-14 Alejandro Pinheiro <apinheiro@igalia.com>
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 14 Oct 2008 17:18:27 +0000 (17:18 +0000)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 14 Oct 2008 17:18:27 +0000 (17:18 +0000)
commit38b73db178144be6ffe6727ccb166c587d5f6161
treec20fe974e7d330fce1d990c0c31f909b8bbd152a
parent908beb4ddbd881d9790d6698e1fd4ecc0207f805
2008-10-14 Alejandro Pinheiro <apinheiro@igalia.com>

* src/hildon-touch-selector.h:
Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
currently the type definition was using GTK_TYPE_VBOX
* src/hildon-touch-selector.c:
Added some implementation notes in order to clarify that any other widget
added without the column related API will not be included on the
selection logic, and how the widget is freed, as some people ask about
it.
(hildon_touch_selector_remove): Reimplemented in order to free properly
the column related data when you remove the private hbox.
* doc/hildon.types: Added the type hildon_touch_selector_column, in order
to get a proper HildonTouchSelectorColumn documentation
ChangeLog
doc/hildon.types
src/hildon-touch-selector.c
src/hildon-touch-selector.h