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.
setMenuRectAnchorDy :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Menu 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-gtk3 GI.Gtk.Objects.Menu Set the value of the “reserve-toggle-size” property. When overloading is enabled, this is equivalent to
set menu [ #reserveToggleSize := value ]
setMenuTearoffState :: (MonadIO m, IsMenu o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Menu 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-gtk3 GI.Gtk.Objects.Menu Set the value of the “tearoff-title” property. When overloading is enabled, this is equivalent to
set menu [ #tearoffTitle := value ]
setMenuBarChildPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()gi-gtk3 GI.Gtk.Objects.MenuBar 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-gtk3 GI.Gtk.Objects.MenuBar 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-gtk3 GI.Gtk.Objects.MenuButton Set the value of the “align-widget” property. When overloading is enabled, this is equivalent to
set menuButton [ #alignWidget := value ]
setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()gi-gtk3 GI.Gtk.Objects.MenuButton Set the value of the “direction” property. When overloading is enabled, this is equivalent to
set menuButton [ #direction := value ]
setMenuButtonMenuModel :: (MonadIO m, IsMenuButton o, IsMenuModel a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.MenuButton Set the value of the “menu-model” property. When overloading is enabled, this is equivalent to
set menuButton [ #menuModel := value ]
setMenuButtonPopover :: (MonadIO m, IsMenuButton o, IsPopover a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.MenuButton Set the value of the “popover” property. When overloading is enabled, this is equivalent to
set menuButton [ #popover := value ]