manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.Widget.PopupWindow

Synopsis

Documentation

data PopupWindow Source

Constructors

PopupWindow 

Fields

pwWindow :: Window
 
pwFrame :: Frame
 

popupWindowDefaultHeight :: IntSource

The default height of popup window.

popupWindowNew :: IO PopupWindowSource

Create popup window.

popupWindowStickParent :: WidgetClass widget => PopupWindow -> widget -> IO ()Source

Stick popup window with parent window. Note, the widget's toplevel widget must be Window, otherwise this function with failed.

popupWindowSetAllocation :: PopupWindow -> Rectangle -> IO ()Source

Set size and position.

popupWindowShow :: PopupWindow -> IO ()Source

Show popup window.

popupWindowHide :: PopupWindow -> IO ()Source

Hide popup window.

popupWindowAdd :: WidgetClass child => PopupWindow -> child -> IO ()Source

Add child.

popupWindowRemove :: PopupWindow -> IO ()Source

Remove children.