summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elc_naviframe_legacy.h
blob: 7bcba3a6a3fca8b22121413e5ca6ff4a12eda37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @brief Set an item style.
 *
 * @param[in] obj The object.
 * @param[in] style The current item style name. @c null would be default
 *
 * @ingroup Elm_Naviframe_Item
 */
EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style);

/**
 * @brief Get an item style.
 *
 * @param[in] obj The object.
 *
 * @return The current item style name. @c null would be default
 *
 * @ingroup Elm_Naviframe_Item
 */
EAPI const char *elm_naviframe_item_style_get(const Elm_Object_Item *obj);

#include "elm_naviframe_item.eo.legacy.h"
#include "elm_naviframe.eo.legacy.h"