This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# "Messages" in this example are synonymous with "events" and "listeners" | |
Context menu | |
Hidden | |
a show yourself message is received -> Showing | |
Showing | |
a menu item is clicked -> Emit message | |
loss of focus is detected -> Hidden | |
# Send message indicating that menuitem X was clicked | |
Emit message |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Glu Builder Startup | |
Init | |
setup -> Setup | |
# Main view for app | |
Viewport visible | |
click a project node -> Project detail panel visible | |
click Add new project -> Project detail panel visible | |
Project detail panel visible |