Hi,

The IupList configuration, Ranier suggested, will place a text box on the
top of the list. A rename of a list item is not possible in IupList.

You can use IupTree or IupFlatTree to simulate a list using a tree.

The additional library IupControls includes the IupMatrix control that can
also be used to simulate a list. Actually we implemented a control called
IupMatrixList that does exactly that. But all the controls in the
IupControls library depend on CD, our graphics library. Not a big deal, but
just to let you know.

Best,
Scuri


Em ter., 15 de set. de 2020 às 02:45, Cezary Drożak <cza...@drozak.net>
escreveu:

> Thank you, I will try these options
>
> On Tue, 15 Sep 2020, 02:24 Pete Lomax via Iup-users, <
> iup-users@lists.sourceforge.net> wrote:
>
>> Don't think you can do exactly that (in-place edit) with an IupList, but
>> you certainly can with an IupMatrix, and probably with a single-level
>> IupTree.
>> On Monday, 14 September 2020, 22:20:37 BST, Cezary Drożak <
>> cza...@drozak.net> wrote:
>>
>>
>> Hello,
>>
>> I am considering switching from Qt to IUP and one thing I cannot find in
>> IUP is the possibility to edit items in IUP inline like on this screenshot:
>> https://doc-snapshots.qt.io/4.8/images/stringlistmodel.png.
>> Is it possible to do it in IUP? It isn't a top priority, as I can always
>> use a pop up, but an inline editor would look better in my opinion.
>>
>> Thanks,
>> Cezary Drożak
>> _______________________________________________
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>> _______________________________________________
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to