Hi,

It looks like a triple split. We don't have that. What you can do is to use
2 splits, but the behavior will not be the same, the other two splits will
occupy the space proportionally and the first division will move. Something
like:

IupSplit(IupSplit(box1, box2), box3);

Each box could be:

box = IupVbox(IupHbox(IupButton, IupLabel, IupFill, IupButton),
IupScintilla)

The jump I wouldn't implement.

Best,
Scuri




Em ter., 23 de jun. de 2020 às 11:07, Pete Lomax via Iup-users <
iup-users@lists.sourceforge.net> escreveu:

> Open this pen: https://codepen.io/chriscoyier/pen/zYvoQEQ and resize the
> result panel to see the effect.
> (I am assuming Editor View with the result full height and html/css/js
> stacked on the left or right.)
> The four (blank/grey) aside/sidebar-module boxes should at some point jump
> to below the picture.
>
> What might you suggest in terms of iupVbox/Hbox/Gridbox and/or iupReparent
> or whatever to best replicate that behaviour in IUP?
> _______________________________________________
> 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