/usr/include/elementary-1/elm_separator.h is in libelementary-dev 1.8.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 27 28 29 | /**
* @defgroup Separator Separator
* @ingroup Elementary
*
* @image html separator_inheritance_tree.png
* @image latex separator_inheritance_tree.eps
*
* @brief Separator is a very thin object used to separate other objects.
*
* A separator can be vertical or horizontal.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for separator objects.
*
* This widget emits the signals coming from @ref Layout.
*
* @ref tutorial_separator is a good example of how to use a separator.
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_separator_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_separator_legacy.h"
#endif
/**
* @}
*/
|