summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_nstate.h
blob: 5e69c19dcefeb3d779c131970ddc116c010ac4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * @defgroup Elm_Nstate Nstate
 * @ingroup Elementary
 *
 * @image html nstate_inheritance_tree.png
 * @image latex nstate_inheritance_tree.eps
 *
 * @image html img/widget/nstate/preview-00.png
 * @image latex img/widget/nstate/preview-00.eps
 *
 * A Nstate is a widget which displays one of the state among states defined by user.
 *
 * This widget inherits from the @ref Button, so that all the functions acting on @ref Button also work for nstate objects.
 *
 * This widget emits the following signals, besides the ones sent from
 * @ref Button:
 * - @c "state,changed" - whenever state of nstate is changed
 *
 * Default content parts of the nstate widget that you can use are the
 * the same that you use with the @ref Button
 * @{
 */

#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_nstate.eo.h"
#endif