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.
setWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “skip-pager-hint” property. When overloading is enabled, this is equivalent to
set window [ #skipPagerHint := value ]
setWindowSkipTaskbarHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “skip-taskbar-hint” property. When overloading is enabled, this is equivalent to
set window [ #skipTaskbarHint := value ]
setWindowStartupId :: (MonadIO m, IsWindow o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “startup-id” property. When overloading is enabled, this is equivalent to
set window [ #startupId := value ]
setWindowTitle :: (MonadIO m, IsWindow o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “title” property. When overloading is enabled, this is equivalent to
set window [ #title := value ]
setWindowTransientFor :: (MonadIO m, IsWindow o, IsWindow a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “transient-for” property. When overloading is enabled, this is equivalent to
set window [ #transientFor := value ]
setWindowTypeHint :: (MonadIO m, IsWindow o) => o -> WindowTypeHint -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “type-hint” property. When overloading is enabled, this is equivalent to
set window [ #typeHint := value ]
setWindowUrgencyHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “urgency-hint” property. When overloading is enabled, this is equivalent to
set window [ #urgencyHint := value ]
setWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> WindowPosition -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “window-position” property. When overloading is enabled, this is equivalent to
set window [ #windowPosition := value ]
setAccelGroupEntryAccelPathQuark :: MonadIO m => AccelGroupEntry -> Word32 -> m ()gi-gtk3 GI.Gtk.Structs.AccelGroupEntry Set the value of the “accel_path_quark” field. When overloading is enabled, this is equivalent to
set accelGroupEntry [ #accelPathQuark := value ]
setAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> Ptr (GClosure ()) -> m ()gi-gtk3 GI.Gtk.Structs.AccelGroupEntry Set the value of the “closure” field. When overloading is enabled, this is equivalent to
set accelGroupEntry [ #closure := value ]