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.
setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “popover” property. When overloading is enabled, this is equivalent to
set menuButton [ #popover := value ]
setMenuButtonPopup :: (MonadIO m, IsMenuButton o, IsMenu a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “popup” property. When overloading is enabled, this is equivalent to
set menuButton [ #popup := value ]
setMenuButtonUsePopover :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-popover” property. When overloading is enabled, this is equivalent to
set menuButton [ #usePopover := value ]
setMenuItemAccelPath :: (MonadIO m, IsMenuItem 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 menuItem [ #accelPath := value ]
setMenuItemLabel :: (MonadIO m, IsMenuItem o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “label” property. When overloading is enabled, this is equivalent to
set menuItem [ #label := value ]
setMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “right-justified” property. When overloading is enabled, this is equivalent to
set menuItem [ #rightJustified := value ]
setMenuItemSubmenu :: (MonadIO m, IsMenuItem o, IsMenu a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “submenu” property. When overloading is enabled, this is equivalent to
set menuItem [ #submenu := value ]
setMenuItemUseUnderline :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set menuItem [ #useUnderline := value ]