mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #37] Is there a chance Upp support wxwidgets like sizers? #24
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ASHIT-AXAR on GitHub (Jul 10, 2021).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/37
Hello
i was thinking is there a chance upp support wxwidgets like sizers? vertical and horizontal stack panels ...
it's easier to work with and straightforward to figure out how the GUI will look like.
i know there is something implemented similar, (SizePos, HSizePos, VSizePos).
but i think wxwidgets sizers works easier. like you put a vertical container sizer, and just append the components to it without the need to figure out how it will look like.
@ismail-yilmaz commented on GitHub (Jul 10, 2021):
Assuming that you are talking about this: IMO they look reasoanble, and shouldn't be hard to implement in U++. Maybe I should start exploring and prototyping it for
upphub(a TODO for 2022.1 release, at least)....@ASHIT-AXAR commented on GitHub (Jul 11, 2021):
that is promising. i'm looking forward.
i feel like the basic one (simple horizontal and vertical stack sizer) is the 90 % of the usage.
yasha san kishi
@ismail-yilmaz commented on GitHub (Jul 13, 2021):
@ASHIT-AXAR
OK, I am adding this to my todo list for
upphub. Hopefully the initial version will land in upphub (and upp-components repo, if you don't use TheIDE + upphub), around September 2021.@mirek-fidler commented on GitHub (Jul 13, 2021):
Note: IMO using a class for this is not necessary. I would just create a
function to be put into Layout method...
On Tue, Jul 13, 2021 at 11:02 PM İsmail Yılmaz @.***>
wrote:
@ismail-yilmaz commented on GitHub (Jul 14, 2021):
@mirek-fidler ,
I am thinking of a middle ground here:
my autolayoutctrl.Vert() << my_button << my_array << my_richedit;@ASHIT-AXAR commented on GitHub (Mar 9, 2023):
Yes.
@ASHIT-AXAR commented on GitHub (Mar 10, 2023):
Any news ?