Module dlangui.widgets.popup
This module contains popup widgets implementation.
Popups appear above other widgets inside window.
Useful for popup menus, notification popups, etc.
Synopsis
import dlangui.widgets.popup;
Interfaces
Name | Description |
---|---|
OnPopupCloseHandler
|
interface - slot for onPopupCloseListener |
Classes
Name | Description |
---|---|
PopupWidget
|
popup widget container |
Structs
Name | Description |
---|---|
PopupAnchor
|
Enums
Name | Description |
---|---|
PopupAlign
|
popup alignment option flags |
PopupFlags
|
popup behavior flags - for PopupWidget.flags property
|
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0