```{warning} This is a simple port from the [original documentation](https://archive.blender.org/wiki/2015/index.php/User:Raa/Addons/Pie_Menu_Editor/). It will be improved in the future. ``` (popup-dialog-editor)= # Pop-up Dialog Pop-up Dialog Editor allows you to create a layout of widgets that can be displayed in pie menus, dialogs, panels or toolbars. ## Mode  Affects the appearance and behavior of the pop-up. | Mode | Pie | Dialog | Popup | |------|-----|--------|-------| | Moving the mouse outside the pop-up closes it | ❌ | ❌ | ✓ | | Interaction with widgets of the pop-up closes it | ✓ | ❌ | ❌ | | OK button | ❌ | ✓ | ❌ | | Movable | ❌ | ✓ | ✓ | | Customizable width | ❌ | ✓ | ✓ | ## Hotkeys ### Button Hotkeys | Hotkey | Action | |--------|--------| | {kbd}`LMB` | Open Menu | | {kbd}`Ctrl+LMB` | Add Button to the Right | | {kbd}`Ctrl+Shift+LMB` | Add Button to the Left | | {kbd}`Ctrl+Alt+LMB` | Remove Button | | {kbd}`Shift+LMB` | Edit Button | | {kbd}`Alt+LMB` | Change Icon | | {kbd}`Alt+OS+LMB` | Clear Icon | | {kbd}`Alt+Shift+LMB` | Hide Text | | {kbd}`OS+LMB` | Toggle Spacer | | {kbd}`Ctrl+OS+LMB` | Copy Button | | {kbd}`Ctrl+Shift+OS+LMB` | Paste Button | ### Row Button Hotkeys | Hotkey | Action | |--------|--------| | {kbd}`LMB` | Open Menu | | {kbd}`Ctrl+LMB` | Add Row Below | | {kbd}`Ctrl+Shift+LMB` | Add Row Above | | {kbd}`Shift+LMB` | Toggle Row Size | | {kbd}`OS+LMB` | Toggle Row Spacer | ## Layout 
Blender uses row/column based layout system. The editor allows you to set-up a column of rows with optional sub-columns and sub-rows.