summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elc_ctxpopup_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elc_ctxpopup_legacy.h')
-rw-r--r--src/lib/elementary/elc_ctxpopup_legacy.h77
1 files changed, 0 insertions, 77 deletions
diff --git a/src/lib/elementary/elc_ctxpopup_legacy.h b/src/lib/elementary/elc_ctxpopup_legacy.h
index caf95a844a..cf3ad28371 100644
--- a/src/lib/elementary/elc_ctxpopup_legacy.h
+++ b/src/lib/elementary/elc_ctxpopup_legacy.h
@@ -8,82 +8,5 @@
*/
EAPI Evas_Object *elm_ctxpopup_add(Evas_Object *parent);
-/**
- * @brief Get the internal list of items in a given ctxpopup widget.
- *
- * This list is not to be modified in any way and must not be freed. Use the
- * list members with functions like @ref elm_object_item_text_set, @ref
- * elm_object_item_text_get, @ref elm_object_item_del.
- *
- * @warning This list is only valid until @c obj object's internal items list
- * is changed. It should be fetched again with another call to this function
- * when changes happen.
- *
- * @return The list of items or @c null on errors.
- *
- * @since 1.11
- *
- * @ingroup Elm_Ctxpopup
- */
-EAPI const Eina_List *elm_ctxpopup_items_get(const Evas_Object *obj);
-
-/**
- * @brief Get the first item in the given ctxpopup widget's list of items.
- *
- * See also @ref elm_obj_ctxpopup_item_append,
- * @ref elm_obj_ctxpopup_last_item_get.
- *
- * @return The first item or @c null, if it has no items (and on errors).
- *
- * @since 1.11
- *
- * @ingroup Elm_Ctxpopup
- */
-EAPI Elm_Widget_Item *elm_ctxpopup_first_item_get(const Evas_Object *obj);
-
-/**
- * @brief Get the last item in the given ctxpopup widget's list of items.
- *
- * See also @ref elm_obj_ctxpopup_item_prepend,
- * @ref elm_obj_ctxpopup_first_item_get.
- *
- * @return The last item or @c null, if it has no items (and on errors).
- *
- * @since 1.1
- *
- * @ingroup Elm_Ctxpopup
- */
-EAPI Elm_Widget_Item *elm_ctxpopup_last_item_get(const Evas_Object *obj);
-
-/**
- * @brief Get the item before $ it in a ctxpopup widget's internal list of
- * items.
- *
- * See also @ref elm_ctxpopup_item_next_get.
- *
- * @return The item before the object in its parent's list. If there is no
- * previous item for $ it or there's an error, @c null is returned.
- *
- * @since 1.11
- *
- * @ingroup Elm_Ctxpopup_Item
- */
-EAPI Elm_Widget_Item *elm_ctxpopup_item_prev_get(const Evas_Object *obj);
-
-/**
- * @brief Get the item after $ it in a ctxpopup widget's internal list of
- * items.
- *
- * See also @ref elm_ctxpopup_item_prev_get.
- *
- * @return The item after the object in its parent's list. If there is no
- * previous item for $ it or there's an error, @c null is returned.
- *
- * @since 1.11
- *
- * @ingroup Elm_Ctxpopup_Item
- */
-EAPI Elm_Widget_Item *elm_ctxpopup_item_next_get(const Evas_Object *obj);
-
#include "elm_ctxpopup_item.eo.legacy.h"
#include "elm_ctxpopup.eo.legacy.h"