At Sun, 10 Apr 2016 08:18:50 -0700 (PDT), Theodor Berza wrote:
> The purpose of this project is to make a GUI Builder where the user drags 
> buttons on a frame and the position of the cursor changes in the code the X 
> and Y axis.

I case you haven't found it already, you might want to take a look at
this GUI builder:

 https://github.com/Metaxal/MrEd-Designer


To answer your question more directly, you could create a panel with a
custom layout function to directly position children:

http://docs.racket-lang.org/gui/windowing-overview.html#%28part._new-containers%29


I think MrEd Designer uses the pasteboard approach that Jens Axel
suggests, though.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to