Here is an example in a gist: https://gist.github.com/SimonLSchlee/e496830a7872e224b7afbd4fa6ef5fd8
You can't create a hierarchy of menu-items%, because menu-items are always leaf nodes (a "terminating" node in the hierarchy). But you can have many nested menu% elements which can have menu-item% as children wherever you want to be a clickable item, instead of another sub menu. [email protected] schrieb am Samstag, 26. Juni 2021 um 03:10:41 UTC+2: > Is it possible to specify a hierarchy of menu-item options in racket/gui > more than 2 deep? > > In other words, I am able to define menu-item options such that I do get a > menu-bar with options that present sub options and I can call functions > using 'callback' from those suboptions, but I have thus far not been > successful at creating a deeper hierarchy of subsuboptions. > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/d03125b7-c3e8-442e-bfa2-9f55a8f80703n%40googlegroups.com.

