Remove deprecated API.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 03:15:04 +0000 (03:15 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 03:15:04 +0000 (03:15 +0000)
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68190 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_panes.h

index f58c9fd..ab6b0aa 100644 (file)
 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.