| 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.Gtk.Objects.Window
Contents
- Exported types
- Methods
- activateDefault
- activateFocus
- activateKey
- addAccelGroup
- addMnemonic
- beginMoveDrag
- beginResizeDrag
- close
- deiconify
- fullscreen
- fullscreenOnMonitor
- getAcceptFocus
- getApplication
- getAttachedTo
- getDecorated
- getDefaultIconList
- getDefaultIconName
- getDefaultSize
- getDefaultWidget
- getDeletable
- getDestroyWithParent
- getFocus
- getFocusOnMap
- getFocusVisible
- getGravity
- getGroup
- getHasResizeGrip
- getHideTitlebarWhenMaximized
- getIcon
- getIconList
- getIconName
- getMnemonicModifier
- getMnemonicsVisible
- getModal
- getOpacity
- getPosition
- getResizable
- getResizeGripArea
- getRole
- getScreen
- getSize
- getSkipPagerHint
- getSkipTaskbarHint
- getTitle
- getTitlebar
- getTransientFor
- getTypeHint
- getUrgencyHint
- getWindowType
- hasGroup
- hasToplevelFocus
- iconify
- isActive
- isMaximized
- listToplevels
- maximize
- mnemonicActivate
- move
- new
- parseGeometry
- present
- presentWithTime
- propagateKeyEvent
- removeAccelGroup
- removeMnemonic
- reshowWithInitialSize
- resize
- resizeGripIsVisible
- resizeToGeometry
- setAcceptFocus
- setApplication
- setAttachedTo
- setAutoStartupNotification
- setDecorated
- setDefault
- setDefaultGeometry
- setDefaultIcon
- setDefaultIconFromFile
- setDefaultIconList
- setDefaultIconName
- setDefaultSize
- setDeletable
- setDestroyWithParent
- setFocus
- setFocusOnMap
- setFocusVisible
- setGeometryHints
- setGravity
- setHasResizeGrip
- setHasUserRefCount
- setHideTitlebarWhenMaximized
- setIcon
- setIconFromFile
- setIconList
- setIconName
- setInteractiveDebugging
- setKeepAbove
- setKeepBelow
- setMnemonicModifier
- setMnemonicsVisible
- setModal
- setOpacity
- setPosition
- setResizable
- setRole
- setScreen
- setSkipPagerHint
- setSkipTaskbarHint
- setStartupId
- setTitle
- setTitlebar
- setTransientFor
- setTypeHint
- setUrgencyHint
- setWmclass
- stick
- unfullscreen
- unmaximize
- unstick
- Properties
- acceptFocus
- application
- attachedTo
- decorated
- defaultHeight
- defaultWidth
- deletable
- destroyWithParent
- focusOnMap
- focusVisible
- gravity
- hasResizeGrip
- hasToplevelFocus
- hideTitlebarWhenMaximized
- icon
- iconName
- isActive
- isMaximized
- mnemonicsVisible
- modal
- resizable
- resizeGripVisible
- role
- screen
- skipPagerHint
- skipTaskbarHint
- startupId
- title
- transientFor
- type
- typeHint
- urgencyHint
- windowPosition
- Signals
Description
- newtype Window = Window (ManagedPtr Window)
- class GObject o => IsWindow o
- toWindow :: IsWindow o => o -> IO Window
- noWindow :: Maybe Window
- data WindowActivateDefaultMethodInfo
- windowActivateDefault :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowActivateFocusMethodInfo
- windowActivateFocus :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowActivateKeyMethodInfo
- windowActivateKey :: (MonadIO m, IsWindow a) => a -> EventKey -> m Bool
- data WindowAddAccelGroupMethodInfo
- windowAddAccelGroup :: (MonadIO m, IsWindow a, IsAccelGroup b) => a -> b -> m ()
- data WindowAddMnemonicMethodInfo
- windowAddMnemonic :: (MonadIO m, IsWindow a, IsWidget b) => a -> Word32 -> b -> m ()
- data WindowBeginMoveDragMethodInfo
- windowBeginMoveDrag :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> Int32 -> Word32 -> m ()
- data WindowBeginResizeDragMethodInfo
- windowBeginResizeDrag :: (MonadIO m, IsWindow a) => a -> WindowEdge -> Int32 -> Int32 -> Int32 -> Word32 -> m ()
- data WindowCloseMethodInfo
- windowClose :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowDeiconifyMethodInfo
- windowDeiconify :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowFullscreenMethodInfo
- windowFullscreen :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowFullscreenOnMonitorMethodInfo
- windowFullscreenOnMonitor :: (MonadIO m, IsWindow a, IsScreen b) => a -> b -> Int32 -> m ()
- data WindowGetAcceptFocusMethodInfo
- windowGetAcceptFocus :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetApplicationMethodInfo
- windowGetApplication :: (MonadIO m, IsWindow a) => a -> m (Maybe Application)
- data WindowGetAttachedToMethodInfo
- windowGetAttachedTo :: (MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- data WindowGetDecoratedMethodInfo
- windowGetDecorated :: (MonadIO m, IsWindow a) => a -> m Bool
- windowGetDefaultIconList :: MonadIO m => m [Pixbuf]
- windowGetDefaultIconName :: MonadIO m => m Text
- data WindowGetDefaultSizeMethodInfo
- windowGetDefaultSize :: (MonadIO m, IsWindow a) => a -> m (Int32, Int32)
- data WindowGetDefaultWidgetMethodInfo
- windowGetDefaultWidget :: (MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- data WindowGetDeletableMethodInfo
- windowGetDeletable :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetDestroyWithParentMethodInfo
- windowGetDestroyWithParent :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetFocusMethodInfo
- windowGetFocus :: (MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- data WindowGetFocusOnMapMethodInfo
- windowGetFocusOnMap :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetFocusVisibleMethodInfo
- windowGetFocusVisible :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetGravityMethodInfo
- windowGetGravity :: (MonadIO m, IsWindow a) => a -> m Gravity
- data WindowGetGroupMethodInfo
- windowGetGroup :: (MonadIO m, IsWindow a) => a -> m WindowGroup
- data WindowGetHasResizeGripMethodInfo
- windowGetHasResizeGrip :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetHideTitlebarWhenMaximizedMethodInfo
- windowGetHideTitlebarWhenMaximized :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetIconMethodInfo
- windowGetIcon :: (MonadIO m, IsWindow a) => a -> m Pixbuf
- data WindowGetIconListMethodInfo
- windowGetIconList :: (MonadIO m, IsWindow a) => a -> m [Pixbuf]
- data WindowGetIconNameMethodInfo
- windowGetIconName :: (MonadIO m, IsWindow a) => a -> m (Maybe Text)
- data WindowGetMnemonicModifierMethodInfo
- windowGetMnemonicModifier :: (MonadIO m, IsWindow a) => a -> m [ModifierType]
- data WindowGetMnemonicsVisibleMethodInfo
- windowGetMnemonicsVisible :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetModalMethodInfo
- windowGetModal :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetOpacityMethodInfo
- windowGetOpacity :: (MonadIO m, IsWindow a) => a -> m Double
- data WindowGetPositionMethodInfo
- windowGetPosition :: (MonadIO m, IsWindow a) => a -> m (Int32, Int32)
- data WindowGetResizableMethodInfo
- windowGetResizable :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetResizeGripAreaMethodInfo
- windowGetResizeGripArea :: (MonadIO m, IsWindow a) => a -> m (Bool, Rectangle)
- data WindowGetRoleMethodInfo
- windowGetRole :: (MonadIO m, IsWindow a) => a -> m (Maybe Text)
- data WindowGetScreenMethodInfo
- windowGetScreen :: (MonadIO m, IsWindow a) => a -> m Screen
- data WindowGetSizeMethodInfo
- windowGetSize :: (MonadIO m, IsWindow a) => a -> m (Int32, Int32)
- data WindowGetSkipPagerHintMethodInfo
- windowGetSkipPagerHint :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetSkipTaskbarHintMethodInfo
- windowGetSkipTaskbarHint :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetTitleMethodInfo
- windowGetTitle :: (MonadIO m, IsWindow a) => a -> m (Maybe Text)
- data WindowGetTitlebarMethodInfo
- windowGetTitlebar :: (MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- data WindowGetTransientForMethodInfo
- windowGetTransientFor :: (MonadIO m, IsWindow a) => a -> m (Maybe Window)
- data WindowGetTypeHintMethodInfo
- windowGetTypeHint :: (MonadIO m, IsWindow a) => a -> m WindowTypeHint
- data WindowGetUrgencyHintMethodInfo
- windowGetUrgencyHint :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowGetWindowTypeMethodInfo
- windowGetWindowType :: (MonadIO m, IsWindow a) => a -> m WindowType
- data WindowHasGroupMethodInfo
- windowHasGroup :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowHasToplevelFocusMethodInfo
- windowHasToplevelFocus :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowIconifyMethodInfo
- windowIconify :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowIsActiveMethodInfo
- windowIsActive :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowIsMaximizedMethodInfo
- windowIsMaximized :: (MonadIO m, IsWindow a) => a -> m Bool
- windowListToplevels :: MonadIO m => m [Widget]
- data WindowMaximizeMethodInfo
- windowMaximize :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowMnemonicActivateMethodInfo
- windowMnemonicActivate :: (MonadIO m, IsWindow a) => a -> Word32 -> [ModifierType] -> m Bool
- data WindowMoveMethodInfo
- windowMove :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m ()
- windowNew :: MonadIO m => WindowType -> m Window
- data WindowParseGeometryMethodInfo
- windowParseGeometry :: (MonadIO m, IsWindow a) => a -> Text -> m Bool
- data WindowPresentMethodInfo
- windowPresent :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowPresentWithTimeMethodInfo
- windowPresentWithTime :: (MonadIO m, IsWindow a) => a -> Word32 -> m ()
- data WindowPropagateKeyEventMethodInfo
- windowPropagateKeyEvent :: (MonadIO m, IsWindow a) => a -> EventKey -> m Bool
- data WindowRemoveAccelGroupMethodInfo
- windowRemoveAccelGroup :: (MonadIO m, IsWindow a, IsAccelGroup b) => a -> b -> m ()
- data WindowRemoveMnemonicMethodInfo
- windowRemoveMnemonic :: (MonadIO m, IsWindow a, IsWidget b) => a -> Word32 -> b -> m ()
- data WindowReshowWithInitialSizeMethodInfo
- windowReshowWithInitialSize :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowResizeMethodInfo
- windowResize :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m ()
- data WindowResizeGripIsVisibleMethodInfo
- windowResizeGripIsVisible :: (MonadIO m, IsWindow a) => a -> m Bool
- data WindowResizeToGeometryMethodInfo
- windowResizeToGeometry :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m ()
- data WindowSetAcceptFocusMethodInfo
- windowSetAcceptFocus :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetApplicationMethodInfo
- windowSetApplication :: (MonadIO m, IsWindow a, IsApplication b) => a -> Maybe b -> m ()
- data WindowSetAttachedToMethodInfo
- windowSetAttachedTo :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()
- windowSetAutoStartupNotification :: MonadIO m => Bool -> m ()
- data WindowSetDecoratedMethodInfo
- windowSetDecorated :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetDefaultMethodInfo
- windowSetDefault :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()
- data WindowSetDefaultGeometryMethodInfo
- windowSetDefaultGeometry :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m ()
- windowSetDefaultIcon :: (MonadIO m, IsPixbuf a) => a -> m ()
- windowSetDefaultIconFromFile :: MonadIO m => [Char] -> m ()
- windowSetDefaultIconList :: (MonadIO m, IsPixbuf a) => [a] -> m ()
- windowSetDefaultIconName :: MonadIO m => Text -> m ()
- data WindowSetDefaultSizeMethodInfo
- windowSetDefaultSize :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m ()
- data WindowSetDeletableMethodInfo
- windowSetDeletable :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetDestroyWithParentMethodInfo
- windowSetDestroyWithParent :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetFocusMethodInfo
- windowSetFocus :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()
- data WindowSetFocusOnMapMethodInfo
- windowSetFocusOnMap :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetFocusVisibleMethodInfo
- windowSetFocusVisible :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetGeometryHintsMethodInfo
- windowSetGeometryHints :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> Maybe Geometry -> [WindowHints] -> m ()
- data WindowSetGravityMethodInfo
- windowSetGravity :: (MonadIO m, IsWindow a) => a -> Gravity -> m ()
- data WindowSetHasResizeGripMethodInfo
- windowSetHasResizeGrip :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetHasUserRefCountMethodInfo
- windowSetHasUserRefCount :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetHideTitlebarWhenMaximizedMethodInfo
- windowSetHideTitlebarWhenMaximized :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetIconMethodInfo
- windowSetIcon :: (MonadIO m, IsWindow a, IsPixbuf b) => a -> Maybe b -> m ()
- data WindowSetIconFromFileMethodInfo
- windowSetIconFromFile :: (MonadIO m, IsWindow a) => a -> [Char] -> m ()
- data WindowSetIconListMethodInfo
- windowSetIconList :: (MonadIO m, IsWindow a, IsPixbuf b) => a -> [b] -> m ()
- data WindowSetIconNameMethodInfo
- windowSetIconName :: (MonadIO m, IsWindow a) => a -> Maybe Text -> m ()
- windowSetInteractiveDebugging :: MonadIO m => Bool -> m ()
- data WindowSetKeepAboveMethodInfo
- windowSetKeepAbove :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetKeepBelowMethodInfo
- windowSetKeepBelow :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetMnemonicModifierMethodInfo
- windowSetMnemonicModifier :: (MonadIO m, IsWindow a) => a -> [ModifierType] -> m ()
- data WindowSetMnemonicsVisibleMethodInfo
- windowSetMnemonicsVisible :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetModalMethodInfo
- windowSetModal :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetOpacityMethodInfo
- windowSetOpacity :: (MonadIO m, IsWindow a) => a -> Double -> m ()
- data WindowSetPositionMethodInfo
- windowSetPosition :: (MonadIO m, IsWindow a) => a -> WindowPosition -> m ()
- data WindowSetResizableMethodInfo
- windowSetResizable :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetRoleMethodInfo
- windowSetRole :: (MonadIO m, IsWindow a) => a -> Text -> m ()
- data WindowSetScreenMethodInfo
- windowSetScreen :: (MonadIO m, IsWindow a, IsScreen b) => a -> b -> m ()
- data WindowSetSkipPagerHintMethodInfo
- windowSetSkipPagerHint :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetSkipTaskbarHintMethodInfo
- windowSetSkipTaskbarHint :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetStartupIdMethodInfo
- windowSetStartupId :: (MonadIO m, IsWindow a) => a -> Text -> m ()
- data WindowSetTitleMethodInfo
- windowSetTitle :: (MonadIO m, IsWindow a) => a -> Text -> m ()
- data WindowSetTitlebarMethodInfo
- windowSetTitlebar :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()
- data WindowSetTransientForMethodInfo
- windowSetTransientFor :: (MonadIO m, IsWindow a, IsWindow b) => a -> Maybe b -> m ()
- data WindowSetTypeHintMethodInfo
- windowSetTypeHint :: (MonadIO m, IsWindow a) => a -> WindowTypeHint -> m ()
- data WindowSetUrgencyHintMethodInfo
- windowSetUrgencyHint :: (MonadIO m, IsWindow a) => a -> Bool -> m ()
- data WindowSetWmclassMethodInfo
- windowSetWmclass :: (MonadIO m, IsWindow a) => a -> Text -> Text -> m ()
- data WindowStickMethodInfo
- windowStick :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowUnfullscreenMethodInfo
- windowUnfullscreen :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowUnmaximizeMethodInfo
- windowUnmaximize :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowUnstickMethodInfo
- windowUnstick :: (MonadIO m, IsWindow a) => a -> m ()
- data WindowAcceptFocusPropertyInfo
- constructWindowAcceptFocus :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowAcceptFocus :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowAcceptFocus :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowAcceptFocus :: AttrLabelProxy "acceptFocus"
- data WindowApplicationPropertyInfo
- clearWindowApplication :: (MonadIO m, IsWindow o) => o -> m ()
- constructWindowApplication :: (IsWindow o, IsApplication a) => a -> IO (GValueConstruct o)
- getWindowApplication :: (MonadIO m, IsWindow o) => o -> m (Maybe Application)
- setWindowApplication :: (MonadIO m, IsWindow o, IsApplication a) => o -> a -> m ()
- windowApplication :: AttrLabelProxy "application"
- data WindowAttachedToPropertyInfo
- clearWindowAttachedTo :: (MonadIO m, IsWindow o) => o -> m ()
- constructWindowAttachedTo :: (IsWindow o, IsWidget a) => a -> IO (GValueConstruct o)
- getWindowAttachedTo :: (MonadIO m, IsWindow o) => o -> m (Maybe Widget)
- setWindowAttachedTo :: (MonadIO m, IsWindow o, IsWidget a) => o -> a -> m ()
- windowAttachedTo :: AttrLabelProxy "attachedTo"
- data WindowDecoratedPropertyInfo
- constructWindowDecorated :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowDecorated :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowDecorated :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowDecorated :: AttrLabelProxy "decorated"
- data WindowDefaultHeightPropertyInfo
- constructWindowDefaultHeight :: IsWindow o => Int32 -> IO (GValueConstruct o)
- getWindowDefaultHeight :: (MonadIO m, IsWindow o) => o -> m Int32
- setWindowDefaultHeight :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()
- windowDefaultHeight :: AttrLabelProxy "defaultHeight"
- data WindowDefaultWidthPropertyInfo
- constructWindowDefaultWidth :: IsWindow o => Int32 -> IO (GValueConstruct o)
- getWindowDefaultWidth :: (MonadIO m, IsWindow o) => o -> m Int32
- setWindowDefaultWidth :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()
- windowDefaultWidth :: AttrLabelProxy "defaultWidth"
- data WindowDeletablePropertyInfo
- constructWindowDeletable :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowDeletable :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowDeletable :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowDeletable :: AttrLabelProxy "deletable"
- data WindowDestroyWithParentPropertyInfo
- constructWindowDestroyWithParent :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowDestroyWithParent :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowDestroyWithParent :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowDestroyWithParent :: AttrLabelProxy "destroyWithParent"
- data WindowFocusOnMapPropertyInfo
- constructWindowFocusOnMap :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowFocusOnMap :: AttrLabelProxy "focusOnMap"
- data WindowFocusVisiblePropertyInfo
- constructWindowFocusVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowFocusVisible :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowFocusVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowFocusVisible :: AttrLabelProxy "focusVisible"
- data WindowGravityPropertyInfo
- constructWindowGravity :: IsWindow o => Gravity -> IO (GValueConstruct o)
- getWindowGravity :: (MonadIO m, IsWindow o) => o -> m Gravity
- setWindowGravity :: (MonadIO m, IsWindow o) => o -> Gravity -> m ()
- windowGravity :: AttrLabelProxy "gravity"
- data WindowHasResizeGripPropertyInfo
- constructWindowHasResizeGrip :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowHasResizeGrip :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowHasResizeGrip :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowHasResizeGrip :: AttrLabelProxy "hasResizeGrip"
- data WindowHasToplevelFocusPropertyInfo
- getWindowHasToplevelFocus :: (MonadIO m, IsWindow o) => o -> m Bool
- data WindowHideTitlebarWhenMaximizedPropertyInfo
- constructWindowHideTitlebarWhenMaximized :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowHideTitlebarWhenMaximized :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowHideTitlebarWhenMaximized :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowHideTitlebarWhenMaximized :: AttrLabelProxy "hideTitlebarWhenMaximized"
- data WindowIconPropertyInfo
- clearWindowIcon :: (MonadIO m, IsWindow o) => o -> m ()
- constructWindowIcon :: (IsWindow o, IsPixbuf a) => a -> IO (GValueConstruct o)
- getWindowIcon :: (MonadIO m, IsWindow o) => o -> m Pixbuf
- setWindowIcon :: (MonadIO m, IsWindow o, IsPixbuf a) => o -> a -> m ()
- windowIcon :: AttrLabelProxy "icon"
- data WindowIconNamePropertyInfo
- clearWindowIconName :: (MonadIO m, IsWindow o) => o -> m ()
- constructWindowIconName :: IsWindow o => Text -> IO (GValueConstruct o)
- getWindowIconName :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- setWindowIconName :: (MonadIO m, IsWindow o) => o -> Text -> m ()
- windowIconName :: AttrLabelProxy "iconName"
- data WindowIsActivePropertyInfo
- getWindowIsActive :: (MonadIO m, IsWindow o) => o -> m Bool
- data WindowIsMaximizedPropertyInfo
- getWindowIsMaximized :: (MonadIO m, IsWindow o) => o -> m Bool
- data WindowMnemonicsVisiblePropertyInfo
- constructWindowMnemonicsVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowMnemonicsVisible :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowMnemonicsVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowMnemonicsVisible :: AttrLabelProxy "mnemonicsVisible"
- data WindowModalPropertyInfo
- constructWindowModal :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowModal :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowModal :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowModal :: AttrLabelProxy "modal"
- data WindowResizablePropertyInfo
- constructWindowResizable :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowResizable :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowResizable :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowResizable :: AttrLabelProxy "resizable"
- data WindowResizeGripVisiblePropertyInfo
- getWindowResizeGripVisible :: (MonadIO m, IsWindow o) => o -> m Bool
- windowResizeGripVisible :: AttrLabelProxy "resizeGripVisible"
- data WindowRolePropertyInfo
- constructWindowRole :: IsWindow o => Text -> IO (GValueConstruct o)
- getWindowRole :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- setWindowRole :: (MonadIO m, IsWindow o) => o -> Text -> m ()
- windowRole :: AttrLabelProxy "role"
- data WindowScreenPropertyInfo
- constructWindowScreen :: (IsWindow o, IsScreen a) => a -> IO (GValueConstruct o)
- getWindowScreen :: (MonadIO m, IsWindow o) => o -> m Screen
- setWindowScreen :: (MonadIO m, IsWindow o, IsScreen a) => o -> a -> m ()
- windowScreen :: AttrLabelProxy "screen"
- data WindowSkipPagerHintPropertyInfo
- constructWindowSkipPagerHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowSkipPagerHint :: AttrLabelProxy "skipPagerHint"
- data WindowSkipTaskbarHintPropertyInfo
- constructWindowSkipTaskbarHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowSkipTaskbarHint :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowSkipTaskbarHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowSkipTaskbarHint :: AttrLabelProxy "skipTaskbarHint"
- data WindowStartupIdPropertyInfo
- constructWindowStartupId :: IsWindow o => Text -> IO (GValueConstruct o)
- setWindowStartupId :: (MonadIO m, IsWindow o) => o -> Text -> m ()
- windowStartupId :: AttrLabelProxy "startupId"
- data WindowTitlePropertyInfo
- constructWindowTitle :: IsWindow o => Text -> IO (GValueConstruct o)
- getWindowTitle :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- setWindowTitle :: (MonadIO m, IsWindow o) => o -> Text -> m ()
- windowTitle :: AttrLabelProxy "title"
- data WindowTransientForPropertyInfo
- clearWindowTransientFor :: (MonadIO m, IsWindow o) => o -> m ()
- constructWindowTransientFor :: (IsWindow o, IsWindow a) => a -> IO (GValueConstruct o)
- getWindowTransientFor :: (MonadIO m, IsWindow o) => o -> m (Maybe Window)
- setWindowTransientFor :: (MonadIO m, IsWindow o, IsWindow a) => o -> a -> m ()
- windowTransientFor :: AttrLabelProxy "transientFor"
- data WindowTypePropertyInfo
- constructWindowType :: IsWindow o => WindowType -> IO (GValueConstruct o)
- getWindowType :: (MonadIO m, IsWindow o) => o -> m WindowType
- windowType :: AttrLabelProxy "type"
- data WindowTypeHintPropertyInfo
- constructWindowTypeHint :: IsWindow o => WindowTypeHint -> IO (GValueConstruct o)
- getWindowTypeHint :: (MonadIO m, IsWindow o) => o -> m WindowTypeHint
- setWindowTypeHint :: (MonadIO m, IsWindow o) => o -> WindowTypeHint -> m ()
- windowTypeHint :: AttrLabelProxy "typeHint"
- data WindowUrgencyHintPropertyInfo
- constructWindowUrgencyHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- getWindowUrgencyHint :: (MonadIO m, IsWindow o) => o -> m Bool
- setWindowUrgencyHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()
- windowUrgencyHint :: AttrLabelProxy "urgencyHint"
- data WindowWindowPositionPropertyInfo
- constructWindowWindowPosition :: IsWindow o => WindowPosition -> IO (GValueConstruct o)
- getWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> m WindowPosition
- setWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> WindowPosition -> m ()
- windowWindowPosition :: AttrLabelProxy "windowPosition"
- type C_WindowActivateDefaultCallback = Ptr () -> Ptr () -> IO ()
- type WindowActivateDefaultCallback = IO ()
- data WindowActivateDefaultSignalInfo
- afterWindowActivateDefault :: (GObject a, MonadIO m) => a -> WindowActivateDefaultCallback -> m SignalHandlerId
- genClosure_WindowActivateDefault :: WindowActivateDefaultCallback -> IO Closure
- mk_WindowActivateDefaultCallback :: C_WindowActivateDefaultCallback -> IO (FunPtr C_WindowActivateDefaultCallback)
- noWindowActivateDefaultCallback :: Maybe WindowActivateDefaultCallback
- onWindowActivateDefault :: (GObject a, MonadIO m) => a -> WindowActivateDefaultCallback -> m SignalHandlerId
- wrap_WindowActivateDefaultCallback :: WindowActivateDefaultCallback -> Ptr () -> Ptr () -> IO ()
- type C_WindowActivateFocusCallback = Ptr () -> Ptr () -> IO ()
- type WindowActivateFocusCallback = IO ()
- data WindowActivateFocusSignalInfo
- afterWindowActivateFocus :: (GObject a, MonadIO m) => a -> WindowActivateFocusCallback -> m SignalHandlerId
- genClosure_WindowActivateFocus :: WindowActivateFocusCallback -> IO Closure
- mk_WindowActivateFocusCallback :: C_WindowActivateFocusCallback -> IO (FunPtr C_WindowActivateFocusCallback)
- noWindowActivateFocusCallback :: Maybe WindowActivateFocusCallback
- onWindowActivateFocus :: (GObject a, MonadIO m) => a -> WindowActivateFocusCallback -> m SignalHandlerId
- wrap_WindowActivateFocusCallback :: WindowActivateFocusCallback -> Ptr () -> Ptr () -> IO ()
- type C_WindowEnableDebuggingCallback = Ptr () -> CInt -> Ptr () -> IO CInt
- type WindowEnableDebuggingCallback = Bool -> IO Bool
- data WindowEnableDebuggingSignalInfo
- afterWindowEnableDebugging :: (GObject a, MonadIO m) => a -> WindowEnableDebuggingCallback -> m SignalHandlerId
- genClosure_WindowEnableDebugging :: WindowEnableDebuggingCallback -> IO Closure
- mk_WindowEnableDebuggingCallback :: C_WindowEnableDebuggingCallback -> IO (FunPtr C_WindowEnableDebuggingCallback)
- noWindowEnableDebuggingCallback :: Maybe WindowEnableDebuggingCallback
- onWindowEnableDebugging :: (GObject a, MonadIO m) => a -> WindowEnableDebuggingCallback -> m SignalHandlerId
- wrap_WindowEnableDebuggingCallback :: WindowEnableDebuggingCallback -> Ptr () -> CInt -> Ptr () -> IO CInt
- type C_WindowKeysChangedCallback = Ptr () -> Ptr () -> IO ()
- type WindowKeysChangedCallback = IO ()
- data WindowKeysChangedSignalInfo
- afterWindowKeysChanged :: (GObject a, MonadIO m) => a -> WindowKeysChangedCallback -> m SignalHandlerId
- genClosure_WindowKeysChanged :: WindowKeysChangedCallback -> IO Closure
- mk_WindowKeysChangedCallback :: C_WindowKeysChangedCallback -> IO (FunPtr C_WindowKeysChangedCallback)
- noWindowKeysChangedCallback :: Maybe WindowKeysChangedCallback
- onWindowKeysChanged :: (GObject a, MonadIO m) => a -> WindowKeysChangedCallback -> m SignalHandlerId
- wrap_WindowKeysChangedCallback :: WindowKeysChangedCallback -> Ptr () -> Ptr () -> IO ()
- type C_WindowSetFocusCallback = Ptr () -> Ptr Widget -> Ptr () -> IO ()
- type WindowSetFocusCallback = Widget -> IO ()
- data WindowSetFocusSignalInfo
- afterWindowSetFocus :: (GObject a, MonadIO m) => a -> WindowSetFocusCallback -> m SignalHandlerId
- genClosure_WindowSetFocus :: WindowSetFocusCallback -> IO Closure
- mk_WindowSetFocusCallback :: C_WindowSetFocusCallback -> IO (FunPtr C_WindowSetFocusCallback)
- noWindowSetFocusCallback :: Maybe WindowSetFocusCallback
- onWindowSetFocus :: (GObject a, MonadIO m) => a -> WindowSetFocusCallback -> m SignalHandlerId
- wrap_WindowSetFocusCallback :: WindowSetFocusCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO ()
Exported types
Instances
| GObject Window Source # | |
| IsObject Window Source # | |
| IsWindow Window Source # | |
| IsWidget Window Source # | |
| IsContainer Window Source # | |
| IsBin Window Source # | |
| IsBuildable Window Source # | |
| IsImplementorIface Window Source # | |
| ((~) * info (ResolveWindowMethod t Window), MethodInfo * info Window p) => IsLabel t (Window -> p) Source # | |
| ((~) * info (ResolveWindowMethod t Window), MethodInfo * info Window p) => IsLabelProxy t (Window -> p) Source # | |
| HasAttributeList * Window Source # | |
| type SignalList Window Source # | |
| type AttributeList Window Source # | |
class GObject o => IsWindow o Source #
Instances
Methods
activateDefault
activateFocus
activateKey
addAccelGroup
data WindowAddAccelGroupMethodInfo Source #
Instances
| ((~) * signature (b -> m ()), MonadIO m, IsWindow a, IsAccelGroup b) => MethodInfo * WindowAddAccelGroupMethodInfo a signature Source # | |
windowAddAccelGroup :: (MonadIO m, IsWindow a, IsAccelGroup b) => a -> b -> m () Source #
addMnemonic
beginMoveDrag
windowBeginMoveDrag :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> Int32 -> Word32 -> m () Source #
beginResizeDrag
windowBeginResizeDrag :: (MonadIO m, IsWindow a) => a -> WindowEdge -> Int32 -> Int32 -> Int32 -> Word32 -> m () Source #
close
data WindowCloseMethodInfo Source #
windowClose :: (MonadIO m, IsWindow a) => a -> m () Source #
deiconify
windowDeiconify :: (MonadIO m, IsWindow a) => a -> m () Source #
fullscreen
windowFullscreen :: (MonadIO m, IsWindow a) => a -> m () Source #
fullscreenOnMonitor
windowFullscreenOnMonitor :: (MonadIO m, IsWindow a, IsScreen b) => a -> b -> Int32 -> m () Source #
getAcceptFocus
getApplication
data WindowGetApplicationMethodInfo Source #
Instances
| ((~) * signature (m (Maybe Application)), MonadIO m, IsWindow a) => MethodInfo * WindowGetApplicationMethodInfo a signature Source # | |
windowGetApplication :: (MonadIO m, IsWindow a) => a -> m (Maybe Application) Source #
getAttachedTo
getDecorated
getDefaultIconList
windowGetDefaultIconList :: MonadIO m => m [Pixbuf] Source #
getDefaultIconName
windowGetDefaultIconName :: MonadIO m => m Text Source #
getDefaultSize
getDefaultWidget
getDeletable
getDestroyWithParent
getFocus
getFocusOnMap
getFocusVisible
getGravity
windowGetGravity :: (MonadIO m, IsWindow a) => a -> m Gravity Source #
getGroup
data WindowGetGroupMethodInfo Source #
Instances
| ((~) * signature (m WindowGroup), MonadIO m, IsWindow a) => MethodInfo * WindowGetGroupMethodInfo a signature Source # | |
windowGetGroup :: (MonadIO m, IsWindow a) => a -> m WindowGroup Source #
getHasResizeGrip
windowGetHasResizeGrip :: (MonadIO m, IsWindow a) => a -> m Bool Source #
Deprecated: (Since version 3.14)Resize grips have been removed.
getHideTitlebarWhenMaximized
getIcon
windowGetIcon :: (MonadIO m, IsWindow a) => a -> m Pixbuf Source #
getIconList
windowGetIconList :: (MonadIO m, IsWindow a) => a -> m [Pixbuf] Source #
getIconName
getMnemonicModifier
windowGetMnemonicModifier :: (MonadIO m, IsWindow a) => a -> m [ModifierType] Source #
getMnemonicsVisible
getModal
getOpacity
windowGetOpacity :: (MonadIO m, IsWindow a) => a -> m Double Source #
Deprecated: (Since version 3.8)Use gtk_widget_get_opacity instead.
getPosition
getResizable
getResizeGripArea
windowGetResizeGripArea :: (MonadIO m, IsWindow a) => a -> m (Bool, Rectangle) Source #
Deprecated: (Since version 3.14)Resize grips have been removed.
getRole
getScreen
windowGetScreen :: (MonadIO m, IsWindow a) => a -> m Screen Source #
getSize
getSkipPagerHint
getSkipTaskbarHint
getTitle
getTitlebar
getTransientFor
getTypeHint
windowGetTypeHint :: (MonadIO m, IsWindow a) => a -> m WindowTypeHint Source #
getUrgencyHint
getWindowType
data WindowGetWindowTypeMethodInfo Source #
Instances
| ((~) * signature (m WindowType), MonadIO m, IsWindow a) => MethodInfo * WindowGetWindowTypeMethodInfo a signature Source # | |
windowGetWindowType :: (MonadIO m, IsWindow a) => a -> m WindowType Source #
hasGroup
hasToplevelFocus
iconify
windowIconify :: (MonadIO m, IsWindow a) => a -> m () Source #
isActive
isMaximized
listToplevels
windowListToplevels :: MonadIO m => m [Widget] Source #
maximize
windowMaximize :: (MonadIO m, IsWindow a) => a -> m () Source #
mnemonicActivate
windowMnemonicActivate :: (MonadIO m, IsWindow a) => a -> Word32 -> [ModifierType] -> m Bool Source #
move
data WindowMoveMethodInfo Source #
new
parseGeometry
windowParseGeometry :: (MonadIO m, IsWindow a) => a -> Text -> m Bool Source #
Deprecated: (Since version 3.20)Geometry handling in GTK is deprecated.
present
windowPresent :: (MonadIO m, IsWindow a) => a -> m () Source #
presentWithTime
propagateKeyEvent
removeAccelGroup
data WindowRemoveAccelGroupMethodInfo Source #
Instances
| ((~) * signature (b -> m ()), MonadIO m, IsWindow a, IsAccelGroup b) => MethodInfo * WindowRemoveAccelGroupMethodInfo a signature Source # | |
windowRemoveAccelGroup :: (MonadIO m, IsWindow a, IsAccelGroup b) => a -> b -> m () Source #
removeMnemonic
reshowWithInitialSize
windowReshowWithInitialSize :: (MonadIO m, IsWindow a) => a -> m () Source #
Deprecated: (Since version 3.10)GUI builders can call gtk_widget_hide(), gtk_widget_unrealize() and then gtk_widget_show() on @window themselves, if they still need this functionality.
resize
resizeGripIsVisible
windowResizeGripIsVisible :: (MonadIO m, IsWindow a) => a -> m Bool Source #
Deprecated: (Since version 3.14)Resize grips have been removed.
resizeToGeometry
windowResizeToGeometry :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m () Source #
Deprecated: (Since version 3.20)This function does nothing. Use gtk_window_resize() and compute the geometry yourself.
setAcceptFocus
setApplication
data WindowSetApplicationMethodInfo Source #
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, IsWindow a, IsApplication b) => MethodInfo * WindowSetApplicationMethodInfo a signature Source # | |
windowSetApplication :: (MonadIO m, IsWindow a, IsApplication b) => a -> Maybe b -> m () Source #
setAttachedTo
setAutoStartupNotification
windowSetAutoStartupNotification :: MonadIO m => Bool -> m () Source #
setDecorated
setDefault
setDefaultGeometry
windowSetDefaultGeometry :: (MonadIO m, IsWindow a) => a -> Int32 -> Int32 -> m () Source #
Deprecated: (Since version 3.20)This function does nothing. If you want to set a default size, use gtk_window_set_default_size() instead.
setDefaultIcon
windowSetDefaultIcon :: (MonadIO m, IsPixbuf a) => a -> m () Source #
setDefaultIconFromFile
windowSetDefaultIconFromFile :: MonadIO m => [Char] -> m () Source #
setDefaultIconList
windowSetDefaultIconList :: (MonadIO m, IsPixbuf a) => [a] -> m () Source #
setDefaultIconName
windowSetDefaultIconName :: MonadIO m => Text -> m () Source #
setDefaultSize
setDeletable
setDestroyWithParent
setFocus
setFocusOnMap
setFocusVisible
setGeometryHints
windowSetGeometryHints :: (MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> Maybe Geometry -> [WindowHints] -> m () Source #
setGravity
windowSetGravity :: (MonadIO m, IsWindow a) => a -> Gravity -> m () Source #
setHasResizeGrip
windowSetHasResizeGrip :: (MonadIO m, IsWindow a) => a -> Bool -> m () Source #
Deprecated: (Since version 3.14)Resize grips have been removed.
setHasUserRefCount
setHideTitlebarWhenMaximized
setIcon
setIconFromFile
setIconList
windowSetIconList :: (MonadIO m, IsWindow a, IsPixbuf b) => a -> [b] -> m () Source #
setIconName
setInteractiveDebugging
windowSetInteractiveDebugging :: MonadIO m => Bool -> m () Source #
setKeepAbove
setKeepBelow
setMnemonicModifier
windowSetMnemonicModifier :: (MonadIO m, IsWindow a) => a -> [ModifierType] -> m () Source #
setMnemonicsVisible
setModal
setOpacity
windowSetOpacity :: (MonadIO m, IsWindow a) => a -> Double -> m () Source #
Deprecated: (Since version 3.8)Use gtk_widget_set_opacity instead.
setPosition
data WindowSetPositionMethodInfo Source #
Instances
| ((~) * signature (WindowPosition -> m ()), MonadIO m, IsWindow a) => MethodInfo * WindowSetPositionMethodInfo a signature Source # | |
windowSetPosition :: (MonadIO m, IsWindow a) => a -> WindowPosition -> m () Source #
setResizable
setRole
windowSetRole :: (MonadIO m, IsWindow a) => a -> Text -> m () Source #
setScreen
windowSetScreen :: (MonadIO m, IsWindow a, IsScreen b) => a -> b -> m () Source #
setSkipPagerHint
setSkipTaskbarHint
setStartupId
windowSetStartupId :: (MonadIO m, IsWindow a) => a -> Text -> m () Source #
setTitle
windowSetTitle :: (MonadIO m, IsWindow a) => a -> Text -> m () Source #
setTitlebar
setTransientFor
setTypeHint
windowSetTypeHint :: (MonadIO m, IsWindow a) => a -> WindowTypeHint -> m () Source #
setUrgencyHint
setWmclass
windowSetWmclass :: (MonadIO m, IsWindow a) => a -> Text -> Text -> m () Source #
stick
data WindowStickMethodInfo Source #
windowStick :: (MonadIO m, IsWindow a) => a -> m () Source #
unfullscreen
windowUnfullscreen :: (MonadIO m, IsWindow a) => a -> m () Source #
unmaximize
windowUnmaximize :: (MonadIO m, IsWindow a) => a -> m () Source #
unstick
windowUnstick :: (MonadIO m, IsWindow a) => a -> m () Source #
Properties
acceptFocus
data WindowAcceptFocusPropertyInfo Source #
Instances
| AttrInfo WindowAcceptFocusPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowAcceptFocusPropertyInfo Source # | |
| type AttrOrigin WindowAcceptFocusPropertyInfo Source # | |
| type AttrLabel WindowAcceptFocusPropertyInfo Source # | |
| type AttrGetType WindowAcceptFocusPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowAcceptFocusPropertyInfo Source # | |
| type AttrAllowedOps WindowAcceptFocusPropertyInfo Source # | |
windowAcceptFocus :: AttrLabelProxy "acceptFocus" Source #
application
data WindowApplicationPropertyInfo Source #
Instances
| AttrInfo WindowApplicationPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowApplicationPropertyInfo Source # | |
| type AttrOrigin WindowApplicationPropertyInfo Source # | |
| type AttrLabel WindowApplicationPropertyInfo Source # | |
| type AttrGetType WindowApplicationPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowApplicationPropertyInfo Source # | |
| type AttrAllowedOps WindowApplicationPropertyInfo Source # | |
clearWindowApplication :: (MonadIO m, IsWindow o) => o -> m () Source #
constructWindowApplication :: (IsWindow o, IsApplication a) => a -> IO (GValueConstruct o) Source #
getWindowApplication :: (MonadIO m, IsWindow o) => o -> m (Maybe Application) Source #
setWindowApplication :: (MonadIO m, IsWindow o, IsApplication a) => o -> a -> m () Source #
windowApplication :: AttrLabelProxy "application" Source #
attachedTo
data WindowAttachedToPropertyInfo Source #
Instances
| AttrInfo WindowAttachedToPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowAttachedToPropertyInfo Source # | |
| type AttrOrigin WindowAttachedToPropertyInfo Source # | |
| type AttrLabel WindowAttachedToPropertyInfo Source # | |
| type AttrGetType WindowAttachedToPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowAttachedToPropertyInfo Source # | |
| type AttrAllowedOps WindowAttachedToPropertyInfo Source # | |
clearWindowAttachedTo :: (MonadIO m, IsWindow o) => o -> m () Source #
windowAttachedTo :: AttrLabelProxy "attachedTo" Source #
decorated
data WindowDecoratedPropertyInfo Source #
Instances
| AttrInfo WindowDecoratedPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowDecoratedPropertyInfo Source # | |
| type AttrOrigin WindowDecoratedPropertyInfo Source # | |
| type AttrLabel WindowDecoratedPropertyInfo Source # | |
| type AttrGetType WindowDecoratedPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowDecoratedPropertyInfo Source # | |
| type AttrAllowedOps WindowDecoratedPropertyInfo Source # | |
windowDecorated :: AttrLabelProxy "decorated" Source #
defaultHeight
data WindowDefaultHeightPropertyInfo Source #
Instances
| AttrInfo WindowDefaultHeightPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowDefaultHeightPropertyInfo Source # | |
| type AttrOrigin WindowDefaultHeightPropertyInfo Source # | |
| type AttrLabel WindowDefaultHeightPropertyInfo Source # | |
| type AttrGetType WindowDefaultHeightPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowDefaultHeightPropertyInfo Source # | |
| type AttrAllowedOps WindowDefaultHeightPropertyInfo Source # | |
windowDefaultHeight :: AttrLabelProxy "defaultHeight" Source #
defaultWidth
data WindowDefaultWidthPropertyInfo Source #
Instances
| AttrInfo WindowDefaultWidthPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowDefaultWidthPropertyInfo Source # | |
| type AttrOrigin WindowDefaultWidthPropertyInfo Source # | |
| type AttrLabel WindowDefaultWidthPropertyInfo Source # | |
| type AttrGetType WindowDefaultWidthPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowDefaultWidthPropertyInfo Source # | |
| type AttrAllowedOps WindowDefaultWidthPropertyInfo Source # | |
windowDefaultWidth :: AttrLabelProxy "defaultWidth" Source #
deletable
data WindowDeletablePropertyInfo Source #
Instances
| AttrInfo WindowDeletablePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowDeletablePropertyInfo Source # | |
| type AttrOrigin WindowDeletablePropertyInfo Source # | |
| type AttrLabel WindowDeletablePropertyInfo Source # | |
| type AttrGetType WindowDeletablePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowDeletablePropertyInfo Source # | |
| type AttrAllowedOps WindowDeletablePropertyInfo Source # | |
windowDeletable :: AttrLabelProxy "deletable" Source #
destroyWithParent
data WindowDestroyWithParentPropertyInfo Source #
Instances
| AttrInfo WindowDestroyWithParentPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowDestroyWithParentPropertyInfo Source # | |
| type AttrOrigin WindowDestroyWithParentPropertyInfo Source # | |
| type AttrLabel WindowDestroyWithParentPropertyInfo Source # | |
| type AttrGetType WindowDestroyWithParentPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowDestroyWithParentPropertyInfo Source # | |
| type AttrAllowedOps WindowDestroyWithParentPropertyInfo Source # | |
windowDestroyWithParent :: AttrLabelProxy "destroyWithParent" Source #
focusOnMap
data WindowFocusOnMapPropertyInfo Source #
Instances
| AttrInfo WindowFocusOnMapPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowFocusOnMapPropertyInfo Source # | |
| type AttrOrigin WindowFocusOnMapPropertyInfo Source # | |
| type AttrLabel WindowFocusOnMapPropertyInfo Source # | |
| type AttrGetType WindowFocusOnMapPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowFocusOnMapPropertyInfo Source # | |
| type AttrAllowedOps WindowFocusOnMapPropertyInfo Source # | |
windowFocusOnMap :: AttrLabelProxy "focusOnMap" Source #
focusVisible
data WindowFocusVisiblePropertyInfo Source #
Instances
| AttrInfo WindowFocusVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowFocusVisiblePropertyInfo Source # | |
| type AttrOrigin WindowFocusVisiblePropertyInfo Source # | |
| type AttrLabel WindowFocusVisiblePropertyInfo Source # | |
| type AttrGetType WindowFocusVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowFocusVisiblePropertyInfo Source # | |
| type AttrAllowedOps WindowFocusVisiblePropertyInfo Source # | |
windowFocusVisible :: AttrLabelProxy "focusVisible" Source #
gravity
data WindowGravityPropertyInfo Source #
Instances
| AttrInfo WindowGravityPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowGravityPropertyInfo Source # | |
| type AttrOrigin WindowGravityPropertyInfo Source # | |
| type AttrLabel WindowGravityPropertyInfo Source # | |
| type AttrGetType WindowGravityPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowGravityPropertyInfo Source # | |
| type AttrAllowedOps WindowGravityPropertyInfo Source # | |
constructWindowGravity :: IsWindow o => Gravity -> IO (GValueConstruct o) Source #
getWindowGravity :: (MonadIO m, IsWindow o) => o -> m Gravity Source #
setWindowGravity :: (MonadIO m, IsWindow o) => o -> Gravity -> m () Source #
windowGravity :: AttrLabelProxy "gravity" Source #
hasResizeGrip
data WindowHasResizeGripPropertyInfo Source #
Instances
| AttrInfo WindowHasResizeGripPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowHasResizeGripPropertyInfo Source # | |
| type AttrOrigin WindowHasResizeGripPropertyInfo Source # | |
| type AttrLabel WindowHasResizeGripPropertyInfo Source # | |
| type AttrGetType WindowHasResizeGripPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowHasResizeGripPropertyInfo Source # | |
| type AttrAllowedOps WindowHasResizeGripPropertyInfo Source # | |
windowHasResizeGrip :: AttrLabelProxy "hasResizeGrip" Source #
hasToplevelFocus
data WindowHasToplevelFocusPropertyInfo Source #
Instances
| AttrInfo WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrOrigin WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrLabel WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrGetType WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowHasToplevelFocusPropertyInfo Source # | |
| type AttrAllowedOps WindowHasToplevelFocusPropertyInfo Source # | |
hideTitlebarWhenMaximized
data WindowHideTitlebarWhenMaximizedPropertyInfo Source #
Instances
| AttrInfo WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrOrigin WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrLabel WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrGetType WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
| type AttrAllowedOps WindowHideTitlebarWhenMaximizedPropertyInfo Source # | |
windowHideTitlebarWhenMaximized :: AttrLabelProxy "hideTitlebarWhenMaximized" Source #
icon
data WindowIconPropertyInfo Source #
Instances
| AttrInfo WindowIconPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowIconPropertyInfo Source # | |
| type AttrOrigin WindowIconPropertyInfo Source # | |
| type AttrLabel WindowIconPropertyInfo Source # | |
| type AttrGetType WindowIconPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowIconPropertyInfo Source # | |
| type AttrAllowedOps WindowIconPropertyInfo Source # | |
clearWindowIcon :: (MonadIO m, IsWindow o) => o -> m () Source #
constructWindowIcon :: (IsWindow o, IsPixbuf a) => a -> IO (GValueConstruct o) Source #
getWindowIcon :: (MonadIO m, IsWindow o) => o -> m Pixbuf Source #
setWindowIcon :: (MonadIO m, IsWindow o, IsPixbuf a) => o -> a -> m () Source #
windowIcon :: AttrLabelProxy "icon" Source #
iconName
data WindowIconNamePropertyInfo Source #
Instances
| AttrInfo WindowIconNamePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowIconNamePropertyInfo Source # | |
| type AttrOrigin WindowIconNamePropertyInfo Source # | |
| type AttrLabel WindowIconNamePropertyInfo Source # | |
| type AttrGetType WindowIconNamePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowIconNamePropertyInfo Source # | |
| type AttrAllowedOps WindowIconNamePropertyInfo Source # | |
clearWindowIconName :: (MonadIO m, IsWindow o) => o -> m () Source #
constructWindowIconName :: IsWindow o => Text -> IO (GValueConstruct o) Source #
setWindowIconName :: (MonadIO m, IsWindow o) => o -> Text -> m () Source #
windowIconName :: AttrLabelProxy "iconName" Source #
isActive
data WindowIsActivePropertyInfo Source #
Instances
| AttrInfo WindowIsActivePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowIsActivePropertyInfo Source # | |
| type AttrOrigin WindowIsActivePropertyInfo Source # | |
| type AttrLabel WindowIsActivePropertyInfo Source # | |
| type AttrGetType WindowIsActivePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowIsActivePropertyInfo Source # | |
| type AttrAllowedOps WindowIsActivePropertyInfo Source # | |
isMaximized
data WindowIsMaximizedPropertyInfo Source #
Instances
| AttrInfo WindowIsMaximizedPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowIsMaximizedPropertyInfo Source # | |
| type AttrOrigin WindowIsMaximizedPropertyInfo Source # | |
| type AttrLabel WindowIsMaximizedPropertyInfo Source # | |
| type AttrGetType WindowIsMaximizedPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowIsMaximizedPropertyInfo Source # | |
| type AttrAllowedOps WindowIsMaximizedPropertyInfo Source # | |
mnemonicsVisible
data WindowMnemonicsVisiblePropertyInfo Source #
Instances
| AttrInfo WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrOrigin WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrLabel WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrGetType WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowMnemonicsVisiblePropertyInfo Source # | |
| type AttrAllowedOps WindowMnemonicsVisiblePropertyInfo Source # | |
windowMnemonicsVisible :: AttrLabelProxy "mnemonicsVisible" Source #
modal
data WindowModalPropertyInfo Source #
Instances
| AttrInfo WindowModalPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowModalPropertyInfo Source # | |
| type AttrOrigin WindowModalPropertyInfo Source # | |
| type AttrLabel WindowModalPropertyInfo Source # | |
| type AttrGetType WindowModalPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowModalPropertyInfo Source # | |
| type AttrAllowedOps WindowModalPropertyInfo Source # | |
windowModal :: AttrLabelProxy "modal" Source #
resizable
data WindowResizablePropertyInfo Source #
Instances
| AttrInfo WindowResizablePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowResizablePropertyInfo Source # | |
| type AttrOrigin WindowResizablePropertyInfo Source # | |
| type AttrLabel WindowResizablePropertyInfo Source # | |
| type AttrGetType WindowResizablePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowResizablePropertyInfo Source # | |
| type AttrAllowedOps WindowResizablePropertyInfo Source # | |
windowResizable :: AttrLabelProxy "resizable" Source #
resizeGripVisible
data WindowResizeGripVisiblePropertyInfo Source #
Instances
| AttrInfo WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrOrigin WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrLabel WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrGetType WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowResizeGripVisiblePropertyInfo Source # | |
| type AttrAllowedOps WindowResizeGripVisiblePropertyInfo Source # | |
windowResizeGripVisible :: AttrLabelProxy "resizeGripVisible" Source #
role
data WindowRolePropertyInfo Source #
Instances
| AttrInfo WindowRolePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowRolePropertyInfo Source # | |
| type AttrOrigin WindowRolePropertyInfo Source # | |
| type AttrLabel WindowRolePropertyInfo Source # | |
| type AttrGetType WindowRolePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowRolePropertyInfo Source # | |
| type AttrAllowedOps WindowRolePropertyInfo Source # | |
constructWindowRole :: IsWindow o => Text -> IO (GValueConstruct o) Source #
setWindowRole :: (MonadIO m, IsWindow o) => o -> Text -> m () Source #
windowRole :: AttrLabelProxy "role" Source #
screen
data WindowScreenPropertyInfo Source #
Instances
| AttrInfo WindowScreenPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowScreenPropertyInfo Source # | |
| type AttrOrigin WindowScreenPropertyInfo Source # | |
| type AttrLabel WindowScreenPropertyInfo Source # | |
| type AttrGetType WindowScreenPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowScreenPropertyInfo Source # | |
| type AttrAllowedOps WindowScreenPropertyInfo Source # | |
constructWindowScreen :: (IsWindow o, IsScreen a) => a -> IO (GValueConstruct o) Source #
getWindowScreen :: (MonadIO m, IsWindow o) => o -> m Screen Source #
setWindowScreen :: (MonadIO m, IsWindow o, IsScreen a) => o -> a -> m () Source #
windowScreen :: AttrLabelProxy "screen" Source #
skipPagerHint
data WindowSkipPagerHintPropertyInfo Source #
Instances
| AttrInfo WindowSkipPagerHintPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowSkipPagerHintPropertyInfo Source # | |
| type AttrOrigin WindowSkipPagerHintPropertyInfo Source # | |
| type AttrLabel WindowSkipPagerHintPropertyInfo Source # | |
| type AttrGetType WindowSkipPagerHintPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowSkipPagerHintPropertyInfo Source # | |
| type AttrAllowedOps WindowSkipPagerHintPropertyInfo Source # | |
windowSkipPagerHint :: AttrLabelProxy "skipPagerHint" Source #
skipTaskbarHint
data WindowSkipTaskbarHintPropertyInfo Source #
Instances
| AttrInfo WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrOrigin WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrLabel WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrGetType WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowSkipTaskbarHintPropertyInfo Source # | |
| type AttrAllowedOps WindowSkipTaskbarHintPropertyInfo Source # | |
windowSkipTaskbarHint :: AttrLabelProxy "skipTaskbarHint" Source #
startupId
data WindowStartupIdPropertyInfo Source #
Instances
| AttrInfo WindowStartupIdPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowStartupIdPropertyInfo Source # | |
| type AttrOrigin WindowStartupIdPropertyInfo Source # | |
| type AttrLabel WindowStartupIdPropertyInfo Source # | |
| type AttrGetType WindowStartupIdPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowStartupIdPropertyInfo Source # | |
| type AttrAllowedOps WindowStartupIdPropertyInfo Source # | |
constructWindowStartupId :: IsWindow o => Text -> IO (GValueConstruct o) Source #
setWindowStartupId :: (MonadIO m, IsWindow o) => o -> Text -> m () Source #
windowStartupId :: AttrLabelProxy "startupId" Source #
title
data WindowTitlePropertyInfo Source #
Instances
| AttrInfo WindowTitlePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowTitlePropertyInfo Source # | |
| type AttrOrigin WindowTitlePropertyInfo Source # | |
| type AttrLabel WindowTitlePropertyInfo Source # | |
| type AttrGetType WindowTitlePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowTitlePropertyInfo Source # | |
| type AttrAllowedOps WindowTitlePropertyInfo Source # | |
constructWindowTitle :: IsWindow o => Text -> IO (GValueConstruct o) Source #
setWindowTitle :: (MonadIO m, IsWindow o) => o -> Text -> m () Source #
windowTitle :: AttrLabelProxy "title" Source #
transientFor
data WindowTransientForPropertyInfo Source #
Instances
| AttrInfo WindowTransientForPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowTransientForPropertyInfo Source # | |
| type AttrOrigin WindowTransientForPropertyInfo Source # | |
| type AttrLabel WindowTransientForPropertyInfo Source # | |
| type AttrGetType WindowTransientForPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowTransientForPropertyInfo Source # | |
| type AttrAllowedOps WindowTransientForPropertyInfo Source # | |
clearWindowTransientFor :: (MonadIO m, IsWindow o) => o -> m () Source #
windowTransientFor :: AttrLabelProxy "transientFor" Source #
type
data WindowTypePropertyInfo Source #
Instances
| AttrInfo WindowTypePropertyInfo Source # | |
| type AttrSetTypeConstraint WindowTypePropertyInfo Source # | |
| type AttrOrigin WindowTypePropertyInfo Source # | |
| type AttrLabel WindowTypePropertyInfo Source # | |
| type AttrGetType WindowTypePropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowTypePropertyInfo Source # | |
| type AttrAllowedOps WindowTypePropertyInfo Source # | |
constructWindowType :: IsWindow o => WindowType -> IO (GValueConstruct o) Source #
getWindowType :: (MonadIO m, IsWindow o) => o -> m WindowType Source #
windowType :: AttrLabelProxy "type" Source #
typeHint
data WindowTypeHintPropertyInfo Source #
Instances
| AttrInfo WindowTypeHintPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowTypeHintPropertyInfo Source # | |
| type AttrOrigin WindowTypeHintPropertyInfo Source # | |
| type AttrLabel WindowTypeHintPropertyInfo Source # | |
| type AttrGetType WindowTypeHintPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowTypeHintPropertyInfo Source # | |
| type AttrAllowedOps WindowTypeHintPropertyInfo Source # | |
constructWindowTypeHint :: IsWindow o => WindowTypeHint -> IO (GValueConstruct o) Source #
getWindowTypeHint :: (MonadIO m, IsWindow o) => o -> m WindowTypeHint Source #
setWindowTypeHint :: (MonadIO m, IsWindow o) => o -> WindowTypeHint -> m () Source #
windowTypeHint :: AttrLabelProxy "typeHint" Source #
urgencyHint
data WindowUrgencyHintPropertyInfo Source #
Instances
| AttrInfo WindowUrgencyHintPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowUrgencyHintPropertyInfo Source # | |
| type AttrOrigin WindowUrgencyHintPropertyInfo Source # | |
| type AttrLabel WindowUrgencyHintPropertyInfo Source # | |
| type AttrGetType WindowUrgencyHintPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowUrgencyHintPropertyInfo Source # | |
| type AttrAllowedOps WindowUrgencyHintPropertyInfo Source # | |
windowUrgencyHint :: AttrLabelProxy "urgencyHint" Source #
windowPosition
data WindowWindowPositionPropertyInfo Source #
Instances
| AttrInfo WindowWindowPositionPropertyInfo Source # | |
| type AttrSetTypeConstraint WindowWindowPositionPropertyInfo Source # | |
| type AttrOrigin WindowWindowPositionPropertyInfo Source # | |
| type AttrLabel WindowWindowPositionPropertyInfo Source # | |
| type AttrGetType WindowWindowPositionPropertyInfo Source # | |
| type AttrBaseTypeConstraint WindowWindowPositionPropertyInfo Source # | |
| type AttrAllowedOps WindowWindowPositionPropertyInfo Source # | |
constructWindowWindowPosition :: IsWindow o => WindowPosition -> IO (GValueConstruct o) Source #
getWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> m WindowPosition Source #
setWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> WindowPosition -> m () Source #
windowWindowPosition :: AttrLabelProxy "windowPosition" Source #
Signals
activateDefault
type WindowActivateDefaultCallback = IO () Source #
data WindowActivateDefaultSignalInfo Source #
Instances
| SignalInfo WindowActivateDefaultSignalInfo Source # | |
| type HaskellCallbackType WindowActivateDefaultSignalInfo Source # | |
afterWindowActivateDefault :: (GObject a, MonadIO m) => a -> WindowActivateDefaultCallback -> m SignalHandlerId Source #
genClosure_WindowActivateDefault :: WindowActivateDefaultCallback -> IO Closure Source #
mk_WindowActivateDefaultCallback :: C_WindowActivateDefaultCallback -> IO (FunPtr C_WindowActivateDefaultCallback) Source #
onWindowActivateDefault :: (GObject a, MonadIO m) => a -> WindowActivateDefaultCallback -> m SignalHandlerId Source #
wrap_WindowActivateDefaultCallback :: WindowActivateDefaultCallback -> Ptr () -> Ptr () -> IO () Source #
activateFocus
type WindowActivateFocusCallback = IO () Source #
data WindowActivateFocusSignalInfo Source #
Instances
| SignalInfo WindowActivateFocusSignalInfo Source # | |
| type HaskellCallbackType WindowActivateFocusSignalInfo Source # | |
afterWindowActivateFocus :: (GObject a, MonadIO m) => a -> WindowActivateFocusCallback -> m SignalHandlerId Source #
genClosure_WindowActivateFocus :: WindowActivateFocusCallback -> IO Closure Source #
mk_WindowActivateFocusCallback :: C_WindowActivateFocusCallback -> IO (FunPtr C_WindowActivateFocusCallback) Source #
onWindowActivateFocus :: (GObject a, MonadIO m) => a -> WindowActivateFocusCallback -> m SignalHandlerId Source #
wrap_WindowActivateFocusCallback :: WindowActivateFocusCallback -> Ptr () -> Ptr () -> IO () Source #
enableDebugging
data WindowEnableDebuggingSignalInfo Source #
Instances
| SignalInfo WindowEnableDebuggingSignalInfo Source # | |
| type HaskellCallbackType WindowEnableDebuggingSignalInfo Source # | |
afterWindowEnableDebugging :: (GObject a, MonadIO m) => a -> WindowEnableDebuggingCallback -> m SignalHandlerId Source #
genClosure_WindowEnableDebugging :: WindowEnableDebuggingCallback -> IO Closure Source #
mk_WindowEnableDebuggingCallback :: C_WindowEnableDebuggingCallback -> IO (FunPtr C_WindowEnableDebuggingCallback) Source #
onWindowEnableDebugging :: (GObject a, MonadIO m) => a -> WindowEnableDebuggingCallback -> m SignalHandlerId Source #
wrap_WindowEnableDebuggingCallback :: WindowEnableDebuggingCallback -> Ptr () -> CInt -> Ptr () -> IO CInt Source #
keysChanged
type WindowKeysChangedCallback = IO () Source #
data WindowKeysChangedSignalInfo Source #
Instances
| SignalInfo WindowKeysChangedSignalInfo Source # | |
| type HaskellCallbackType WindowKeysChangedSignalInfo Source # | |
afterWindowKeysChanged :: (GObject a, MonadIO m) => a -> WindowKeysChangedCallback -> m SignalHandlerId Source #
genClosure_WindowKeysChanged :: WindowKeysChangedCallback -> IO Closure Source #
mk_WindowKeysChangedCallback :: C_WindowKeysChangedCallback -> IO (FunPtr C_WindowKeysChangedCallback) Source #
onWindowKeysChanged :: (GObject a, MonadIO m) => a -> WindowKeysChangedCallback -> m SignalHandlerId Source #
wrap_WindowKeysChangedCallback :: WindowKeysChangedCallback -> Ptr () -> Ptr () -> IO () Source #
setFocus
type WindowSetFocusCallback = Widget -> IO () Source #
data WindowSetFocusSignalInfo Source #
Instances
| SignalInfo WindowSetFocusSignalInfo Source # | |
| type HaskellCallbackType WindowSetFocusSignalInfo Source # | |
afterWindowSetFocus :: (GObject a, MonadIO m) => a -> WindowSetFocusCallback -> m SignalHandlerId Source #
genClosure_WindowSetFocus :: WindowSetFocusCallback -> IO Closure Source #
mk_WindowSetFocusCallback :: C_WindowSetFocusCallback -> IO (FunPtr C_WindowSetFocusCallback) Source #
onWindowSetFocus :: (GObject a, MonadIO m) => a -> WindowSetFocusCallback -> m SignalHandlerId Source #
wrap_WindowSetFocusCallback :: WindowSetFocusCallback -> Ptr () -> Ptr Widget -> Ptr () -> IO () Source #