From f3e585c1fdf551a6345eb4ad1720c54d1be1ceac Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Tue, 21 Feb 2012 03:15:04 +0000 Subject: [PATCH] Remove deprecated API. Signed-off-by: Sanjeev BA SVN revision: 68190 --- src/lib/elm_panes.h | 74 ----------------------------------------------------- 1 file changed, 74 deletions(-) diff --git a/src/lib/elm_panes.h b/src/lib/elm_panes.h index f58c9fd..ab6b0aa 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. -- 2.7.4