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. setMenuBarPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuBar [ #packDirection := value ]
    

  2. setMenuButtonAlignWidget :: (MonadIO m, IsMenuButton o, IsContainer a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #alignWidget := value ]
    

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

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

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

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

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

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

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

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

Page 127 of many | Previous | Next