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;
popup widget container
popup alignment option flags
popup behavior flags - for PopupWidget.flags property
interface - slot for onPopupCloseListener
See Source File
Boost License 1.0
Vadim Lopatin, 2014
Vadim Lopatin, coolreader.org@gmail.com
This module contains popup widgets implementation.
Popups appear above other widgets inside window.
Useful for popup menus, notification popups, etc.
Synopsis: