Languages

Menu
Sites
Language
How to create non-title naviframe?

Hi,

How to create non-title naviframe?

I want to add buttons to title-bar more than two. But, naviframe allows just two buttons(left, right), as I know.

So, I'm gonna create non-title naviframe and add new title-bar which has several buttons.

If that is not possible, I want to know how to add buttons over two on naviframe's title.

Thank you!

 

 

View Selected Answer

Responses

2 Replies
Mark as answer
colin Rao

F.Y.I

As below sample code:

ad->nf_it = elm_naviframe_item_push(ad->nf, NULL, NULL, NULL, main_box, NULL);
elm_naviframe_item_title_enabled_set(ad->nf_it, EINA_FALSE, EINA_FALSE);

KJ Lee

Thank you so much!