diff options
author | Sanjeev BA <eflelev8@gmail.com> | 2012-02-21 03:15:04 +0000 |
---|---|---|
committer | Sanjeev BA <iamsanjeev@gmail.com> | 2012-02-21 03:15:04 +0000 |
commit | f3e585c1fdf551a6345eb4ad1720c54d1be1ceac (patch) | |
tree | ecb9860e3cbd1d2005b5379320171522feec2eb8 /src/lib/elm_panes.h | |
parent | bdf10bc333a7ec69b29e4848d037e537cf9fa51f (diff) | |
download | elementary-f3e585c1fdf551a6345eb4ad1720c54d1be1ceac.tar.gz |
Remove deprecated API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68190
Diffstat (limited to 'src/lib/elm_panes.h')
-rw-r--r-- | src/lib/elm_panes.h | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/src/lib/elm_panes.h b/src/lib/elm_panes.h index f58c9fd20..ab6b0aa73 100644 --- a/src/lib/elm_panes.h +++ b/src/lib/elm_panes.h @@ -58,80 +58,6 @@ EAPI Evas_Object *elm_panes_add(Evas_Object *parent); /** - * Set the left pane content object of the panes object. - * - * @param obj The panes object. - * @param left_content The left content object. - * - * This function sets the left pane contents of a panes widgets. - * - * @ingroup Panes - */ -EAPI void elm_panes_content_left_set(Evas_Object *obj, Evas_Object *left_content); - -/** - * Get the left pane content object of the panes object. - * - * @param obj The panes object. - * @return the left pane widget handle or @c NULL, on errors. - * - * This function gets the left pane contents of a panes widget. - * - * @ingroup Panes - */ -EAPI Evas_Object * elm_panes_content_left_get(const Evas_Object *obj); - -/** - * Unset the left pane content object of the panes object. - * - * @param obj The panes object. - * @return the left pane widget handle or @c NULL, on errors. - * - * This function unsets the left pane contents of a panes widget and makes - * the left pane empty. - * - * @ingroup Panes - */ -EAPI Evas_Object * elm_panes_content_left_unset(Evas_Object *obj); - -/** - * Set the right pane content object of the panes object. - * - * @param obj The panes object. - * @param right_content The right content object. - * - * This function sets the right pane contents of a panes widgets. - * - * @ingroup Panes - */ -EAPI void elm_panes_content_right_set(Evas_Object *obj, Evas_Object *right_content); - -/** - * Get the right pane content object of the panes object. - * - * @param obj The panes object. - * @return the right pane widget handle or @c NULL, on errors. - * - * This function gets the right pane contents of a panes widget. - * - * @ingroup Panes - */ -EAPI Evas_Object * elm_panes_content_right_get(const Evas_Object *obj); - -/** - * Unset the right pane content object of the panes object. - * - * @param obj The panes object. - * @return the right pane widget handle or @c NULL, on errors. - * - * This function unsets the right pane contents of a panes widget and makes - * the right pane empty. - * - * @ingroup Panes - */ -EAPI Evas_Object * elm_panes_content_right_unset(Evas_Object *obj); - -/** * Set whether the left and right panes resize homogeneously or not. * * @param obj The panes object. |