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.
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 ]
setMiscYpad :: (MonadIO m, IsMisc o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “ypad” property. When overloading is enabled, this is equivalent to
set misc [ #ypad := value ]
setModelButtonActive :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active” property. When overloading is enabled, this is equivalent to
set modelButton [ #active := value ]