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. setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #direction := value ]
    

  2. setMenuButtonMenuModel :: (MonadIO m, IsMenuButton o, IsMenuModel a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #menuModel := value ]
    

  3. setMenuButtonPopover :: (MonadIO m, IsMenuButton o, IsPopover a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #popover := value ]
    

  4. setMenuButtonPopup :: (MonadIO m, IsMenuButton o, IsMenu a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #popup := value ]
    

  5. setMenuButtonUsePopover :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #usePopover := value ]
    

  6. setMenuItemAccelPath :: (MonadIO m, IsMenuItem o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuItem [ #accelPath := value ]
    

  7. setMenuItemLabel :: (MonadIO m, IsMenuItem o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuItem [ #label := value ]
    

  8. setMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuItem [ #rightJustified := value ]
    

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

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

Page 125 of many | Previous | Next