diff --git a/Glossary.md b/Glossary.md index d279c3b..4b45b9a 100644 --- a/Glossary.md +++ b/Glossary.md @@ -36,6 +36,8 @@ ## Docking Terms +![Docking](https://user-images.githubusercontent.com/8225057/97541627-c0dea300-19c5-11eb-9416-8bb255e189a1.png) + **Docking** (noun): refers to the Docking subsystem as a whole. **Docking** (verb): refers to the action of combining one Window or Dock Node into another Window or Dock Node. A docking operation can be a "Split" (split the target window/node into two sections) or an "Merge" (add into the existing target window/node). @@ -58,6 +60,8 @@ ## Multi-Viewports Terms +![MultiViewports](https://user-images.githubusercontent.com/8225057/97542423-fe8ffb80-19c6-11eb-9bf5-e26d86364e55.png) + Note: when talking about issues related to the multi-viewports feature, always try to remove ambiguity by specifying if an item is controlled by Dear ImGui or the host system - e.g. "_Dear ImGui Window_" vs "_Platform Window_". **Desktop**: the area managed by the Operating System or Window Manager that covers all _Platform Monitors_.