wrong header file + wrong class define. That was forgotten to be pushed
with the commits before, sorry.
#define EFL_UI_SCROLL_MANAGER_PROTECTED
#define EFL_UI_SCROLLBAR_PROTECTED
-#include <Elementary.h>
+#include <Efl_Ui.h>
#include "elm_priv.h"
#include "efl_ui_item_private.h"
#include "efl_ui_grid_item_private.h"
{
obj = efl_constructor(efl_super(obj, MY_CLASS));
- efl_ui_item_container_position_manager_set(obj, efl_new(EFL_UI_GRID_POSITION_MANAGER_CLASS));
+ efl_ui_item_container_position_manager_set(obj, efl_new(EFL_UI_POSITION_MANAGER_GRID_CLASS));
return obj;
}
#define EFL_UI_SCROLL_MANAGER_PROTECTED
#define EFL_UI_SCROLLBAR_PROTECTED
-#include <Elementary.h>
+#include <Efl_Ui.h>
#include "elm_priv.h"
#include "efl_ui_list_item_private.h"
#include "efl_ui_item_private.h"
{
obj = efl_constructor(efl_super(obj, MY_CLASS));
- efl_ui_item_container_position_manager_set(obj, efl_new(EFL_UI_LIST_POSITION_MANAGER_CLASS));
+ efl_ui_item_container_position_manager_set(obj, efl_new(EFL_UI_POSITION_MANAGER_LIST_CLASS));
return obj;
}