Added API to pannable are in order to get its adjustments. We added two properties...
authorAlejandro G. Castro <alex@igalia.com>
Fri, 12 Dec 2008 11:29:56 +0000 (11:29 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Fri, 12 Dec 2008 11:29:56 +0000 (11:29 +0000)
commita6e9488847d55ed6e774423a42d591cf7bd9b133
tree292b4febaf21af4a57f9e342215690229aac7eac
parentd89ddb8b6bbbd56d7bb21715d52fb30cf93776f2
Added API to pannable are in order to get its adjustments. We added two properties to manage the values we had in the private structure.

* src/hildon-pannable-area.c:
(hildon_pannable_area_class_init): Added hadjustment and
vadjustment properties in order to expose horizontal and vertical
adjustment.
(hildon_pannable_area_get_property),
(hildon_pannable_area_set_property): Added code to handle the new
properties
(hildon_pannable_area_get_hadjustment),
(hildon_pannable_area_get_vadjustment): API functions to get the
adjustments
* src/hildon-pannable-area.h:
(hildon_pannable_area_get_hadjustment),
(hildon_pannable_area_get_vadjustment): API functions to get the
adjustments
ChangeLog
src/hildon-pannable-area.c
src/hildon-pannable-area.h