Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 ]
setMessageDialogMessageType :: (MonadIO m, IsMessageDialog o) => o -> MessageType -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “secondary-text” property. When overloading is enabled, this is equivalent to
set messageDialog [ #secondaryText := value ]
setMessageDialogSecondaryUseMarkup :: (MonadIO m, IsMessageDialog o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-use-markup” property. When overloading is enabled, this is equivalent to
set messageDialog [ #secondaryUseMarkup := value ]
setMessageDialogText :: (MonadIO m, IsMessageDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “text” property. When overloading is enabled, this is equivalent to
set messageDialog [ #text := value ]
setMessageDialogUseMarkup :: (MonadIO m, IsMessageDialog o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-markup” property. When overloading is enabled, this is equivalent to
set messageDialog [ #useMarkup := value ]
setMiscXalign :: (MonadIO m, IsMisc o) => o -> Float -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “xalign” property. When overloading is enabled, this is equivalent to
set misc [ #xalign := value ]
setMiscXpad :: (MonadIO m, IsMisc o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “xpad” property. When overloading is enabled, this is equivalent to
set misc [ #xpad := value ]
setMiscYalign :: (MonadIO m, IsMisc o) => o -> Float -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “yalign” property. When overloading is enabled, this is equivalent to
set misc [ #yalign := value ]