Hello,

As far as I can see number of buttons is fixed.
Increasing ELM_POPUP_ACTION_BUTTON_MAX would not help as there will be
no part to swallow more than 3 buttons in the layout.
According to the docs, one will have to use content area to add more buttons.

> Action area can have up to 3 buttons handled using elm_object common APIs 
> mentioned below. If user wants to have more than 3 buttons then these buttons 
> can be put inside the items of a list as content. User needs to handle the 
> clicked signal of these action buttons if required. No event is processed by 
> the widget automatically when clicked on these action buttons.

On Wed, Sep 21, 2016 at 11:19 PM, 임제헌 <jehun...@gmail.com> wrote:
> Hi all,
>
> I have a question about popup widget.
>
> Action area can have up to 3 buttons.
> In the code, ELM_POPUP_ACTION_BUTTON_MAX value is defined as 3.
>
> What is the reason of this restriction?
>
> Is it possible to increase the available number of buttons just by
> modifying ELM_POPUP_ACTION_BUTTON_MAX?
>
> Thanks,
>
> Jehun Lim
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to