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.
setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “direction” property. When overloading is enabled, this is equivalent to
set menuButton [ #direction := value ]
setMenuButtonHasFrame :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “has-frame” property. When overloading is enabled, this is equivalent to
set menuButton [ #hasFrame := value ]
setMenuButtonIconName :: (MonadIO m, IsMenuButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set menuButton [ #iconName := value ]
setMenuButtonLabel :: (MonadIO m, IsMenuButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “label” property. When overloading is enabled, this is equivalent to
set menuButton [ #label := value ]
setMenuButtonMenuModel :: (MonadIO m, IsMenuButton o, IsMenuModel a) => o -> a -> m ()gi-gtk4 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-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “popover” property. When overloading is enabled, this is equivalent to
set menuButton [ #popover := value ]
setMenuButtonPrimary :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “primary” property. When overloading is enabled, this is equivalent to
set menuButton [ #primary := value ]
setMenuButtonUseUnderline :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.MenuButton Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set menuButton [ #useUnderline := value ]
setMessageDialogMessageType :: (MonadIO m, IsMessageDialog o) => o -> MessageType -> m ()gi-gtk4 GI.Gtk.Objects.MessageDialog Set the value of the “message-type” property. When overloading is enabled, this is equivalent to
set messageDialog [ #messageType := value ]
setMessageDialogSecondaryText :: (MonadIO m, IsMessageDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.MessageDialog Set the value of the “secondary-text” property. When overloading is enabled, this is equivalent to
set messageDialog [ #secondaryText := value ]