|
Graphics.UI.Gtk.Embedding.Embedding | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
TODO
- NativeWindowId is a CUInt for c2hs and a Word32 for hsc2hs. I used
fromIntegral to make it work, but it doesn't feel right.
|
|
Synopsis |
|
|
|
Documentation |
|
socketHasPlug :: SocketClass s => s -> IO Bool |
Test if a Plug is connected to the socket.
|
|
type NativeWindowId = Word32 |
The identifer of a window to be embedded.
|
|
Produced by Haddock version 0.7 |