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.
setMenuMenuTypeHint :: (MonadIO m, IsMenu o) => o -> WindowTypeHint -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “menu-type-hint” property. When overloading is enabled, this is equivalent to
set menu [ #menuTypeHint := value ]
setMenuMonitor :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “monitor” property. When overloading is enabled, this is equivalent to
set menu [ #monitor := value ]
setMenuRectAnchorDx :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “rect-anchor-dx” property. When overloading is enabled, this is equivalent to
set menu [ #rectAnchorDx := value ]
setMenuRectAnchorDy :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “rect-anchor-dy” property. When overloading is enabled, this is equivalent to
set menu [ #rectAnchorDy := value ]
setMenuReserveToggleSize :: (MonadIO m, IsMenu o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “reserve-toggle-size” property. When overloading is enabled, this is equivalent to
set menu [ #reserveToggleSize := value ]
setMenuShellTakeFocus :: (MonadIO m, IsMenuShell o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “take-focus” property. When overloading is enabled, this is equivalent to
set menuShell [ #takeFocus := value ]
setMenuTearoffState :: (MonadIO m, IsMenu o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tearoff-state” property. When overloading is enabled, this is equivalent to
set menu [ #tearoffState := value ]
setMenuTearoffTitle :: (MonadIO m, IsMenu o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tearoff-title” property. When overloading is enabled, this is equivalent to
set menu [ #tearoffTitle := value ]
setMenuToolButtonMenu :: (MonadIO m, IsMenuToolButton o, IsMenu a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “menu” property. When overloading is enabled, this is equivalent to
set menuToolButton [ #menu := value ]
setMessageDialogImage :: (MonadIO m, IsMessageDialog o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “image” property. When overloading is enabled, this is equivalent to
set messageDialog [ #image := value ]