* This sets a widget to be displayed to the left of a scrolled entry.
*
* @param obj The scrolled entry object
- * @param left_obj The widget to display on the left side of the scrolled entry.
- * The old widget will be destroyed.
+ * @param icon The widget to display on the left side of the scrolled
+ * entry.
+ *
+ * @note A previously set widget will be destroyed.
+ * @note If the object being set does not have minimum size hints set,
+ * it won't get properly displayed.
*
* @ingroup Scrolled_Entry
* @see elm_scrolled_entry_end_set
}
/**
- * Gets the leftmost widget of the scrolled entry. This object is owned by the scrolled
- * entry and should not be modified.
+ * Gets the leftmost widget of the scrolled entry. This object is
+ * owned by the scrolled entry and should not be modified.
*
* @param obj The scrolled entry object
+ * @return the left widget inside the scroller
*
* @ingroup Scrolled_Entry
*/
}
/**
- * Unsets the leftmost widget of the scrolled entry. Unparents and return the leftmost widget.
+ * Unset the leftmost widget of the scrolled entry, unparenting and
+ * returning it.
*
* @param obj The scrolled entry object
+ * @return the previously set icon sub-object of this entry, on
+ * success.
+ *
+ * @see elm_scrolled_entry_icon_set()
*
* @ingroup Scrolled_Entry
*/
}
/**
- * Sets the visibility of the left-side widget of the scrolled entry, set by
- * @elm_scrolled_entry_icon_set().
+ * Sets the visibility of the left-side widget of the scrolled entry,
+ * set by @elm_scrolled_entry_icon_set().
*
* @param obj The scrolled entry object
- * @param setting EINA_TRUE if the object should be displayed, EINA_FALSE if not.
+ * @param setting EINA_TRUE if the object should be displayed,
+ * EINA_FALSE if not.
*
* @ingroup Scrolled_Entry
*/
* This sets a widget to be displayed to the end of a scrolled entry.
*
* @param obj The scrolled entry object
- * @param end The widget to display on the right side of the scrolled entry.
- * The old widget will be destroyed.
+ * @param end The widget to display on the right side of the scrolled
+ * entry.
+ *
+ * @note A previously set widget will be destroyed.
+ * @note If the object being set does not have minimum size hints set,
+ * it won't get properly displayed.
*
* @ingroup Scrolled_Entry
* @see elm_scrolled_entry_icon_set
}
/**
- * Gets the endmost widget of the scrolled entry. This object is owned by the scrolled
- * entry and should not be modified.
+ * Gets the endmost widget of the scrolled entry. This object is owned
+ * by the scrolled entry and should not be modified.
*
* @param obj The scrolled entry object
+ * @return the right widget inside the scroller
*
* @ingroup Scrolled_Entry
*/
}
/**
- * Unsets the endmost widget of the scrolled entry. Unparents and return the endmost widget.
+ * Unset the endmost widget of the scrolled entry, unparenting and
+ * returning it.
*
* @param obj The scrolled entry object
+ * @return the previously set icon sub-object of this entry, on
+ * success.
+ *
+ * @see elm_scrolled_entry_icon_set()
*
* @ingroup Scrolled_Entry
*/
* @elm_scrolled_entry_end_set().
*
* @param obj The scrolled entry object
- * @param setting EINA_TRUE if the object should be displayed, EINA_FALSE if not.
+ * @param setting EINA_TRUE if the object should be displayed,
+ * EINA_FALSE if not.
*
* @ingroup Scrolled_Entry
*/