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.
setWindowGravity :: (MonadIO m, IsWindow o) => o -> Gravity -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “gravity” property. When overloading is enabled, this is equivalent to
set window [ #gravity := value ]
setWindowHasResizeGrip :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “has-resize-grip” property. When overloading is enabled, this is equivalent to
set window [ #hasResizeGrip := value ]
setWindowHideTitlebarWhenMaximized :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “hide-titlebar-when-maximized” property. When overloading is enabled, this is equivalent to
set window [ #hideTitlebarWhenMaximized := value ]
setWindowIcon :: (MonadIO m, IsWindow o, IsPixbuf a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “icon” property. When overloading is enabled, this is equivalent to
set window [ #icon := value ]
setWindowIconName :: (MonadIO m, IsWindow o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set window [ #iconName := value ]
setWindowMnemonicsVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “mnemonics-visible” property. When overloading is enabled, this is equivalent to
set window [ #mnemonicsVisible := value ]
setWindowModal :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set window [ #modal := value ]
setWindowResizable :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “resizable” property. When overloading is enabled, this is equivalent to
set window [ #resizable := value ]
setWindowRole :: (MonadIO m, IsWindow o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “role” property. When overloading is enabled, this is equivalent to
set window [ #role := value ]
setWindowScreen :: (MonadIO m, IsWindow o, IsScreen a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “screen” property. When overloading is enabled, this is equivalent to
set window [ #screen := value ]