Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gdk.Structs.EventWindowState
Description
Generated when the state of a toplevel window changes.
- newtype EventWindowState = EventWindowState (ForeignPtr EventWindowState)
- noEventWindowState :: Maybe EventWindowState
- eventWindowStateReadChangedMask :: EventWindowState -> IO [WindowState]
- eventWindowStateReadNewWindowState :: EventWindowState -> IO [WindowState]
- eventWindowStateReadSendEvent :: EventWindowState -> IO Int8
- eventWindowStateReadType :: EventWindowState -> IO EventType
- eventWindowStateReadWindow :: EventWindowState -> IO Window
Exported types
newtype EventWindowState Source
Constructors
EventWindowState (ForeignPtr EventWindowState) |