Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setWindowAcceptFocus :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “accept-focus” property. When overloading is enabled, this is equivalent to
set window [ #acceptFocus := value ]
setWindowApplication :: (MonadIO m, IsWindow o, IsApplication a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “application” property. When overloading is enabled, this is equivalent to
set window [ #application := value ]
setWindowAttachedTo :: (MonadIO m, IsWindow o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “attached-to” property. When overloading is enabled, this is equivalent to
set window [ #attachedTo := value ]
setWindowDecorated :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “decorated” property. When overloading is enabled, this is equivalent to
set window [ #decorated := value ]
setWindowDefaultHeight :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “default-height” property. When overloading is enabled, this is equivalent to
set window [ #defaultHeight := value ]
setWindowDefaultWidth :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “default-width” property. When overloading is enabled, this is equivalent to
set window [ #defaultWidth := value ]
setWindowDeletable :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “deletable” property. When overloading is enabled, this is equivalent to
set window [ #deletable := value ]
setWindowDestroyWithParent :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “destroy-with-parent” property. When overloading is enabled, this is equivalent to
set window [ #destroyWithParent := value ]
setWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “focus-on-map” property. When overloading is enabled, this is equivalent to
set window [ #focusOnMap := value ]
setWindowFocusVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “focus-visible” property. When overloading is enabled, this is equivalent to
set window [ #focusVisible := value ]