Hoogle Search
Within Stackage Nightly 2026-06-26 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tooltip-not-authorized” property. When overloading is enabled, this is equivalent to
set lockButton [ #tooltipNotAuthorized := value ]
setLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tooltip-unlock” property. When overloading is enabled, this is equivalent to
set lockButton [ #tooltipUnlock := value ]
setMenuAccelGroup :: (MonadIO m, IsMenu o, IsAccelGroup a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-group” property. When overloading is enabled, this is equivalent to
set menu [ #accelGroup := value ]
setMenuAccelPath :: (MonadIO m, IsMenu o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-path” property. When overloading is enabled, this is equivalent to
set menu [ #accelPath := value ]
setMenuActive :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active” property. When overloading is enabled, this is equivalent to
set menu [ #active := value ]
setMenuAnchorHints :: (MonadIO m, IsMenu o) => o -> [AnchorHints] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “anchor-hints” property. When overloading is enabled, this is equivalent to
set menu [ #anchorHints := value ]
setMenuAttachWidget :: (MonadIO m, IsMenu o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “attach-widget” property. When overloading is enabled, this is equivalent to
set menu [ #attachWidget := value ]
setMenuBarChildPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “child-pack-direction” property. When overloading is enabled, this is equivalent to
set menuBar [ #childPackDirection := value ]
setMenuBarPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pack-direction” property. When overloading is enabled, this is equivalent to
set menuBar [ #packDirection := value ]
setMenuButtonAlignWidget :: (MonadIO m, IsMenuButton o, IsContainer a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “align-widget” property. When overloading is enabled, this is equivalent to
set menuButton [ #alignWidget := value ]