Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #rectAnchorDy := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #reserveToggleSize := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #tearoffState := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #tearoffTitle := value ]
    

  5. setMenuBarChildPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuBar

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

    set menuBar [ #childPackDirection := value ]
    

  6. setMenuBarPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuBar

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

    set menuBar [ #packDirection := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #alignWidget := value ]
    

  8. setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #direction := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #menuModel := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #popover := value ]
    

Page 525 of many | Previous | Next