#include "Info.h"
#include "CtxPopup.h"
+#include <app-res-defines.h>
#include "SortCtxPopup.h"
const char *sorttext[] = {
void CSortCtxPopup::t_OnConfiguration(void)
{
t_SetList(sorttext, ARRAY_SIZE(sorttext), (int)CInfo::SortType(),
- CCtxPopup::TOPBTN_SORT,
+ CCtxPopup::TOPBTN_SORT, sortbtnids,
POSITION_SORT_POPUP_X, POSITION_SORT_POPUP_Y,
FBR_STYLE_HOVER_ENTRY,
FBR_STYLE_HOVER_CTXPOPUP, FBR_STYLE_HOVER_CTXPOPUP, FBR_STYLE_HOVER_CTXPOPUP);
return;
int index = -1;
- const char *id = (const char*)evas_object_data_get(obj, FBR_BTN_ID);
+ const char *id = (const char*)evas_object_data_get(obj, BTN_ID);
if (!id)
return;
#include "CtxPopup.h"
#include <MediaContentDbListener.h>
#include <UsbConnectionListener.h>
+#include <app-res-defines.h>
#include "SourceCtxPopup.h"
const char *srcbtnids[] = {
usb.Destroy();
t_SetList(sourcetext, size, (int)CInfo::SourceType(),
- CCtxPopup::TOPBTN_SOURCE,
+ CCtxPopup::TOPBTN_SOURCE, srcbtnids,
POSITION_SOURCE_POPUP_X, POSITION_SOURCE_POPUP_Y,
FBR_STYLE_HOVER_CTXPOPUP,
FBR_STYLE_HOVER_ENTRY, FBR_STYLE_HOVER_ENTRY, FBR_STYLE_HOVER_ENTRY);
return;
int index = -1;
- const char *id = (const char*)evas_object_data_get(obj, FBR_BTN_ID);
+ const char *id = (const char*)evas_object_data_get(obj, BTN_ID);
if (!id)
return;