Re: [racket-users] Is there a widget like QSplitter in Qt in our GUI library?

2021-03-31 Thread 'Killian Zhuo (KDr2)' via Racket Users
Thank you Laurent, that's exactly what I want! Greetings. Killian Zhuo (KDr2, https://kdr2.com) On Wednesday, March 31, 2021, 05:05:39 PM GMT+8, Laurent wrote: You probably want panel:vertical-dragable% [1] and panel:horizontal-dragable%. See a usage example here: 

Re: [racket-users] Is there a widget like QSplitter in Qt in our GUI library?

2021-03-31 Thread Laurent
You probably want panel:vertical-dragable% [1] and panel:horizontal-dragable%. See a usage example here: https://gist.github.com/Metaxal/946aa17033c10e76c48a74127ae0b11b [1]

[racket-users] Is there a widget like QSplitter in Qt in our GUI library?

2021-03-31 Thread 'Killian Zhuo (KDr2)' via Racket Users
I want to split a pane into two columns and make the columns resizable by dragging their joint border, in Qt, there's an established widget called QSplitter for this purpose. Is there one in Racket's GUI library? or how to implement it in the easiest way? Thanks. Greetings. Killian Zhuo (KDr2,