summaryrefslogtreecommitdiff
path: root/src/lib/elm_toolbar_common.h
blob: a8e1f2c06d13b406d0bfa82e9cd5195f5dafab23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @addtogroup Elm_Toolbar
 *
 * @{
 */


/**
 * Unset the state of @p it.
 *
 * @param it The toolbar item.
 *
 * The default icon and label from this item will be displayed.
 *
 * @see elm_toolbar_item_state_set() for more details.
 */
EAPI void                         elm_toolbar_item_state_unset(Elm_Object_Item *it);

/**
 * @}
 */