* limitations under the License.
*/
+/** Floating button position
+ *
+ * @ingroup Eext_Floatingbutton
+ */
+typedef enum
+{
+ EEXT_FLOATINGBUTTON_LEFT_OUT = 0, /**< hides in the left, but small handler
+ * will show only */
+ EEXT_FLOATINGBUTTON_LEFT, /**< shows all of buttons, but lies on the left */
+ EEXT_FLOATINGBUTTON_CENTER, /**< shows all of buttons, but lies on the center
+ */
+ EEXT_FLOATINGBUTTON_RIGHT, /**< shows all of buttons, but lies on the right */
+ EEXT_FLOATINGBUTTON_RIGHT_OUT, /**< hides in the right, but small handler will
+ * show only */
+ EEXT_FLOATINGBUTTON_LAST /**< indicates the last, do not use this */
+} Eext_Floatingbutton_Pos;
+
#include "eext_floatingbutton.eo.h"
#include "eext_floatingbutton_part_content.eo.h"
-enum Eext.Floatingbutton.Pos {
- [[ Floating button position ]]
- legacy: eext_floatingbutton;
- left_out = 0, [[ hides in the left, but small handler will show only ]]
- left, [[ shows all of buttons, but lies on the left ]]
- center, [[ shows all of buttons, but lies on the center ]]
- right, [[ shows all of buttons, but lies on the right ]]
- right_out, [[ hides in the right, but small handler will show only ]]
- last [[ indicates the last, do not use this ]]
-}
+type @extern Eext.Floatingbutton.Pos: uint;
enum Eext.Floatingbutton.Mode {
[[ Floating button mode ]]