Remove deprecated API.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68190
This commit is contained in:
Sanjeev BA 2012-02-21 03:15:04 +00:00 committed by Sanjeev BA
parent 98f221323e
commit 775d293d8c
1 changed files with 0 additions and 74 deletions

View File

@ -57,80 +57,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.
*