2016-10-23 11:07 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
On 23/10/16 06:53, CodeDmitry wrote:
Are there any good resources that teach how to go around doing stuff like
this, or do I have to reinvent it myself by researching how Pharo GUI works
internally, and figure out how to do this by successful incremental
experiments?

This mostly just assembles and configures a number of existing parts. Take a look at DockingBarMorph & friends.

Another example, if the menu should be per app window and not per pharo window, look at
the ApplicationWithToolbar example.
��

Stephan