summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_win_eo.h
blob: 6643fc59bb962c132406e33f4c94f267fa366a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef ELM_WIN_EO_H
# define ELM_WIN_EO_H

/**
 * @ingroup Elm_Win
 *
 * @{
 */

#include "efl_ui_win.eo.h"

EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel);
EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj);



/**
 * @}
 */

#endif