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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 129 of many | Previous | Next