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.

  1. setMenuMenuTypeHint :: (MonadIO m, IsMenu o) => o -> WindowTypeHint -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “menu-type-hint” property. When overloading is enabled, this is equivalent to

    set menu [ #menuTypeHint := value ]
    

  2. setMenuMonitor :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “monitor” property. When overloading is enabled, this is equivalent to

    set menu [ #monitor := value ]
    

  3. setMenuRectAnchorDx :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “rect-anchor-dx” property. When overloading is enabled, this is equivalent to

    set menu [ #rectAnchorDx := value ]
    

  4. setMenuRectAnchorDy :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “rect-anchor-dy” property. When overloading is enabled, this is equivalent to

    set menu [ #rectAnchorDy := value ]
    

  5. setMenuReserveToggleSize :: (MonadIO m, IsMenu o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “reserve-toggle-size” property. When overloading is enabled, this is equivalent to

    set menu [ #reserveToggleSize := value ]
    

  6. setMenuShellTakeFocus :: (MonadIO m, IsMenuShell o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “take-focus” property. When overloading is enabled, this is equivalent to

    set menuShell [ #takeFocus := value ]
    

  7. setMenuTearoffState :: (MonadIO m, IsMenu o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “tearoff-state” property. When overloading is enabled, this is equivalent to

    set menu [ #tearoffState := value ]
    

  8. setMenuTearoffTitle :: (MonadIO m, IsMenu o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “tearoff-title” property. When overloading is enabled, this is equivalent to

    set menu [ #tearoffTitle := value ]
    

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

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

Page 126 of many | Previous | Next