manatee-core-0.0.2: The core of Manatee.

Manatee.Toolkit.Widget.Plug

Synopsis

Documentation

data Plug Source

Constructors

Plug 

plugNew :: Maybe NativeWindowId -> IO PlugSource

Create new plug.

plugDestroy :: Plug -> IO ()Source

Destroy plug. Disconnect deleteEvent signal before destroy GtkPlug. Make sure GtkPlug destroy completely.