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. setMenuItemSubmenu :: (MonadIO m, IsMenuItem o, IsMenu a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuItem [ #submenu := value ]
    

  2. setMenuItemUseUnderline :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuItem [ #useUnderline := value ]
    

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

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

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

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

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

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

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

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

Page 128 of many | Previous | Next